Skip to content

Orchard is a modular web-based CMS that's designed to be extended by installing additional module packages and by enabling features contained in those modules. A module package consists of a ZIP file in the .nupkg format. In Orchard, a theme is also a module. To facilitate sharing for modules and themes, Orchard lets you search for modules and themes online and install them directly to your site.

Orchard是一个基于Web的模块化CMS,旨在通过安装其他模块包和启用这些模块中包含的功能进行扩展。模块包由[.nupkg](http://nuget.codeplex.com)格式的ZIP文件组成。在Orchard,主题也是一个模块。为了便于共享模块和主题,Orchard允许您在线搜索模块和主题,并将它们直接安装到您的站点。

浏览图库网站

To find available modules and themes and download them to your computer, you can browse the Orchard Gallery website. For more information, see Browsing the Gallery Website.

要查找可用的模块和主题并将其下载到您的计算机,您可以浏览[Orchard Gallery](http://gallery.orchardproject.net/)网站。有关详细信息,请参阅[浏览图库网站](浏览图库网站)。

从库中安装模块和主题

You can also access the Gallery from within your Orchard site in order to download or install modules and themes. To do so, click Themes or Modules on the dashboard and then click the Gallery tab.

您还可以从Orchard站点访问Gallery以下载或安装模块和主题。为此,请单击仪表板上的主题模块,然后单击图库选项卡。

Note: The Gallery feature is enabled by default. For more information about working with the Gallery feature, including how to enable or disable it, see Installing Modules and Themes from the Gallery.

注意: Gallery 功能默认启用。有关使用 Gallery 功能的更多信息,包括如何启用或禁用它,请参阅[从库中安装模块和主题](从库中安装模块和主题)。

将模块或主题贡献给图库

If you are a developer who writes modules or themes for Orchard, you are probably interested in sharing your module with others in the gallery. For information about how to do this, see Contributing a Module or Theme to the Gallery.

如果您是为Orchard编写模块或主题的开发人员,您可能有兴趣与库中的其他人共享您的模块。有关如何执行此操作的信息,请参阅[将模块或主题贡献到库中](将模块或主题贡献到库中)。

注册其他图库供稿

The Orchard Gallery is just one gallery that you can browse. By default, a single feed is exposed from https://gallery.orchardproject.net/api/FeedService. Orchard allows you to register additional feeds for other galleries. To register a feed, expand the dashboard Settings section and then click Gallery. On the Gallery Feeds page you can add new feeds or delete existing ones. For more information, see Registering Additional Gallery Feeds.

Orchard Gallery只是一个您可以浏览的画廊。默认情况下,从[https://gallery.orchardproject.net/api/FeedService](https://gallery.orchardproject.net/api/FeedService)公开单个Feed。 Orchard允许您为其他画廊注册其他Feed。要注册Feed,请展开仪表板设置部分,然后单击图库。在 Gallery Feeds 页面上,您可以添加新的Feed或删除现有的Feed。有关更多信息,请参阅[注册其他图库供稿](模块库供稿)。

If you want to set up your own gallery, a reference implementation for exposing a gallery feed and website is available on OrchardGallery.CodePlex.com and GalleryServer.CodePlex.com.

如果您想设置自己的图库,可以在[OrchardGallery.CodePlex.com](http://orchardgallery.codeplex.com)和[GalleryServer.CodePlex.com]上找到用于公开图库供稿和网站的参考实现( http://galleryserver.codeplex.com)。

Change History

改变历史

  • Updates for Orchard 1.1

  • Orchard 1.1的更新 *

    • 3-22-11: Updated dashboard and UI references in the text.