There are lots of features available in Orchard out of the box, and many times more from
Orchard开箱即可使用很多功能,而且还有很多功能
the gallery. This topic gives a brief description of each of Orchard's first-party
gallery。本主题简要介绍了Orchard的第一方
features.
特征。
The list is organized alphabetically by module name, within two main sections separating
该列表按模块名称的字母顺序排列,分为两个主要部分
core modules from non core modules. Core features cannot be disabled and are all enabled
非核心模块的核心模块。无法禁用核心功能,并且全部启用
at all times, but there are features that are implemented in core modules that can be
在任何时候,都有可以在核心模块中实现的功能
enabled and disabled. Those features are simply not in the "Core" category.
启用和禁用。这些功能根本不属于“核心”类别。
Each module details its features, whether it's available from the gallery or the source code releases.
每个模块都详细介绍了它的功能,无论是从库中还是源代码版本中都可以获得。
Core modules
核心模块
Common
共同
The three core content parts Body, Common, and Identity, as well as the Text field, are
三个核心内容部分Body,Common和Identity,以及Text字段
implemented by this core module.
由这个核心模块实现。
The Body part represents a block of rich text. It is
Body部分代表一个富文本块。它是
configured by default to use HTML through TinyMCE, but can be adjusted to use plain text,
默认配置为通过TinyMCE使用HTML,但可以调整为使用纯文本,
Markdown or any custom flavor.
Markdown或任何自定义风味。
The Common part captures the creation, modification and publication dates, as well as the
Common部分捕获创建,修改和发布日期以及
owner of the content item. The container item can also be found on this part, in order
内容项的所有者。容器项目也可以按顺序在此部件上找到
to implement parent / child metaphors of hierarchies such as blog / post or folder / file.
实现层次结构的父/子隐喻,例如博客/帖子或文件夹/文件。
The Identity part is useful to provide a unique identity to a content item that doesn't
Identity部分可用于为没有的内容项提供唯一标识
have a natural one. For example, pages are naturally identified by their relative URL
有一个自然的。例如,页面由其相对URL自然标识
within the site, or users by their user name, but widgets have no such natural identity.
在网站内,或用户的用户名,但小部件没有这种自然的身份。
In order to enable importing and exporting of those items, the identity part can be added.
为了能够导入和导出这些项目,可以添加标识部分。
It creates GUIDs that are used as a unique identity that can reliably be exchanged between
它创建GUID,用作可以在两者之间可靠交换的唯一标识
instances of Orchard.
果园的实例。
The Text field is very similar to the Body part, except that it is a field rather than a part,
Text字段与Body部分非常相似,只是它是一个字段而不是一个部分,
enabling the use of multiple instances on a single item. It also has some shorter flavors
允许在单个项目上使用多个实例。它也有一些较短的口味
such as a single-line box of unformatted text.
例如单行无格式文本框。
Containers
集装箱
This module introduces four parts that are useful to create simple hierarchies of contents.
本单元介绍了四个对创建简单内容层次结构有用的部分。
It is the basis for the Orchard.Lists module, but you may want to also consider other content
它是Orchard.Lists模块的基础,但您可能还想考虑其他内容
classification models such as taxonomies and better querying mechanisms such as projections.
分类模型,如分类法和更好的查询机制,如投影。
The Container part can be added to a type to mark its ability to contain certain types of
可以将Container部件添加到类型中以标记其包含某些类型的能力
content items. It also has properties specifying sort order and pagination.
内容项目。它还具有指定排序顺序和分页的属性。
The Containable part specifies that a type can be contained. It works hand-in-hand with the
Containable部分指定可以包含类型。它与。携手合作
Container part and enables the content editor to choose a container for the item.
容器部件,并允许内容编辑器为项目选择容器。
The Container Widget part is similar to the Container part, except that it is made to be used
Container Widget部分类似于Container部分,除了它被使用
in the container widget, and it has additional filtering capabilities in order to be able to
在容器小部件中,它具有额外的过滤功能,以便能够
display only a selected subset of the contained items. It is also not a container in itself,
仅显示所包含项目的选定子集。它本身也不是一个容器,
but rather references and re-uses an existing container item.
而是引用并重新使用现有的容器项。
The custom properties part exposes three custom text properties that were useful to implement custom
自定义属性部分公开了三个对实现自定义有用的自定义文本属性
filtering and ordering. This part is deprecated as projections now enable filtering and sorting
过滤和订购。此部分已弃用,因为投影现在可以启用过滤和排序
on fields.
在田野上。
Contents
内容
This core module creates the infrastructure for custom content types.
此核心模块为自定义内容类型创建基础结构。
Features
特征
-
Contents (Core): the infrastructure for custom types.
-
内容(核心):自定义类型的基础结构。 *
-
Content Control Wrapper (off by default): adds en edit button on the front-end.
-
内容控制包装器(默认情况下已禁用):在前端添加编辑按钮。 *
Dashboard
仪表板
Implements the administration dashboard as an extensible shell.
将管理仪表板实现为可扩展shell。
Feeds
饲料
The Feeds core module provides the infrastructure that modules can use to expose RSS,
Feeds核心模块提供模块可用于公开RSS的基础结构,
Atom or other types of feeds.
Atom或其他类型的Feed。
Navigation
导航
Since Orchard 1.5, the application ships with a hierarchical and extensible navigation menu.
从Orchard 1.5开始,该应用程序附带了一个分层和可扩展的导航菜单。
More than one named menu can be built using this core module. Menu items can be provided
使用此核心模块可以构建多个命名菜单。可以提供菜单项
by any number of providers. The module ships with custom items that can point to any URL,
由任何数量的提供商。该模块附带可指向任何URL的自定义项,
and content menu items that point to a specific content item.
和指向特定内容项的内容菜单项。
Other modules, such as taxonomies or projections, can provide their own dynamic menu item providers.
其他模块(如分类法或投影)可以提供自己的动态菜单项提供程序。
Menus can be rendered as full hierarchical menu widgets, or as breadcrumb or local menus.
菜单可以呈现为完整的分层菜单小部件,也可以呈现为面包屑或本地菜单。
A content item can be added to menus using the Navigation part. The Menu part, that was
可以使用导航部件将内容项添加到菜单。菜单部分,那是
fulfilling this role before Orchard 1.5, is deprecated but still provided for back-compatibility
在Orchard 1.5之前履行此角色已弃用但仍提供反向兼容性
with the data from previous versions of Orchard.
与以前版本的Orchard的数据。
This core module also provides the administration menu.
该核心模块还提供管理菜单。
Reports
报告
The Reports core module sets-up the infrastructure to generate and display basic reports.
Reports核心模块设置基础架构以生成和显示基本报告。
It is used during setup to log the various setup operations, including database operations.
它在安装过程中用于记录各种设置操作,包括数据库操作。
Scheduling
调度
The APIs from this core module can be used by other modules such as Publish Later to schedule
来自此核心模块的API可供其他模块(例如Publish Later)用于计划
operations to be executed in the future.
将来要执行的操作。
Settings
设置
Site-wide settings in Orchard are stored in a content item. The Site content type is what is used
Orchard中的站点范围设置存储在内容项中。网站内容类型是使用的内容
for this, and as any content type in Orchard, it can be extended. This enables modules to contribute
为此,以及Orchard中的任何内容类型,它都可以扩展。这使模块能够做出贡献
their own settings. This module is what enables that scenario.
他们自己的设置。该模块支持该方案。
Shapes
形状
Shapes in Orchard are the basic units of UI from which all HTML is built. New shapes can of course
Orchard中的Shapes是构建所有HTML的UI的基本单元。当然,新形状可以
be added by modules dynamically, but this module provides some basic and standard shapes.
由模块动态添加,但此模块提供一些基本和标准形状。
Core shapes are defined in code in CoreShapes.cs. Other shapes are defined in Views as cshtml files.
核心形状在CoreShapes.cs的代码中定义。其他形状在Views中定义为cshtml文件。
Any shape, core or otherwise, can be overridden by templates in a theme.
任何形状,核心或其他形状都可以被主题中的模板覆盖。
Core shapes
核心形状
-
ActionLink: uses route values to construct a HTML link.
-
ActionLink:使用路由值构建HTML链接。 *
-
DisplayTemplate, EditorTemplate: internally used to build the display and editor views of content items.
-
DisplayTemplate,EditorTemplate:内部用于构建内容项的显示和编辑器视图。 *
-
Layout: this is the outermost shape, that together with its wrapper, Document, defines the basic HTML structure to be rendered. It also defines top-level zones.
-
布局:这是最外面的形状,它与其包装器Document一起定义了要呈现的基本HTML结构。它还定义了顶级区域。 *
-
List: a standard shape to render lists of shapes.
-
列表:用于呈现形状列表的标准形状。 *
-
Menu, MenuItem, LocalMenu, LocalMenuItem and MenuItemLink: the shapes that navigation renders.
-
Menu,MenuItem,LocalMenu,LocalMenuItem和MenuItemLink:导航呈现的形状。 *
-
Pager and associated shapes and alternates: the shapes used to render pagination.
-
寻呼机和相关的形状和替代:用于渲染分页的形状。 *
-
Partial: a shape that can be used to render a template as a partial view, using the specified model. Creating a dynamic shape is often a preferable technique.
-
部分:可以使用指定模型将模板渲染为局部视图的形状。创建动态形状通常是一种优选的技术。 *
-
Resource, HeadScripts, FootScripts, Metas, HeadLinks, StyleSheetLinks, Style: shapes used to render resources such as script tags or stylesheets.
-
资源,HeadScripts,FootScripts,Metas,HeadLinks,StyleSheetLinks,Style:用于呈现脚本标签或样式表等资源的形状。 *
-
Zone: a special shape that is made to contain other shapes, typically but not always limited to widgets.
-
区域:包含其他形状的特殊形状,通常但不限于小部件。 *
Templated shapes
模板形状
-
Breadcrumb: a breadcrumb representation of a list of menu item links.
-
面包屑:菜单项链接列表的面包屑表示。 *
-
ErrorPage and NotFound: the pages that are rendered in case of server error or 404 not found resource. These are fun ones to override in a theme.
-
ErrorPage和NotFound:在服务器错误或404未找到资源的情况下呈现的页面。这些是在主题中覆盖的有趣的。 *
-
Header: the header of the page (not the head tag).
-
标题:页面的标题(不是标题标记)。 *
-
Message: this shape is used to render information, warning or error messages.
-
消息:此形状用于呈现信息,警告或错误消息。 *
-
User: displays login, logout, dashboard and change password links.
-
用户:显示登录,注销,仪表板和更改密码链接。 *
Title
标题
This simple module introduces the Title part that is used by most content types.
这个简单的模块引入了大多数内容类型使用的Title部分。
XmlRpc
XMLRPC
The APIs necessary to create content such as pages and blog posts from applications such as
从诸如应用程序之类的应用程序创建页面和博客文章等内容所需的API
Windows Live Writer are implemented in this core module. The Orchard.Blogs module builds
Windows Live Writer在此核心模块中实现。 Orchard.Blogs模块构建
on this module to enable specifically blog post creation.
在此模块上,专门启用博客文章创建。
Non-core modules
非核心模块
Markdown (off by default)
Markdown(默认关闭)
Markdown is a human-readable text format used to describe rich text without the
Markdown是一种人类可读的文本格式,用于描述没有的富文本
complexity of HTML. Some people prefer to write in Markdown rather than in a WYSYWYG
HTML的复杂性。有些人喜欢用Markdown写作而不是WYSYWYG
text editor such as the default TinyMCE editor that comes with Orchard.
文本编辑器,例如Orchard附带的默认TinyMCE编辑器。
Once you've enabled the Markdown feature, you can create new content types or edit
启用Markdown功能后,您可以创建新的内容类型或进行编辑
the existing ones to use the Markdown format instead of HTML by opening the settings
现有的通过打开设置使用Markdown格式而不是HTML
for the Body part and changing the flavor setting from "html" to "markdown". The
对于Body部分并将flavor设置从“html”更改为“markdown”。该
Markdown editor will then be shown instead of TinyMCE in the content item editor.
然后将在内容项编辑器中显示Markdown编辑器而不是TinyMCE。
Orchard.Alias
Orchard.Alias
The Alias module sets up the infrastructure to map friendly URLs to content items
Alias模块设置基础结构以将友好URL映射到内容项
and custom routes. It is the foundation on which Autoroute is built.
和自定义路线。它是Autoroute构建的基础。
Features
特征
-
Alias: this is the core infrastructure piece for aliases to work.
-
别名:这是别名工作的核心基础架构。 *
-
Alias UI (off by default): provides admin UI to modify, create or remove aliases.
-
别名UI(默认情况下已禁用):提供管理UI以修改,创建或删除别名。 *
Orchard.AntiSpam (off by default)
Orchard.AntiSpam(默认情况下关闭)
The AntiSpam module provides various spam-fighting features and infrastructure
AntiSpam模块提供各种反垃圾邮件功能和基础架构
pieces. It makes it possible to prevent spam on arbitrary contents (previous
件。它可以防止任意内容上的垃圾邮件(之前的
versions of Orchard only had anti-spam services on comments). With this module,
Orchard的版本只在评论中提供反垃圾邮件服务。有了这个模块,
you can add captcha, external spam-filtering or submission limits simply by adding
您只需添加即可添加验证码,外部垃圾邮件过滤或提交限制
a few parts to your types, including custom forms.
您的类型的一些部分,包括自定义表单。
Features
特征
-
Anti-Spam: the core infrastructure pieces for anti-spam. Also provides the ReCaptcha part that can be added to content types to add CAPTCHA to its edit form.
-
反垃圾邮件:反垃圾邮件的核心基础架构。还提供ReCaptcha部分,可以添加到内容类型以将CAPTCHA添加到其编辑表单。 *
-
Akismet Anti-Spam Filter: enables the use of the third-party Akismet service with Orchard content types.
-
Akismet反垃圾邮件过滤器:允许将第三方Akismet服务与Orchard内容类型一起使用。 *
-
TypePad Anti-Spam Filter: enables the use of the third-party TypePad service with Orchard content types.
-
TypePad反垃圾邮件过滤器:允许将第三方TypePad服务与Orchard内容类型一起使用。 *
Orchard.ArchiveLater
Orchard.ArchiveLater
Using the part provided by this module, you can schedule a content item to be archived.
使用此模块提供的部件,您可以安排要归档的内容项。
This module is available from source code packages or from the gallery.
该模块可从源代码包或从库获得。
Orchard.AuditTrail (off by default)
Orchard.AuditTrail(默认情况下关闭)
Audit Trail module in Orchard provides a log records for creation, deletion of any Content Type and events like user events, role events and it even provides a recycle bin.
Orchard中的Audit Trail模块提供了创建,删除任何内容类型以及用户事件,角色事件等事件的日志记录,甚至还提供了回收站。
Features
特征
-
Orchard.AuditTrail : Provides a log for recording and viewing back-end changes.
-
Orchard.AuditTrail:提供记录和查看后端更改的日志。
-
Orchard.AudiTrail.ImportExport : Provides import/export functionality for the Audit Trail feature.
-
Orchard.AudiTrail.ImportExport:提供审计跟踪功能的导入/导出功能。
-
Orchard.AuditTrail.Trimming : Provides a background task that regularly deletes old audit trail records.
-
Orchard.AuditTrail.Trimming:提供定期删除旧审计跟踪记录的后台任务。
-
Orchard.AuditTrail.Users : Provides audit trail support for user related events.
-
Orchard.AuditTrail.Users:为用户相关事件提供审计跟踪支持。
-
Orchard.AuditTrail.Roles : Provides audit trail support for role related events.
-
Orchard.AuditTrail.Roles:为角色相关事件提供审计跟踪支持。
-
Orchard.AuditTrail.ContentDefinition : Provides audit trail support for content definition related events.
-
Orchard.AuditTrail.ContentDefinition:为内容定义相关事件提供审计跟踪支持。
-
Orchard.AuditTrail.RecycleBin : Adds a Recycle Bin menu item to the Audit Trail menu, enabling you to recycle removed content items.
-
Orchard.AuditTrail.RecycleBin:将“回收站”菜单项添加到“审计跟踪”菜单,使您可以回收已删除的内容项。
Orchard.Autoroute
Orchard.Autoroute
This very powerful feature makes it possible for content type creators to specify a
这个非常强大的功能使内容类型创建者可以指定一个
token-based URL blueprint. For example, if you want the URL of your blog posts
基于令牌的URL蓝图。例如,如果您想要博客帖子的URL
to be of the form posts/2012/7/the-best-post-you-ll-ever-read, you can go to the
成为post / 2012/7 / the-best-post-you-ll-ever-read形式的帖子,你可以去
content type editor for blog posts, deploy the settings for the Autoroute part and
博客文章的内容类型编辑器,部署Autoroute部分的设置和
set the pattern to "posts/{Content.Date.Format:yyyy}/{Content.Date.Format:MM}/{Content.Slug}".
将模式设置为“posts / {Content.Date.Format:yyyy} / {Content.Date.Format:MM} / {Content.Slug}”。
Autoroute is built on top of the Alias feature.
Autoroute建立在Alias功能之上。
Orchard.Azure (Off by default)
Orchard.Azure(默认关闭)
Orchard.Azure provides a set of Orchard service implementations targeting Microsoft Azure services.
Orchard.Azure提供了一组针对Microsoft Azure服务的Orchard服务实现。
Features
特征
-
Orchard.Azure.Media : Activates an Orchard media storage provider that targets Microsoft Azure Blob Storage.
-
Orchard.Azure.Media:激活面向Microsoft Azure Blob存储的Orchard媒体存储提供程序。 *
-
Orchard.Azure.OutputCache : Activates an Orchard output cache provider that targets Windows Azure Cache.
-
Orchard.Azure.OutputCache:激活面向Windows Azure Cache的Orchard输出缓存提供程序。 *
-
Orchard.Azure.DatabaseCache : Activates an NHibernate second-level cache provider that targets Microsoft Azure Cache.
-
Orchard.Azure.DatabaseCache:激活面向Microsoft Azure Cache的NHibernate二级缓存提供程序。 *
Orchard.Azure.MediaServices (Off by default)
Orchard.Azure.MediaServices(默认关闭)
Provides integration of Microsoft Azure Media Services functionality into Orchard.
提供将Microsoft Azure Media Services功能集成到Orchard中。
Orchard.Blogs
Orchard.Blogs
The blogs module provides Orchard's blogging features. It relies heavily on Orchard's
博客模块提供了Orchard的博客功能。它严重依赖于乌节
content type composition and other features such as comments.
内容类型组成和其他功能,如评论。
See Also
也可以看看
Orchard.Caching
Orchard.Caching
Orchard.Caching provides an API to cache business data.
Orchard.Caching提供了一个用于缓存业务数据的API。
Orchard.CodeGeneration
Orchard.CodeGeneration
This module provides developers with scaffolding commands that help with the creation
该模块为开发人员提供了有助于创建的脚手架命令
of new modules and themes.
新模块和主题。
This module is available from source code packages or from the gallery.
该模块可从源代码包或来自图库获得。
Orchard.Comments
Orchard.Comments
You can use the Comments part provided by this module on any content type, in order
您可以按顺序在任何内容类型上使用此模块提供的注释部分
to enable users of your site to provide feedback.
使您网站的用户能够提供反馈。
See Also
也可以看看
Orchard.ContentPermissions (off by default)
Orchard.ContentPermissions(默认情况下关闭)
Without this module, Orchard only provides configurable permissions for whole content types.
如果没有此模块,Orchard仅为整个内容类型提供可配置的权限。
This module provides a part that can be added to any content type to restrict viewing
此模块提供可添加到任何内容类型以限制查看的部分
permissions per content item instead of per content type.
每个内容项的权限,而不是每个内容类型。
Orchard.ContentPicker
Orchard.ContentPicker
This module provides an extensible content item picker that can be used to build
此模块提供可用于构建的可扩展内容项选择器
relationships between content items. The content picker module provides a content picker field which can be attached to any Content Type.
内容项之间的关系。内容选择器模块提供内容选择器字段,该字段可以附加到任何内容类型。
This module is available from source code packages or from the gallery.
该模块可从源代码包或来自图库获得。
Orchard.ContentTypes (off by default)
Orchard.ContentTypes(默认情况下关闭)
Enable this module to enable the creation and modification of content types from the admin UI.
启用此模块以从管理UI启用内容类型的创建和修改。
See Also
也可以看看
Orchard.CustomForms (off by default) (Deprecated in 1.9)
Orchard.CustomForms(默认情况下关闭)(在1.9中已弃用)
Custom forms are built as content types, typically using fields. Once you've built the content
自定义表单构建为内容类型,通常使用字段。一旦你构建了内容
type for your custom form, you can enable its instances to be created from the front-end by
为自定义表单键入,您可以启用从前端创建的实例
anonymous users.
匿名用户。
This is useful, for example, to create contact forms: enable the feature, create a "Contact Form"
例如,创建联系表单非常有用:启用该功能,创建“联系表单”
content type, add name, e-mail and message text fields (select TextArea as the display option in the
内容类型,添加名称,电子邮件和消息文本字段(选择TextArea作为显示选项)
field's settings), click on "Forms" in the admin menu, click "Add a new Custom Form",
字段的设置),单击管理菜单中的“表单”,单击“添加新的自定义表单”,
select "Contact Us" as the content type for the form and publish. If you enable the Rules feature,
选择“联系我们”作为表单的内容类型并发布。如果启用“规则”功能,
you can then create a rule that sends an e-mail when an item of the "Contact Us" type is
然后,您可以创建一个规则,在“联系我们”类型的项目时发送电子邮件
published. You should also grant the "Submit Contact Form" permission to the anonymous role
出版。您还应该向匿名角色授予“提交联系表”权限
from the Users/Roles admin screen under "Custom Forms" in order to allow anonymous users to post contact forms.
从“自定义表单”下的“用户/角色”管理屏幕中,以允许匿名用户发布联系表单。
Orchard.DesignerTools
Orchard.DesignerTools
This module contains a few features that help with the development of themes.
此模块包含一些有助于主题开发的功能。
Features
特征
-
Shape Tracing: provides a Firebug-like tool that can be used to explore the server-side shape structure of the page, generate alternates, and inspect the model, placement and templates for any shape.
-
形状跟踪:提供类似Firebug的工具,可用于探索页面的服务器端形状结构,生成交替,以及检查任何形状的模型,放置和模板。 *
-
URL Alternates: adds alternates for all shapes based on the current URL, of the form "someshape-url-thecurrenturl" or "someshape-url-homepage".
-
URL Alternates:根据当前URL添加所有形状的替换,形式为“someshape-url-thecurrenturl”或“someshape-url-homepage”。 *
-
Widget Alternates: adds alternates for specific widgets and layers.
-
窗口小部件替代:为特定窗口小部件和图层添加替代项。 *
See Also:
也可以看看:
This module is available from source code packages or from the gallery.
该模块可从源代码包或来自图库获得。
Orchard.DynamicForms (off by default)
Orchard.DynamicForms(默认情况下关闭)
DynamicForms module in Orchard allows to create custom forms like contact forms using layouts.
Orchard中的DynamicForms模块允许使用布局创建联系表单等自定义表单。
After enabling the DynamicForms module -> click on Form in the dashboard area. The DynamicForms module is built using the DynamicLayouts module which allows us to place or drag-n-drop elements like a forms, checkboxes, buttons, labels, text areas, radio buttons, validation messages and many more on the Layout canvas.
启用DynamicForms模块后 - >单击仪表板区域中的表单。 DynamicForms模块使用DynamicLayouts模块构建,该模块允许我们在Layout画布上放置或拖放元素,如表单,复选框,按钮,标签,文本区域,单选按钮,验证消息等等。
Features
特征
-
Orchard.DynamicForms : Create custom forms like contact forms using layouts.
-
Orchard.DynamicForms:使用布局创建联系表单等自定义表单。
-
Orchard.DynamicForms.AntiSpam : Provides anti-spam elements to protect your content from malicious submissions.
-
Orchard.DynamicForms.AntiSpam:提供反垃圾邮件元素,以保护您的内容免遭恶意提交。
-
Orchard.DynamicForms.Taxonomies : Adds a Taxonomy form element to the system.
-
Orchard.DynamicForms.Taxonomies:向系统添加Taxonomy表单元素。
-
Orchard.DynamicForms.Projections : Adds a Query form element to the system.
-
Orchard.DynamicForms.Projections:向系统添加Query表单元素。
-
Orchard.DynamicForms.ImportExport : Enables the import and export of form submissions.
-
Orchard.DynamicForms.ImportExport:启用表单提交的导入和导出。
Orchard.Email
Orchard.Email
This module implements an email messaging channel that can be used for example to send
该模块实现了一个电子邮件消息传递通道,可用于例如发送
email notifications from rules.
来自规则的电子邮件通
This module is available from source code packages or from the gallery.
该模块可从源代码包或来自图库获得。
Orchard.Fields
Orchard.Fields
Orchard.Fields provides Input, Boolean, DateTime, Numeric, Link, Enumeration, and Media Picker fields
Orchard.Fields提供Input,Boolean,DateTime,Numeric,Link,Enumeration和Media Picker字段
that can be used in custom content types.
可以在自定义内容类型中使用。
Orchard.Forms
Orchard.Forms
This developer-targeted module provides shapes that are useful to dynamically build forms from code.
这个面向开发人员的模块提供了从代码动态构建表单的形状。
This module is used as a dependency by Projector and Rules.
此模块用作Projector和Rules的依赖项。
Orchard.ImportExport
Orchard.ImportExport
The definition for content types, as well as the content itself, can be exported from one Orchard
内容类型的定义以及内容本身可以从一个Orchard导出
instance, and imported into another using this module. The format that is used for the transfer
实例,并使用此模块导入到另一个实例中。用于传输的格式
is the same XML format that is used in recipes.
与配方中使用的XML格式相同。
This module is available from source code packages or from the gallery.
该模块可从源代码包或来自图库获得。
Orchard.ImageEditor
Orchard.ImageEditor
Orchard.ImageEditor adds a client side image editor for Media Library
Orchard.ImageEditor为媒体库添加了客户端图像编辑器
Orchard.Indexing, Orchard.Search and Lucene
Orchard.Indexing,Orchard.Search和Lucene
Those three modules constitute the default full-text search infrastructure for Orchard.
这三个模块构成了Orchard的默认全文搜索基础结构。
The indexing module populates the index from content items. The Lucene module provides
索引模块从内容项填充索引。 Lucene模块提供
the specific index implementation that indexing populates and that search queries.
索引填充和搜索查询的特定索引实现。
The search index queries the index and formats results.
搜索索引查询索引并格式化结果。
This module is available from source code packages or from the gallery: search,
此模块可从源代码包或库中获得:search,
Orchard.JobsQueue
Orchard.JobsQueue
This module provides a jobs queue to process jobs asynchronously.
此模块提供作业队列以异步处理作业。
Features
特征
-
Orchard.JobsQueue : Provides a jobs queue to process jobs asynchronously.
-
Orchard.JobsQueue:提供作业队列以异步处理作业。 *
-
Orchard.JobsQueue.UI : Provides a UI to manage queued jobs.
-
Orchard.JobsQueue.UI:提供用于管理排队作业的UI。 *
Orchard.jQuery (deprecated)
Orchard.jQuery(已弃用)
Used as a dependency by other modules, this provides jQuery and jQueryUI scripts.
作为其他模块的依赖项,它提供了jQuery和jQueryUI脚本。
This module is deprecated as of Orchard v1.10, you should use Orchard.Resources now instead.
从Orchard v1.10开始不推荐使用此模块,现在应该使用Orchard.Resources。
Orchard.Layouts
Orchard.Layouts
The Orchard.Layouts module in Orchard provides tools to create layouts. In Orchard v.1.9 by default the Page content type has a LayoutPart instead of the BodyPart.
Orchard中的Orchard.Layouts模块提供了创建布局的工具。默认情况下,在Orchard v.1.9中,Page内容类型具有LayoutPart而不是BodyPart。
A LayoutPart is a layout canvas which is empty by default. The Layouts module consists of Elements like Grids, Rows, Columns and Content Item elements, Media elements and Part elements like Title, Common and Tags part. The visibility of elements within a layout can be controlled by using a rule.
LayoutPart是一个布局画布,默认情况下为空。 “布局”模块由“网格”,“行”,“列”和“内容项”元素等元素,“媒体”元素和“标题”,“常用”和“标记”部分等“元素”元素组成。布局中元素的可见性可以通过[使用规则](使用 - 规则 - 有条件地显示 - 内容)来控制。
Layout elements can be dragged-n-dropped on the Layout canvas to form a layout for a Page or a master layout for other pages.
可以在布局画布上拖放布局元素,以形成页面布局或其他页面的主布局。
The Layouts module has a feature called Snippets which allows you to use a shape from within your current theme as an element. Quite handy auh.
Layouts模块有一个名为Snippets的功能,允许您使用当前主题中的形状作为元素。非常方便。
Features
特征
-
Orchard.Layouts : Provides tools to create layouts.
-
Orchard.Layouts:提供创建布局的工具。
-
Orchard.Layouts.Snippets : Enables support for adding elements based on shapes in the current theme.
-
Orchard.Layouts.Snippets:支持基于当前主题中的形状添加元素。
-
Orchard.Layouts.Markdown : Adds a Markdown element to the system.
-
Orchard.Layouts.Markdown:向系统添加Markdown元素。
-
Orchard.Layouts.Projections : Adds a Projection element to the system.
-
Orchard.Layouts.Projections:向系统添加Projection元素。
-
Orchard.Layouts.Tokens : Provides an element token provider that enables elements to be rendered using a token and enables tokens to be used inside of various elements such as Html, Text and Paragraph.
-
Orchard.Layouts.Tokens:提供一个元素标记提供程序,它允许使用标记呈现元素,并允许在各种元素(如Html,Text和Paragraph)中使用标记。
Orchard.Lists
Orchard.Lists
This module provides a simple implementation for lists of content items, following
该模块提供了以下内容项列表的简单实现
a folder/file metaphor where a content item can belong to only one list.
文件夹/文件隐喻,其中内容项只能属于一个列表。
Orchard.Localization
Orchard.Localization
The localization module enables the localization of content items. This module provides a part that can be added to a content type to make it localizable. The items of the modified types can have several versions that differ by culture.
本地化模块实现内容项的本地化。此模块提供了一个可以添加到内容类型以使其可本地化的部分。修改后的类型的项目可以有多个版本因文化而异。
Features
特征
-
Orchard.Localization : Enables localization of content items.
-
Orchard.Localization:启用内容项的本地化。
-
Orchard.Localization.DateTimeFormat : Enables PO-based translation of date/time formats and names of days and months.
-
Orchard.Localization.DateTimeFormat:启用基于PO的日期/时间格式转换以及日期和月份的名称。
-
Orchard.Localization.CultureSelector : Enables culture picker services, and also the admin culture picker.
-
Orchard.Localization.CultureSelector:启用文化选择器服务,以及管理文化选择器。
-
Orchard.Localization.Transliteration : Enables transliteration of content.
-
Orchard.Localization.Transliteration:启用内容的音译。
-
Orchard.Localization.Transliteration.SlugGeneration : Enables transliteration of the autoroute slug when creating a piece of content.
-
Orchard.Localization.Transliteration.SlugGeneration:在创建一段内容时启用自动调整slug的音译。
Orchard.MediaLibrary
Orchard.MediaLibrary
Orchard.MediaLibrary Provides enhanced Media management tools
Orchard.MediaLibrary提供增强的媒体管理工具
See Also
也可以看看
Orchard.MediaProcessing
Orchard.MediaProcessing
Module for processing Media e.g. image resizing
处理媒体的模块,例如图像大小调整
Orchard.MessageBus
Orchard.MessageBus
Provides communication APIs for server farms.
为服务器场提供通信API。
Features
特征
-
Orchard.MessageBus : Reusable API abstractions to communicate in a server farm.
-
Orchard.MessageBus:可重用的API抽象,用于在服务器场中进行通信。
-
Orchard.MessageBus.DistributedSignals : Distribute signals cache invalidation calls.
-
Orchard.MessageBus.DistributedSignals:分配信号缓存失效调用。
-
Orchard.MessageBus.SqlServerServiceBroker : A message bus implementation using SQL Server Service Broker.
-
Orchard.MessageBus.SqlServerServiceBroker:使用SQL Server Service Broker的消息总线实现。
-
Orchard.MessageBus.DistributedShellRestart : Distribute shell restarts.
-
Orchard.MessageBus.DistributedShellRestart:分发shell重新启动。
Orchard.Migrations
Orchard.Migrations
Data migration commands.
数据迁移命令。
Features
特征
-
DatabaseUpdate : Commands for updating the database schema according to the definition of the "Record" classes in code.
-
DatabaseUpdate:用于根据代码中“记录”类的定义更新数据库模式的命令。 *
Orchard.Modules
Orchard.Modules
This is the module that provides the admin UI to enable and disable features.
这是提供管理UI以启用和禁用功能的模块。
See Also
也可以看看
Orchard.MultiTenancy
Orchard.MultiTenancy
Hosting multiple Orchard sites on separate applications means duplicating everything
在单独的应用程序上托管多个Orchard站点意味着复制所有内容
for each site. The multi-tenancy module enables the hosting of multiple Orchard sites
对于每个站点。多租户模块可以托管多个Orchard站点
within a single IIS application, thus saving a lot of resources, and reducing maintenance
在单个IIS应用程序中,从而节省了大量资源,并减少了维护
costs. Each site's data is strictly segregated from the others through a table prefix
成本。每个站点的数据都通过表前缀与其他站点严格隔离
or complete database separation.
或完成数据库分离。
See Also
也可以看看
This module is available from source code packages or from the gallery.
该模块可从源代码包或从库获得。
Orchard.OutputCache
Orchard.OutputCache
Adds Output Caching functionality.
添加输出缓存功能。
Features
特征
-
Orchard.OutputCache : Adds output caching functionality.
-
Orchard.OutputCache:添加输出缓存功能。
-
Orchard.OutputCache.Database : Activates a provider that stores output cache data in the database.
-
Orchard.OutputCache.Database:激活在数据库中存储输出缓存数据的提供程序。
Orchard.Packaging
Orchard.Packaging
This module handles the packaging of themes and modules.
该模块处理主题和模块的打包。
Features
特征
-
Packaging commands: core services and command-line commands to package and install modules.
-
打包命令:用于打包和安装模块的核心服务和命令行命令。 *
-
Gallery: integrates the gallery into Orchard.
-
图库:将gallery整合到Orchard中。 *
-
Package Updates: enables module updates from the admin dashboard.
-
包更新:从管理仪表板启用模块更新。 *
See Also
也可以看看
Orchard.Pages
Orchard.Pages
The Pages modules adds the Page content type, and associated commands.
Pages模块添加了Page内容类型和相关命令。
See Also
也可以看看
Orchard.Projections
Orchard.Projections
This tremendously useful module enables the creation of arbitrary queries over
这个非常有用的模块可以创建任意查询
the contents of the site, and then to present the results in flexible layouts,
网站的内容,然后以灵活的布局呈现结果,
without leaving the admin dashboard.
不离开管理仪表板。
See Also
也可以看看
Orchard.PublishLater (off by default)
Orchard.PublishLater(默认情况下关闭)
The PublishLater part can be added to draftable content types and allows scheduled
PublishLater部分可以添加到draftable内容类型并允许预定
publication of contents.
出版内容。
See Also
也可以看看
Orchard.Recipes
Orchard.Recipes
Recipes are XML files that describe a set of operations on the contents and configuration
配方是XML文件,描述了对内容和配置的一组操作
of the site. Recipes are used at setup to describe predefined initial configurations
该网站。配置用于设置以描述预定义的初始配置
(Orchard comes with default, blog and core recipes). They can also be included with
(Orchard附带默认,博客和核心食谱)。它们也可以包括在内
modules to specify additional operations that get executed after installation.
模块,用于指定安装后执行的其他操作。
Finally, the import/export feature uses this same recipe format to transfer contents.
最后,导入/导出功能使用相同的配方格式来传输内容。
See Also
也可以看看
Orchard.Redis
Orchard.Redis
Provides Redis integration with Orchard.
提供Redis与Orchard的集成。
Features
特征
-
Orchard.Redis : Provides Redis integration with Orchard.
-
Orchard.Redis:提供Redis与Orchard的集成。
-
Orchard.Redis.MessageBus : A message bus implementation using Redis pub/sub.
-
Orchard.Redis.MessageBus:使用Redis pub / sub的消息总线实现。
-
Orchard.Redis.OutputCache : An output cache storage provider using Redis.
-
Orchard.Redis.OutputCache:使用Redis的输出缓存存储提供程序。
-
Orchard.Redis.Caching : Business data cache using Redis.
-
Orchard.Redis.Caching:使用Redis的业务数据缓存。
Orchard.Resources
Orchard.Resources
Provides a variety of third-party client-side libraries (stylesheets and scripts) used by other modules.
提供其他模块使用的各种第三方客户端库(样式表和脚本)。
Added in Orchard v1.10, replaces the deprecated Orchard.jQuery module.
在Orchard v1.10中添加,替换了已弃用的Orchard.jQuery模块。
Orchard.Roles
Orchard.Roles
The roles module is adding the ability to assign roles to users. It's also providing a set of default roles for which other modules can define default permissions.
角色模块正在添加为用户分配角色的功能。它还提供了一组默认角色,其他模块可以为其定义默认权限。
Features
特征
-
Orchard.Roles : Standard user roles.
-
Orchard.Roles:标准用户角色。
-
Orchard.Roles.Workflows : Provides a role based activities.
-
Orchard.Roles.Workflows:提供基于角色的活动。
See Also
也可以看看
Orchard.Rules (deprecated) (off by default)
Orchard.Rules(不建议使用)(默认情况下已关闭)
Orchard events can be picked up by rules and trigger actions. For example, the publication
可以通过规则和触发操作来获取Orchard事件。例如,出版物
event on the comment content type can be picked-up by a user-defined rule and trigger
注释内容类型上的事件可以由用户定义的规则和触发器获取
the action of sending an e-mail to the owner of the blog.
向博客所有者发送电子邮件的操作。
The Rules module provides simple admin UI to create and manage rules. This module is deprecated.
Rules模块提供了用于创建和管理规则的简单管理UI。不推荐使用此模块。
We recommend users switch to Orchard.Workflows Module.
我们建议用户切换到Orchard.Workflows模块。
Orchard.Scripting
Orchard.Scripting
In order to enable simple programmability of the application without requiring the
为了实现应用程序的简单可编程性而不需要
development of a whole module, certain key areas of Orchard expose extensibility through
开发一个完整的模块,Orchard的某些关键领域通过开发可扩展性
scripting. For example, widget layer visibility is defined by rules that are written
脚本。例如,窗口小部件层可见性由写入的规则定义
as simple script expressions. The scripting infrastructure is language-agnostic, and
简单的脚本表达式。脚本基础结构与语言无关,并且
new languages could be added by a module. Orchard comes with one implementation that
模块可以添加新语言。 Orchard附带一个实现
is a simple expression language whose syntax is a subset of Ruby.
是一种简单的表达式语言,其语法是Ruby的子集。
Features
特征
-
Scripting: the scripting infrastructure.
-
脚本:脚本基础结构。 *
-
Lightweight Scripting: a simple expression language that is a subset of Ruby.
-
轻量级脚本:一种简单的表达式语言,是Ruby的一个子集。 *
-
Scripting Rules: makes it possible for rules to be triggered by arbitrary scripted expressions.
-
脚本规则:使规则可以由任意脚本表达式触发。 *
Orchard.Scripting.CSharp
Orchard.Scripting.CSharp
Provides C# compiler services.
提供C#编译器服务。
Features
特征
-
Orchard.Scripting.CSharp : Provides C# compiler services.
-
Orchard.Scripting.CSharp:提供C#编译器服务。 *
-
Orchard.Scripting.CSharp.Validation : Provides a Script Validation part.
-
Orchard.Scripting.CSharp.Validation:提供脚本验证部分。 *
Orchard.Scripting.DLR
Orchard.Scripting.DLR
This module, built on Orchard.Scripting, enables the possibility to use DLR languages
该模块基于Orchard.Scripting构建,可以使用DLR语言
such as Ruby and Python as scripting languages.
比如Ruby和Python作为脚本语言。
Orchard.Setup (off after setup)
Orchard.Setup(安装后关闭)
This module is always disabled except before the application has been setup. It is responsible
除了在设置应用程序之前,始终禁用此模块。它是负责任的
for implementing the setup mechanism. It contains the original recipes in its Recipes subfolder.
用于实现设置机制。它包含Recipes子文件夹中的原始配方。
See Also
也可以看看
Orchard.Search
Orchard.Search
Standard interface to Orchard's built-in search.
Orchard内置搜索的标准界面。
Features
特征
-
Orchard.Search : Standard interface to Orchard's built-in search.
-
Orchard.Search:Orchard内置搜索的标准界面。 *
-
Orchard.Search.Content : Provides a Content Search tab in Admin.
-
Orchard.Search.Content:在Admin中提供“内容搜索”选项卡。 *
-
Orchard.Search.ContentPicker : Provides a search tab in Content Picker.
-
Orchard.Search.ContentPicker:在内容选择器中提供搜索选项卡。 *
-
Orchard.Search.MediaLibrary : Provides search menu item in the Media Library explorer.
-
Orchard.Search.MediaLibrary:在媒体库资源管理器中提供搜索菜单项。 *
Orchard.SecureSocketsLayer
Orchard.SecureSocketsLayer
This module will ensure SSL is used when accessing specific parts of the website like the dashboard, authentication pages or custom pages.
此模块将确保在访问网站的特定部分(如仪表板,身份验证页面或自定义页面)时使用SSL。
Orchard.Tags
Orchard.Tags
Tags are a very simple way to categorize contents. It is a flat and easily extensible structure.
标签是一种非常简单的内容分类方式。它是一种扁平且易于扩展的结构。
Features
特征
-
Orchard.Tags : The tags module is providing basic tagging for arbitrary content types.
-
Orchard.Tags:标签模块为任意内容类型提供基本标记。
-
Orchard.Tags.Feeds : Adds tags to the RSS feeds.
-
Orchard.Tags.Feeds:将标签添加到RSS源。
-
Orchard.Tags.TagCloud : Adds a tag cloud widget.
-
Orchard.Tags.TagCloud:添加标签云小部件。
See Also
也可以看看
Orchard.TaskLease
Orchard.TaskLease
In web farm environments, it's often useful to send messages across all servers in the farm. This
在Web场环境中,通过场中的所有服务器发送消息通常很有用。这个
module implements a way for code to communicate tasks to the whole server farm.
module实现了一种代码将任务传递给整个服务器场的方法。
This module is available from source code packages or from the gallery.
该模块可从源代码包或来自图库获得。
Orchard.Taxonomies
Orchard.Taxonomies
The taxonomy module is providing custom categorization of arbitrary content types. The taxonomy module provides a taxonomy field which can be attached to any Content Type.
分类模块提供任意内容类型的自定义分类。分类模块提供了一个分类字段,可以附加到任何内容类型。
Orchard.Themes
Orchard.Themes
This module provides the infrastructure for easy customization of the look and feel of the site
此模块提供了基础结构,可以轻松自定义站点的外观
through the definition of themes, which are a set of scripts, stylesheets and template overrides.
通过主题的定义,这是一组脚本,样式表和模板覆盖。
See Also
也可以看看
Orchard.Templates
Orchard.Templates
Provides a Template type that can be used to store template code and used as a shape.
提供可用于存储模板代码并用作形状的模板类型。
Features
特征
-
Orchard.Templates : Provides a Template type that represents a shape template, stored as a content item.
-
Orchard.Templates:提供表示形状模板的模板类型,存储为内容项。 *
-
Orchard.Templates.Razor : Extends Templates with Razor templates.
-
Orchard.Templates.Razor:使用Razor模板扩展模板。 *
Orchard.Tokens (off by default)
Orchard.Tokens(默认情况下关闭)
Provides a system for performing string replacements with common site values. Tokens are contextual environment variables that are used in dynamic expressions. For example,
提供用于使用公共站点值执行字符串替换的系统。标记是在动态表达式中使用的上下文环境变量。例如,
the Autoroute feature makes it possible to define URL patterns for content items of a given
Autoroute功能可以为给定内容项定义URL模式
type. Those patterns rely on tokens that will be dynamically evaluated in a specific context.
类型。这些模式依赖于将在特定上下文中动态评估的令牌。
The "{Content.Date.Format:yyyy}/{Content.Slug}" would be evaluated for the specific content item
将针对特定内容项评估“{Content.Date.Format:yyyy} / {Content.Slug}”
it applies to and would be resolved to something like "2012/the-title".
它适用于并将被解决为“2012 / the-title”之类的东西。
Features
特征
-
Orchard.Tokens : Provides a system for performing string replacements with common site values.
-
Orchard.Tokens:提供使用常见站点值执行字符串替换的系统。
-
Orchard.Tokens.Feeds : Provides a content part to customize RSS fields based on tokens.
-
Orchard.Tokens.Feeds:提供内容部分以基于令牌自定义RSS字段。
-
Orchard.Tokens.HtmlFilter : Evaluates tokens in a body.
-
Orchard.Tokens.HtmlFilter:评估体内的标记。
Orchard.Users
Orchard.Users
This is the module that implements the default user management in Orchard.
这是在Orchard中实现默认用户管理的模块。
Features
特征
-
Orchard.Users : default user management in Orchard.
-
Orchard.Users:Orchard中的默认用户管理。
-
Orchard.Users.Workflows : Provides User based Workflow Activites.
-
Orchard.Users.Workflows:提供基于用户的工作流程活动。
-
Orchard.Users.PasswordEditor : Adds the ability for admins to edit users' passwords.
-
Orchard.Users.PasswordEditor:添加管理员编辑用户密码的功能。
See Also
也可以看看
Orchard.Warmup (off by default)
Orchard.Warmup(默认情况下关闭)
Cold starts in ASP.NET applications can be slow, and shared hosting environments create the
ASP.NET应用程序中的冷启动速度很慢,共享托管环境会创建
conditions for frequent such cold starts. In order to mitigate this situation, the warmup
经常出现冷启动的条件。为了缓解这种情况,进行了热身
feature can prepare static versions of the most common pages of the site so those can be served
功能可以准备网站最常见页面的静态版本,以便可以提供这些页面
as soon as possible even if the application is not entirely done warming up.
即使应用程序没有完全做好预热,也要尽快。
Orchard.Widgets
Orchard.Widgets
Widgets are reusable pieces of UI that can be positioned on any page of the site. Which widgets
窗口小部件是可重复使用的UI部分,可以放置在站点的任何页面上。哪个小部件
get displayed on what pages is determined by layer rules.
显示在哪些页面上由图层规则确定。
Features
特征
-
Widgets: the core widget feature and admin UI.
-
小部件:核心小部件功能和管理UI。 *
-
Page Layer Hinting: adds a message when publishing a new page that prompts the user to create a new layer for that page.
-
页面层提示:在发布新页面时添加消息,提示用户为该页面创建新层。 *
-
Widget Control Wrapper: Adds an edit button on the front-end for easier modification.
-
窗口小部件控件包装器:在前端添加一个编辑按钮,以便于修改。 *
See Also
也可以看看
Orchard.Workflows
Orchard.Workflows
Orchard.Workflows module provides tools to create custom workflows.
Orchard.Workflows模块提供了创建自定义工作流的工具。
SysCache
SysCache
Enables database caching using the SysCache provider.
使用SysCache提供程序启用数据库缓存。
TinyMCE
TinyMCE的
Used as a dependency by other features, this provides the scripts necessary to implement the TinyMCE WYSYWYG HTML editor.
用作其他功能的依赖项,这提供了实现TinyMCE WYSYWYG HTML编辑器所需的脚本。
Upgrade / UpgradeTo16 /UpgradeTo15 / UpgradeTo14 (off by default)
升级/升级到16 /升级到15 /升级到14(默认关闭)
Provides actions for upgrading Orchard instances.
提供升级Orchard实例的操作。
Orchard 1.4 brought breaking changes in the way URLs and titles are managed. 1.3 and previous versions
Orchard 1.4对URL和标题的管理方式带来了重大变化。 1.3和以前的版本
were using the Route part to handle a static URL and title. 1.4 deprecated this in favor of the new
使用Route部分来处理静态URL和标题。 1.4弃用此赞成新的
alias, autoroute and title part. The upgrade module contains special scripts that upgrade old content
别名,autoroute和标题部分。升级模块包含用于升级旧内容的特殊脚本
to the new way of doing things.
以新的做事方式。
Orchard 1.4 also introduced new field types (see Orchard.Fields), and because some users may have
Orchard 1.4还引入了新的字段类型(参见Orchard.Fields),并且因为有些用户可能会有
used equivalent Contrib.* fields from gallery modules, the upgrade module provides an upgrade path
使用库模块中的等效Contrib。*字段,升级模块提供升级路径
to the new fields.
到新的领域。
1:http://gallery.orchardproject.net
2:http://daringfireball.net/projects/markdown/
3:http://www.google.com/recaptcha
4:http://akismet.com/
5:http://antispam.typepad.com/
6:http://docs.orchardproject.net/Documentation/Adding-a-Blog-to-Your-Site
7:http://docs.orchardproject.net/Documentation/Blogging-with-LiveWriter
8:http://docs.orchardproject.net/Documentation/Moderating-comments
9:http://docs.orchardproject.net/Documentation/Creating-custom-content-types
10:http://docs.orchardproject.net/Documentation/Adding-and-managing-media-content
11:http://docs.orchardproject.net/Documentation/Installing-and-upgrading-modules
12:http://docs.orchardproject.net/Documentation/Installing-modules-and-themes-from-the-gallery
13:http://docs.orchardproject.net/Documentation/Adding-Pages-to-Your-Site
14:http://www.youtube.com/watch?feature = player_embedded&v = SP912eWoOoo
15:http://docs.orchardproject.net/Documentation/Saving-scheduling-and-publishing-drafts
16:http://docs.orchardproject.net/Documentation/Making-a-Web-Site-Recipe
17:http://docs.orchardproject.net/Documentation/Managing-users-and-roles
18:http://docs.orchardproject.net/Documentation/Understanding-permissions
20:http://docs.orchardproject.net/Documentation/Installing-Orchard
21:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Contrib.Taxonomies
22:http://docs.orchardproject.net/Documentation/Organizing-content-with-tags
23:http://docs.orchardproject.net/Documentation/Installing-themes
24:http://docs.orchardproject.net/Documentation/Previewing-and-applying-a-theme
25:http://docs.orchardproject.net/Documentation/Customizing-the-default-theme
26:http://docs.orchardproject.net/Documentation/Managing-widgets
27:http://docs.orchardproject.net/Documentation/Writing-a-widget
28:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.ArchiveLater
29:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.CodeGeneration
30:http://gallery.orchardproject.net
31:http://docs.orchardproject.net/Documentation/Customizing-Orchard-using-Designer-Helper-Tools
32:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.DesignerTools
33:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.ImportExport
34:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.Search
35:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.Indexing
36:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Lucene
37:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.Localization
38:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.Email
39:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.Messaging
40:http://docs.orchardproject.net/Documentation/Setting-up-a-multi-tenant-Orchard-site
41:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.MultiTenancy
42:http://gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.TaskLease