<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>WebsitePanel Web Site - Readme</title>
</head>
<body>
<h1>
WebsitePanel Web Site - Readme</h1>
<p>
WebsitePanel Web Site hosts a web service used by WebsitePanel Installer
for:</p>
<ul>
<li>getting the information about available WebsitePanel components and their latest
releases</li>
<li>getting update information for particular release</li>
<li>downloading WebsitePanel component distributives</li>
</ul>
<p>
The service stores the information about WebsitePanel components and their
releases in "Data\ProductReleasesFeed.xml" XML file. This XML file could be
downloaded by any external 3rd-party application.</p>
<p>
WebsitePanel distributive installation and update files are stored in "Files"
folder. Those files could be freely downloaded by any external client provided
they know their exact URLs.</p>
<h2>
License</h2>
<p>
WebsitePanel Web Site is released under BSD license. Please see LICENSE.txt file in the
root folder of this project.</p>
<h2>
Project Structure</h2>
<p>
The project has the following folders structure:</p>
<ul>
<li><strong>\Trunk</strong> - project version currently in development<ul>
<li><strong>\Sources</strong> - project source codes.</li>
</ul>
</li>
<li><strong>\Releases</strong> - contains all project releases</li>
<li><strong>\Branches</strong> - contains project branches for proof-of-concepts,
new development, bug fixing, etc.</li>
<li><strong>LICENSE.txt</strong> - project license</li>
<li><strong>Readme.htm</strong> - the file you are reading right now</li>
<li><strong>ReleaseNotes.htm</strong> - project release notes</li>
</ul>
<h2>
Build How-To</h2>
<p>
Open WebsitePanel.WebSite solution in Visual Studio 2008 and build it.</p>
</body>
</html>