mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
- More extension manifest parsing, module.txt now contains features metadata.
- Dependencies, Category for module's features. - Renaming homepage field to website. - Unit tests for manifest. --HG-- branch : dev
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Orchard.Core.Themes.Services {
|
||||
Author = descriptor.Author ?? String.Empty,
|
||||
Description = descriptor.Description ?? String.Empty,
|
||||
DisplayName = descriptor.DisplayName ?? String.Empty,
|
||||
HomePage = descriptor.HomePage ?? String.Empty,
|
||||
HomePage = descriptor.WebSite ?? String.Empty,
|
||||
ThemeName = descriptor.Name,
|
||||
Version = descriptor.Version ?? String.Empty,
|
||||
Tags = descriptor.Tags ?? String.Empty
|
||||
@@ -88,7 +88,7 @@ namespace Orchard.Core.Themes.Services {
|
||||
Author = descriptor.Author ?? String.Empty,
|
||||
Description = descriptor.Description ?? String.Empty,
|
||||
DisplayName = descriptor.DisplayName ?? String.Empty,
|
||||
HomePage = descriptor.HomePage ?? String.Empty,
|
||||
HomePage = descriptor.WebSite ?? String.Empty,
|
||||
ThemeName = descriptor.Name,
|
||||
Version = descriptor.Version ?? String.Empty,
|
||||
Tags = descriptor.Tags ?? String.Empty
|
||||
|
@@ -3,4 +3,4 @@ author: Jonathan Wall
|
||||
description: Theme using serif.
|
||||
version: 1.0
|
||||
tags: Classic, Serif
|
||||
homepage: http://www.orchardproject.net
|
||||
website: http://www.orchardproject.net
|
||||
|
@@ -3,4 +3,4 @@ author: Jonathan Wall
|
||||
description: Dark version of the Classic theme.
|
||||
version: 1.0
|
||||
tags: Classic, Dark, Serif
|
||||
homepage: http://www.orchardproject.net
|
||||
website: http://www.orchardproject.net
|
||||
|
@@ -3,4 +3,4 @@ author: Michael Dorian Bach
|
||||
description: A simple CMS theme perfect for any modern product or service business website.
|
||||
version: 1.0
|
||||
tags: business, cms, modern
|
||||
homepage: http://www.orchardproject.net
|
||||
website: http://www.orchardproject.net
|
||||
|
@@ -3,4 +3,4 @@ author: Michael Dorian Bach
|
||||
description: A simple and neutral business theme for a variety of industries.
|
||||
version: 1.0
|
||||
tags: business, cms, simple, classic, medical, finance, legal, corporate
|
||||
homepage: http://www.orchardproject.net
|
||||
website: http://www.orchardproject.net
|
||||
|
@@ -3,4 +3,4 @@ author: Jonathan Wall
|
||||
description: This is the Green theme. It uses the YUI grid system for layout.
|
||||
version: 1.0
|
||||
tags: green, YUI
|
||||
homepage: http://www.orchardproject.net
|
||||
website: http://www.orchardproject.net
|
||||
|
@@ -3,4 +3,4 @@ author: Jonathan Wall
|
||||
description: The Orchard Theme for setup and failure conditions.
|
||||
version: 1.0
|
||||
tags: hidden
|
||||
homepage: http://www.orchardproject.net
|
||||
website: http://www.orchardproject.net
|
@@ -3,4 +3,4 @@ version: 1.0
|
||||
author: Jon Wall
|
||||
tags: hidden, admin
|
||||
description: An admin theme not to be used for the site so don't click "Activate" (or "Uninstall"). In the near future admin themes won't be mixed in with site themes.
|
||||
homepage: http://www.orchardproject.net
|
||||
website: http://www.orchardproject.net
|
Reference in New Issue
Block a user