NEW - bug 338736: update web site documentation to list releases
https://bugs.eclipse.org/bugs/show_bug.cgi?id=338736
diff --git a/download.php b/archive.php
similarity index 61%
rename from download.php
rename to archive.php
index a4c9eb1..bfe1027 100644
--- a/download.php
+++ b/archive.php
@@ -10,25 +10,11 @@
*
*******************************************************************************/
- $pageTitle = "MyProject - Download";
+ $pageTitle = "MPC - Download Archive";
$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>');
- $html = <<<EOHTML
-<div id="midcolumn">
-<h2>$pageTitle</h2>
-<p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
-
-<h3>Galileo - Eclipse 3.5</h3>
-<p><b>Update site:</b> http://download.eclipse.org/myproject/<br />
-<b>ZIP file: </b><a href="/downloads/download.php?file=/myproject/file.zip">file.zip</a> (10 MiB)</p>
-
-<h3>Helios - Eclipse 3.6 (unreleased)</h3>
-<p><b>Update site:</b> http://download.eclipse.org/myproject/<br />
-<b>ZIP file: </b><a href="/downloads/download.php?file=/myproject/file.zip">file.zip</a> (10 MiB)</p>
-
-
-</div>
-EOHTML;
+ $html = file_get_contents('pages/_archive.html');
+
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>
\ No newline at end of file
diff --git a/pages/_archive.html b/pages/_archive.html
new file mode 100644
index 0000000..7ac57fd
--- /dev/null
+++ b/pages/_archive.html
@@ -0,0 +1,31 @@
+<div id="midcolumn">
+<h2>$pageTitle</h2>
+<p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
+
+<h3>Indigo - Eclipse 3.7 (not yet released)</h3>
+<p><b>Update site:</b> http://download.eclipse.org/mpc/indigo/<br />
+<b>ZIP file: </b>not yet available</p>
+
+
+<h3>Helios - Eclipse 3.6 (1.0.x)</h3>
+
+<p><b>Update site:</b> http://download.eclipse.org/mpc/helios/<br />
+
+<h4>Helios Service Release SR1 & SR2 (1.0.1)</h4>
+<p><b>Update site:</b> http://download.eclipse.org/mpc/releases/1.0.1/<br />
+<b>ZIP file: </b><a href="http://www.eclipse.org/downloads/download.php?file=/mpc/releases/1.0.1/mpc-1.0.1.zip">mpc-1.0.1.zip</a></p>
+
+<h4>Helios Release (1.0.0)</h4>
+<p><b>Update site:</b> http://download.eclipse.org/mpc/releases/1.0.0/<br />
+<b>ZIP file: </b><a href="http://www.eclipse.org/downloads/download.php?file=/mpc/releases/1.0.0/mpc-1.0.0.zip">mpc-1.0.0.zip</a></p>
+
+
+
+<h3>Dependencies</h3>
+<p>
+MPC requires p2 discovery to be available. In case you are defining your own target platform, please be sure to include the Equinox SDK.
+</p>
+<p></p>
+<p><b>Equinox SDK</b> <a href="http://download.eclipse.org/equinox/">Equinox Downloads</a></p>
+
+</div>
\ No newline at end of file