<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>galleryserver Wiki Rss Feed</title><link>http://galleryserver.codeplex.com/</link><description>galleryserver Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>https://galleryserver.codeplex.com/wikipage?version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;This project is not currently maintained&lt;/h3&gt;
&lt;h3&gt;About the Gallery Server project&lt;/h3&gt;
&lt;p&gt;Gallery Server is a reusable service layer and OData feed for application galleries. It is used for storing and exposing packages for CMS systems, package managers, etc. Gallery Server functions as the back-end service layer and feed for the
&lt;a href="http://orchardproject.net/gallery"&gt;Orchard Gallery&lt;/a&gt; and &lt;a href="http://nuget.org"&gt;
NuGet&lt;/a&gt; projects.&amp;nbsp;You can use Gallery Server to function as the back-end for your own application gallery, or even to setup your own local instance of another gallery like NuGet. In addition to the OData feed for the contents of the gallery, Gallery
 Server exposes a REST API for publishing and updating the packages and metadata contained in the gallery.&lt;/p&gt;
&lt;p&gt;The Gallery Server project was developed in conjunction with the &lt;a href="http://orchardgallery.codeplex.com"&gt;
Orchard Gallery&lt;/a&gt; project, which is a front-end implementation that works with a Gallery Server back-end. The Orchard Gallery is under the same open source license as Gallery Server and can be used as a great starting point for setting up your own full featured
 gallery. However, it is not necessary to use Orchard Gallery as the front-end of a Gallery Server instance. There are a number of configuration settings available in the server that can be customized for your own front-end implementation. Read more about the
&lt;a href="wikipage?title=gallery server configuration&amp;referringTitle=Home"&gt;configuration settings&lt;/a&gt; available for Gallery Server.&lt;/p&gt;
&lt;h4&gt;Getting Started&lt;/h4&gt;
&lt;p&gt;To get started you can download the source code as a zip file, or clone the repository, by visiting the
&lt;a href="SourceControl/list/changesets"&gt;Source Code&lt;/a&gt; tab. Once you've downloaded the source, setup an IIS site or application against the GalleryServer/src/Gallery.Server folder and run the ClickToBuild batch file to build the code. You'll find a ReadMe
 text file in the root folder which contains more instructions for setting up the server.&lt;/p&gt;
&lt;h4&gt;Getting involved&lt;/h4&gt;
&lt;p&gt;If you have a need for a gallery website of your own and would like to use Gallery Server for storing and exposing a feed of packages, you can get involved by joining the Orchard Gallery mailing list and participating in codeplex.com discussions on this
 site. We are also gathering requirements for future phases of the project and we welcome your input. We accept code contributions as patches, under the same general guidelines as the Orchard Gallery project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.orchardproject.net/docs/Contributing-patches.ashx"&gt;Submit a patch&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:join-orchard-gallery@lists.outercurve.org"&gt;Join the mailing list&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:orchard-gallery-team@lists.outercurve.org"&gt;Contact us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/discussions"&gt;Participate in discussions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/WorkItem/List.aspx"&gt;Find and file a bug&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>BertrandLeRoy</author><pubDate>Sat, 06 Apr 2013 02:23:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130406022344A</guid></item><item><title>Updated Wiki: Gallery Server Configuration</title><link>http://galleryserver.codeplex.com/wikipage?title=Gallery Server Configuration&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Configuration&lt;/h3&gt;
&lt;p&gt;There are two configuration files that can be used to customize your instance of the Gallery Server: AppSettings.config and ConnectionStrings.config. When you first download the code, there are two default config files that will be copied to the root of
 your Gallery.Server project when you first build the project (either by running the ClickToBuild batch file, or compiling the code from Visual Studio).&lt;/p&gt;
&lt;h4&gt;ConnectionStrings.config&lt;/h4&gt;
&lt;p&gt;This file simply contains the connection string for the database that will store Gallery Server's data. By default it will be configured to use a SQL CE 4 database called GalleryFeed which will be stored in the App_Data folder of the Gallery Server site.
 A sample SQL Server connection string is provided but commented out. Note that with SQL CE the entire database will be created automatically the first time the feed is accessed. With SQL Server you need to create an empty database first, but the schema will
 be automatically created as soon as the feed accessed. In addition, if you change the connection from the default of SQL CE, there is a corresponding setting in the AppSettings.config file that you'll need to change to match (see below).&lt;/p&gt;
&lt;h4&gt;AppSettings.config&lt;/h4&gt;
&lt;p&gt;Other than the connection string, this file contains all the settings you'll need to customize the behavior of your instance of the Gallery Server. Each of the settings is described below:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;em&gt;RelativePackageDirectory&amp;nbsp;&lt;/em&gt;/&amp;nbsp;&lt;em&gt;RelativeTemporaryDirectory&lt;/em&gt;: This is the location where you want to store the physical package files for your gallery. It should be a relative path from the location of your Gallery.Server web app root.
&lt;/li&gt;&lt;li&gt;&lt;em&gt;FrontEndWebSiteRoot&lt;/em&gt;: This is the URL to the root of your front-end website (e.g. http://nuget.org)
&lt;/li&gt;&lt;li&gt;&lt;em&gt;ValidatePackageKeyUri: (more documentation coming...)&lt;/em&gt; &lt;/li&gt;&lt;/ol&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 21:06:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Gallery Server Configuration 20110414090636P</guid></item><item><title>Updated Wiki: Gallery Server Configuration</title><link>http://galleryserver.codeplex.com/wikipage?title=Gallery Server Configuration&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Configuration&lt;/h3&gt;
&lt;p&gt;There are two configuration files that can be used to customize your instance of the Gallery Server: AppSettings.config and ConnectionStrings.config. When you first download the code, there are two default config files that will be copied to the root of
 your Gallery.Server project when you first build the project (either by running the ClickToBuild batch file, or compiling the code from Visual Studio).&lt;/p&gt;
&lt;h4&gt;ConnectionStrings.config&lt;/h4&gt;
&lt;p&gt;This file simply contains the connection string for the database that will store Gallery Server's data. By default it will be configured to use a SQL CE 4 database called GalleryFeed which will be stored in the App_Data folder of the Gallery Server site.
 A sample SQL Server connection string is provided but commented out. Note that with SQL CE the entire database will be created automatically the first time the feed is accessed. With SQL Server you need to create an empty database first, but the schema will
 be automatically created as soon as the feed accessed. In addition, if you change the connection from the default of SQL CE, there is a corresponding setting in the AppSettings.config file that you'll need to change to match (see below).&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 20:48:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Gallery Server Configuration 20110414084856P</guid></item><item><title>Updated Wiki: Home</title><link>http://galleryserver.codeplex.com/wikipage?version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;About the Gallery Server project&lt;/h3&gt;
&lt;p&gt;Gallery Server is a reusable service layer and OData feed for application galleries. It is used for storing and exposing packages for CMS systems, package managers, etc. Gallery Server functions as the back-end service layer and feed for the
&lt;a href="http://orchardproject.net/gallery"&gt;Orchard Gallery&lt;/a&gt; and &lt;a href="http://nuget.org"&gt;
NuGet&lt;/a&gt; projects.&amp;nbsp;You can use Gallery Server to function as the back-end for your own application gallery, or even to setup your own local instance of another gallery like NuGet. In addition to the OData feed for the contents of the gallery, Gallery
 Server exposes a REST API for publishing and updating the packages and metadata contained in the gallery.&lt;/p&gt;
&lt;p&gt;The Gallery Server project was developed in conjunction with the &lt;a href="http://orchardgallery.codeplex.com"&gt;
Orchard Gallery&lt;/a&gt; project, which is a front-end implementation that works with a Gallery Server back-end. The Orchard Gallery is under the same open source license as Gallery Server and can be used as a great starting point for setting up your own full featured
 gallery. However, it is not necessary to use Orchard Gallery as the front-end of a Gallery Server instance. There are a number of configuration settings available in the server that can be customized for your own front-end implementation. Read more about the
&lt;a href="wikipage?title=gallery server configuration&amp;referringTitle=Home"&gt;configuration settings&lt;/a&gt; available for Gallery Server.&lt;/p&gt;
&lt;h4&gt;Getting Started&lt;/h4&gt;
&lt;p&gt;To get started you can download the source code as a zip file, or clone the repository, by visiting the
&lt;a href="SourceControl/list/changesets"&gt;Source Code&lt;/a&gt; tab. Once you've downloaded the source, setup an IIS site or application against the GalleryServer/src/Gallery.Server folder and run the ClickToBuild batch file to build the code. You'll find a ReadMe
 text file in the root folder which contains more instructions for setting up the server.&lt;/p&gt;
&lt;h4&gt;Getting involved&lt;/h4&gt;
&lt;p&gt;If you have a need for a gallery website of your own and would like to use Gallery Server for storing and exposing a feed of packages, you can get involved by joining the Orchard Gallery mailing list and participating in codeplex.com discussions on this
 site. We are also gathering requirements for future phases of the project and we welcome your input. We accept code contributions as patches, under the same general guidelines as the Orchard Gallery project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.orchardproject.net/docs/Contributing-patches.ashx"&gt;Submit a patch&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:join-orchard-gallery@lists.outercurve.org"&gt;Join the mailing list&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:orchard-gallery-team@lists.outercurve.org"&gt;Contact us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/discussions"&gt;Participate in discussions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/WorkItem/List.aspx"&gt;Find and file a bug&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 20:31:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110414083135P</guid></item><item><title>Updated Wiki: Home</title><link>http://galleryserver.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;About the Gallery Server project&lt;/h3&gt;
&lt;p&gt;Gallery Server is a reusable service layer and OData feed for application galleries. It is used for storing and exposing packages for CMS systems, package managers, etc. Gallery Server functions as the back-end service layer and feed for the
&lt;a href="http://orchardproject.net/gallery"&gt;Orchard Gallery&lt;/a&gt; and &lt;a href="http://nuget.org"&gt;
NuGet&lt;/a&gt; projects.&amp;nbsp;You can use Gallery Server to function as the back-end for your own application gallery, or even to setup your own local instance of another gallery like NuGet. In addition to the OData feed for the contents of the gallery, Gallery
 Server exposes a REST API for publishing and updating the packages and metadata contained in the gallery.&lt;/p&gt;
&lt;p&gt;The Gallery Server project was developed in conjunction with the &lt;a href="http://orchardgallery.codeplex.com"&gt;
Orchard Gallery&lt;/a&gt; project, which is a front-end implementation that works with a Gallery Server back-end. The Orchard Gallery is under the same open source license as Gallery Server and can be used as a great starting point for setting up your own full featured
 gallery. However, it is not necessary to use Orchard Gallery as the front-end of a Gallery Server instance. There are a number of configuration settings available in the server that can be customized for your own front-end implementation. Read more about the
&lt;a href="wikipage?title=gallery-server-configuration&amp;referringTitle=Home"&gt;configuration settings&lt;/a&gt; available for Gallery Server.&lt;/p&gt;
&lt;h4&gt;Getting Started&lt;/h4&gt;
&lt;p&gt;To get started you can download the source code as a zip file, or clone the repository, by visiting the
&lt;a href="SourceControl/list/changesets"&gt;Source Code&lt;/a&gt; tab. Once you've downloaded the source, setup an IIS site or application against the GalleryServer/src/Gallery.Server folder and run the ClickToBuild batch file to build the code. You'll find a ReadMe
 text file in the root folder which contains more instructions for setting up the server.&lt;/p&gt;
&lt;h4&gt;Getting involved&lt;/h4&gt;
&lt;p&gt;If you have a need for a gallery website of your own and would like to use Gallery Server for storing and exposing a feed of packages, you can get involved by joining the Orchard Gallery mailing list and participating in codeplex.com discussions on this
 site. We are also gathering requirements for future phases of the project and we welcome your input. We accept code contributions as patches, under the same general guidelines as the Orchard Gallery project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.orchardproject.net/docs/Contributing-patches.ashx"&gt;Submit a patch&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:join-orchard-gallery@lists.outercurve.org"&gt;Join the mailing list&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:orchard-gallery-team@lists.outercurve.org"&gt;Contact us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/discussions"&gt;Participate in discussions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/WorkItem/List.aspx"&gt;Find and file a bug&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 20:30:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110414083045P</guid></item><item><title>Updated Wiki: Gallery Server Configuration</title><link>http://galleryserver.codeplex.com/wikipage?title=Gallery Server Configuration&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;There are two configuration files that can be used to customize your instance of the Gallery Server: AppSettings.config and ConnectionStrings.config. When you first download the code, there are two default config files that will be copied to the root of
 your Gallery.Server project when you first build the project (either by running the ClickToBuild batch file, or compiling the code from Visual Studio).&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 20:27:55 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Gallery Server Configuration 20110414082755P</guid></item><item><title>Updated Wiki: Home</title><link>http://galleryserver.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;About the Gallery Server project&lt;/h3&gt;
&lt;p&gt;Gallery Server is a reusable service layer and OData feed for application galleries. It is used for storing and exposing packages for CMS systems, package managers, etc. Gallery Server functions as the back-end service layer and feed for the
&lt;a href="http://orchardproject.net/gallery"&gt;Orchard Gallery&lt;/a&gt; and &lt;a href="http://nuget.org"&gt;
NuGet&lt;/a&gt; projects.&amp;nbsp;You can use Gallery Server to function as the back-end for your own application gallery, or even to setup your own local instance of another gallery like NuGet. In addition to the OData feed for the contents of the gallery, Gallery
 Server exposes a REST API for publishing and updating the packages and metadata contained in the gallery.&lt;/p&gt;
&lt;p&gt;The Gallery Server project was developed in conjunction with the &lt;a href="http://orchardgallery.codeplex.com"&gt;
Orchard Gallery&lt;/a&gt; project, which is a front-end implementation that works with a Gallery Server back-end. The Orchard Gallery is under the same open source license as Gallery Server and can be used as a great starting point for setting up your own full featured
 gallery. However, it is not necessary to use Orchard Gallery as the front-end of a Gallery Server instance. There are a number of configuration settings available in the server that can be customized for your own front-end implementation. Read more about the
 configuration settings available for Gallery Server.&lt;/p&gt;
&lt;h4&gt;Getting Started&lt;/h4&gt;
&lt;p&gt;To get started you can download the source code as a zip file, or clone the repository, by visiting the
&lt;a href="SourceControl/list/changesets"&gt;Source Code&lt;/a&gt; tab. Once you've downloaded the source, setup an IIS site or application against the GalleryServer/src/Gallery.Server folder and run the ClickToBuild batch file to build the code. You'll find a ReadMe
 text file in the root folder which contains more instructions for setting up the server.&lt;/p&gt;
&lt;h4&gt;Getting involved&lt;/h4&gt;
&lt;p&gt;If you have a need for a gallery website of your own and would like to use Gallery Server for storing and exposing a feed of packages, you can get involved by joining the Orchard Gallery mailing list and participating in codeplex.com discussions on this
 site. We are also gathering requirements for future phases of the project and we welcome your input. We accept code contributions as patches, under the same general guidelines as the Orchard Gallery project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.orchardproject.net/docs/Contributing-patches.ashx"&gt;Submit a patch&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:join-orchard-gallery@lists.outercurve.org"&gt;Join the mailing list&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:orchard-gallery-team@lists.outercurve.org"&gt;Contact us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/discussions"&gt;Participate in discussions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/WorkItem/List.aspx"&gt;Find and file a bug&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 20:17:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110414081747P</guid></item><item><title>Updated Wiki: Home</title><link>http://galleryserver.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;About the Gallery Server project&lt;/h3&gt;
&lt;p&gt;Gallery Server is a reusable service layer and OData feed for application galleries. It is used for storing and exposing packages for CMS systems, package managers, etc. Gallery Server functions as the back-end service layer and feed for the
&lt;a href="http://orchardproject.net/gallery"&gt;Orchard Gallery&lt;/a&gt; and &lt;a href="http://nuget.org"&gt;
NuGet&lt;/a&gt; projects.&amp;nbsp;You can use Gallery Server to function as the back-end for your own application gallery, or even to setup your own local instance of another gallery like NuGet. In addition to the OData feed for the contents of the gallery, Gallery
 Server exposes a REST API for publishing and updating the packages and metadata contained in the gallery.&lt;/p&gt;
&lt;p&gt;The Gallery Server project was developed in conjunction with the &lt;a href="http://orchardgallery.codeplex.com"&gt;
Orchard Gallery&lt;/a&gt; project, which is a front-end implementation that works with a Gallery Server back-end. The Orchard Gallery is under the same open source license as Gallery Server and can be used as a great starting point for setting up your own full featured
 gallery. However, it is not necessary to use Orchard Gallery as the front-end of a Gallery Server instance. There are a number of configuration settings available in the server that can be customized for your own front-end implementation. Read more about the
 configuration settings available for Gallery Server here.&lt;/p&gt;
&lt;h4&gt;Getting Started&lt;/h4&gt;
&lt;p&gt;To get started you can download the source code as a zip file, or clone the repository, by visiting the
&lt;a href="SourceControl/list/changesets"&gt;Source Code&lt;/a&gt; tab. Once you've downloaded the source, setup an IIS site or application against the GalleryServer/src/Gallery.Server folder and run the ClickToBuild batch file to build the code. You'll find a ReadMe
 text file in the root folder which contains more instructions for setting up the server.&lt;/p&gt;
&lt;h4&gt;Getting involved&lt;/h4&gt;
&lt;p&gt;If you have a need for a gallery website of your own and would like to use Gallery Server for storing and exposing a feed of packages, you can get involved by joining the Orchard Gallery mailing list and participating in codeplex.com discussions on this
 site. We are also gathering requirements for future phases of the project and we welcome your input. We accept code contributions as patches, under the same general guidelines as the Orchard Gallery project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.orchardproject.net/docs/Contributing-patches.ashx"&gt;Submit a patch&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:join-orchard-gallery@lists.outercurve.org"&gt;Join the mailing list&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:orchard-gallery-team@lists.outercurve.org"&gt;Contact us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/discussions"&gt;Participate in discussions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/WorkItem/List.aspx"&gt;Find and file a bug&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 20:17:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110414081726P</guid></item><item><title>Updated Wiki: Home</title><link>http://galleryserver.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;About the Gallery Server project&lt;/h3&gt;
&lt;p&gt;Gallery Server is a reusable service layer and OData feed for application galleries. It is used for storing and exposing packages for CMS systems, package managers, etc. Gallery Server functions as the back-end service layer and feed for the
&lt;a href="http://orchardproject.net/gallery"&gt;Orchard Gallery&lt;/a&gt; and &lt;a href="http://nuget.org"&gt;
NuGet&lt;/a&gt; projects.&amp;nbsp;You can use Gallery Server to function as the back-end for your own application gallery, or even to setup your own local instance of another gallery like NuGet. In addition to the OData feed for the contents of the gallery, Gallery
 Server exposes a REST API for publishing and updating the packages and metadata contained in the gallery.&lt;/p&gt;
&lt;h4&gt;Getting Started&lt;/h4&gt;
&lt;p&gt;To get started you can download the source code as a zip file, or clone the repository, by visiting the
&lt;a href="SourceControl/list/changesets"&gt;Source Code&lt;/a&gt; tab. Once you've downloaded the source, setup an IIS site or application against the GalleryServer/src/Gallery.Server folder and run the ClickToBuild batch file to build the code. You'll find a ReadMe
 text file in the root folder which contains more instructions for setting up the server.&lt;/p&gt;
&lt;h4&gt;Getting involved&lt;/h4&gt;
&lt;p&gt;If you have a need for a gallery website of your own and would like to use Gallery Server for storing and exposing a feed of packages, you can get involved by joining the Orchard Gallery mailing list and participating in codeplex.com discussions on this
 site. We are also gathering requirements for future phases of the project and we welcome your input. We accept code contributions as patches, under the same general guidelines as the Orchard Gallery project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.orchardproject.net/docs/Contributing-patches.ashx"&gt;Submit a patch&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:join-orchard-gallery@lists.outercurve.org"&gt;Join the mailing list&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:orchard-gallery-team@lists.outercurve.org"&gt;Contact us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/discussions"&gt;Participate in discussions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/WorkItem/List.aspx"&gt;Find and file a bug&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 19:57:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110414075731P</guid></item><item><title>Updated Wiki: Home</title><link>http://galleryserver.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;About the Gallery Server project&lt;/h3&gt;
&lt;p&gt;Gallery Server is a reusable service layer and OData feed for application galleries. It is used for storing and exposing packages for CMS systems, package managers, etc. Gallery Server functions as the back-end service layer and feed for the
&lt;a href="http://orchardproject.net/gallery"&gt;Orchard Gallery&lt;/a&gt; and &lt;a href="http://nuget.org"&gt;
NuGet&lt;/a&gt; projects.&amp;nbsp;You can use Gallery Server to function as the back-end for your own application gallery, or even to setup your own local instance of another gallery like NuGet.&lt;/p&gt;
&lt;h4&gt;Getting Started&lt;/h4&gt;
&lt;p&gt;To get started you can download the source code as a zip file, or clone the repository, by visiting the
&lt;a href="SourceControl/list/changesets"&gt;Source Code&lt;/a&gt; tab. Once you've downloaded the source, setup an IIS site or application against the GalleryServer/src/Gallery.Server folder and run the ClickToBuild batch file to build the code. You'll find a ReadMe
 text file in the root folder which contains more instructions for setting up the server.&lt;/p&gt;
&lt;h4&gt;Getting involved&lt;/h4&gt;
&lt;p&gt;If you have a need for a gallery website of your own and would like to use Gallery Server for storing and exposing a feed of packages, you can get involved by joining the Orchard Gallery mailing list and participating in codeplex.com discussions on this
 site. We are also gathering requirements for future phases of the project and we welcome your input. We accept code contributions as patches, under the same general guidelines as the Orchard Gallery project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.orchardproject.net/docs/Contributing-patches.ashx"&gt;Submit a patch&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:join-orchard-gallery@lists.outercurve.org"&gt;Join the mailing list&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:orchard-gallery-team@lists.outercurve.org"&gt;Contact us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/discussions"&gt;Participate in discussions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/WorkItem/List.aspx"&gt;Find and file a bug&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 19:40:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110414074042P</guid></item><item><title>Updated Wiki: Home</title><link>http://galleryserver.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;About the Gallery Server project&lt;/h3&gt;
&lt;p&gt;Gallery Server is a reusable service layer and OData feed for application galleries. It is used for storing and exposing packages for CMS systems, package managers, etc. Gallery Server functions as the back-end service layer and feed for the Orchard Gallery
 and NuGet projects.&lt;/p&gt;
&lt;h4&gt;Getting Started&lt;/h4&gt;
&lt;p&gt;You can use Gallery Server to function as the back-end for your own application gallery, or even to setup your own local instance of another gallery like NuGet. To get started you can download the source code as a zip file, or clone the repository, by visiting
 the &lt;a href="SourceControl/list/changesets"&gt;Source Code&lt;/a&gt; tab. Once you've downloaded the source, setup an IIS site or application against the GalleryServer/src/Gallery.Server folder and run the ClickToBuild batch file to build the code. You'll find a ReadMe
 text file in the root folder which contains more instructions for setting up the server.&lt;/p&gt;
&lt;h4&gt;Getting involved&lt;/h4&gt;
&lt;p&gt;If you have a need for a gallery website of your own and would like to use Gallery Server for storing and exposing a feed of packages, you can get involved by joining the Orchard Gallery mailing list and participating in codeplex.com discussions on this
 site. We are also gathering requirements for future phases of the project and we welcome your input. We accept code contributions as patches, under the same general guidelines as the Orchard Gallery project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.orchardproject.net/docs/Contributing-patches.ashx"&gt;Submit a patch&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:join-orchard-gallery@lists.outercurve.org"&gt;Join the mailing list&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:orchard-gallery-team@lists.outercurve.org"&gt;Contact us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/discussions"&gt;Participate in discussions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/WorkItem/List.aspx"&gt;Find and file a bug&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 19:39:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110414073904P</guid></item><item><title>Updated Wiki: Home</title><link>http://galleryserver.codeplex.com/wikipage?version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;About the Gallery Server project&lt;/h3&gt;
&lt;p&gt;Gallery Server is a reusable service layer and OData feed for application galleries. It is used for storing and exposing packages for CMS systems, package managers, etc. Gallery Server functions as the back-end service layer and feed for the Orchard Gallery
 and NuGet projects.&lt;/p&gt;
&lt;h4&gt;Getting Started&lt;/h4&gt;
&lt;p&gt;You can use Gallery Server to function as the back-end for your own application gallery, or even to setup your own local instance of another gallery like NuGet. To get started you can download the source code as a zip file, or clone the repository, by visiting
 the &lt;a href="SourceControl/lists/changesets"&gt;Source Code&lt;/a&gt; tab.&lt;/p&gt;
&lt;h4&gt;Getting involved&lt;/h4&gt;
&lt;p&gt;If you have a need for a gallery website of your own and would like to use Gallery Server for storing and exposing a feed of packages, you can get involved by joining the Orchard Gallery mailing list and participating in codeplex.com discussions on this
 site. We are also gathering requirements for future phases of the project and we welcome your input. We accept code contributions as patches, under the same general guidelines as the Orchard Gallery project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.orchardproject.net/docs/Contributing-patches.ashx"&gt;Submit a patch&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:join-orchard-gallery@lists.outercurve.org"&gt;Join the mailing list&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:orchard-gallery-team@lists.outercurve.org"&gt;Contact us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/discussions"&gt;Participate in discussions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/WorkItem/List.aspx"&gt;Find and file a bug&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 19:21:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110414072138P</guid></item><item><title>Updated Wiki: Home</title><link>http://galleryserver.codeplex.com/wikipage?version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;About the Gallery Server project&lt;/h3&gt;
&lt;p&gt;Gallery Server is a reusable service layer and OData feed for application galleries. It is used for storing and exposing packages for CMS systems, package managers, etc. Gallery Server functions as the back-end service layer and feed for the Orchard Gallery
 and NuGet projects.&lt;/p&gt;
&lt;h4&gt;Getting Started&lt;/h4&gt;
&lt;p&gt;You can use Gallery Server to function as the back-end for your own application gallery, or even to setup your own local instance of another gallery like NuGet. To get started you can download the source code as a zip file, or clone the repository, by visiting
 the Source Code tab.&lt;/p&gt;
&lt;h4&gt;Getting involved&lt;/h4&gt;
&lt;p&gt;If you have a need for a gallery website of your own and would like to use Gallery Server for storing and exposing a feed of packages, you can get involved by joining the Orchard Gallery mailing list and participating in codeplex.com discussions on this
 site. We are also gathering requirements for future phases of the project and we welcome your input. We accept code contributions as patches, under the same general guidelines as the Orchard Gallery project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.orchardproject.net/docs/Contributing-patches.ashx"&gt;Submit a patch&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:join-orchard-gallery@lists.outercurve.org"&gt;Join the mailing list&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="mailto:orchard-gallery-team@lists.outercurve.org"&gt;Contact us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/discussions"&gt;Participate in discussions&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://galleryserver.codeplex.com/WorkItem/List.aspx"&gt;Find and file a bug&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>kevink</author><pubDate>Thu, 14 Apr 2011 19:19:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110414071944P</guid></item></channel></rss>