Updated for Photran 5.0 release
diff --git a/download-archive.php b/download-archive.php
index 863e899..15bcbbb 100755
--- a/download-archive.php
+++ b/download-archive.php
@@ -10,8 +10,24 @@
 <div id="maincontent">
   <div id="midcolumn">
     <h1>$pageTitle</h1>
+
+    <div class="homeitem3col">
+      <b>IMPORTANT:</b> These are <b>old</b> builds of Photran and are
+      made available for archival purposes only.  They are <i>unsupported</i>
+      and have bugs that are not present in the current release.  Please
+      use the <a href="download.php">current release</a> for production work.
+    </div>
     
     <div class="homeitem3col">
+      <h3>Photran 5.0 Prereleases</h3>
+      
+      <p>Prerelease builds of Photran 5.0 are available from
+      <a href="http://wiki.eclipse.org/PTP/builds/photran/5.0.0">http://wiki.eclipse.org/PTP/builds/photran/5.0.0</a>
+    </div>
+    
+    <div class="homeitem3col">
+      <h3>Photran 4.0 and Earlier</h3>
+    
       <h3>Versions and System Requirements</h3>
       
       <p>Versions of Photran up to and including 4.0 beta 3
diff --git a/download.php b/download.php
index 4d44a76..43ef092 100755
--- a/download.php
+++ b/download.php
@@ -12,95 +12,25 @@
     <h1>$pageTitle</h1>
     
     <div class="homeitem3col">
-      <!--h3>The Short Version</h3>
+      <h3>Photran 5.0</h3>
       
-      <p>Install into Eclipse 3.4 (Ganymede) from the remote update site<br>
-      <b>http://download.eclipse.org/technology/photran/updates/eclipse3.4cdt5.0</b-->
+      Photran 5.0 was simultaneously released with <a target="_blank" href="http://wiki.eclipse.org/PTP/release_notes/3.0">PTP 3.0</a> on December 5, 2009, and runs on Eclipse 3.5 (Galileo).
+      A list of new features is available in the <a target="_blank" href="http://wiki.eclipse.org/PTP/new_and_noteworthy/3.0.0#Photran">New &amp; Noteworthy</a>.
       
-      <h3>Photran 5.0 Prereleases</h3>
-      
-      <p>Photran 5.0 will be officially released in early December, 2009.
       <ul>
-        <li> <a href="http://wiki.eclipse.org/PTP/builds/photran/5.0.0">Download</a> the latest prerelease build here</a>
-        <li> Installation instructions are available in the <a href="http://wiki.eclipse.org/PTP/photran/documentation/photran5">Photran User's Guide</a></p>
+         <li>Detailed
+             <a href="http://wiki.eclipse.org/PTP/photran/documentation/photran5#Installing_Photran">installation instructions</a>
+             (with troubleshooting information) are available (as part of the Photran User's Guide).</a>
+         <li>The short version: Install from the remote update site
+             <b>http://download.eclipse.org/tools/ptp/releases/galileo</b>
       </ul>
+      <p>&nbsp;
       <p>Please also join the <b><a href="https://dev.eclipse.org/mailman/listinfo/photran">Photran mailing list</a></b>;
-         if you have any problems installing or using Photran, that is a great place to ask for help.
+      if you have any problems installing or using Photran, that is a great place to ask for help.
     </div>
     
-    <!--div class="homeitem3col">
-      <h3>The Long Version</h3>
-      
-      <h4>System Requirements</h4>
-      
-      <p>To install Photran 4.0 beta 5,
-      <ol>
-        <li>you must have Eclipse 3.4 (Ganymede) installed,
-        <li>it must be running on a Java 1.5 JVM, and
-        <li>if you want to compile and build Fortran applications,
-          you must have a
-          <span style="font-family: monospace;">make</span>
-          utility and a Fortran compiler in your system path.
-      </ol>
-      
-      <p>If you do not already have the C/C++ Development Tools (CDT) 5.0
-      installed in Eclipse, they will be installed automatically along with
-      Photran.  To get reasonable performance from Eclipse, we recommend
-      <a href="http://java.sun.com">Sun</a> or
-      <a href="http://wiki.eclipse.org/index.php/J9">IBM's</a> JVM.
-      
-      <p>&nbsp;&nbsp;
-
-      <h4>Installation Procedure</h4>
-      
-      <p>To install Photran, start Eclipse 3.4, then...
-      <ol>
-        <li> Click on Help &gt; Software Updates...
-        <li> Click on the &quot;Available Software&quot; tab
-        <li> Click on &quot;Add Site...&quot;
-        <li> Enter the URL
-        <b>http://download.eclipse.org/technology/photran/updates/eclipse3.4cdt5.0</b>
-        and click OK
-        <li> The URL should appear in the list.  Expand it.
-        <li> Expand &quot;Photran (Eclipse Fortran Development Tools)&quot; and
-             check the box next to &quot;Photran (Eclipse Fortran Development
-             Tools) (Eclipse Technology Incubation)&quot;
-        <li> If you have Intel Fortran installed on Linux or IBM XLF installed
-             on Mac, then expand &quot;Photran Compiler Support&quot; and
-             select the appropriate compiler as well.
-        <li> Click on the &quot;Install...&quot; button in the upper-right
-             corner of the dialog box.
-      </ol>
-    </div>
-    
-    <div class="homeitem3col">
-      <h3>If You Have Problems</h3>
-
-      <p>If you have problems installing from the update site (e.g., in some cases,
-      the &quot;Photran (Eclipse Fortran Development Tools)&quot; item cannot
-      be expanded), you can also
-      download an update site archive and install from it instead.  To do this,
-      <ol>
-        <li> Download <a href="http://www.eclipse.org/downloads/download.php?file=/technology/photran/updates/photran40b5-master.zip">photran40b5-master.zip</a>
-        <li> Click on Help &gt; Software Updates...
-        <li> Click on the &quot;Available Software&quot; tab
-        <li> Click on &quot;Add Site...&quot;
-        <li> Click on &quot;Archive...&quot;
-        <li> Select the photran40b5-master.zip file you downloaded
-        <li> This file should appear in the list (prefixed with &quot;jar:file:&quot;).  Expand it.
-        <li> Expand &quot;Photran (Eclipse Fortran Development Tools)&quot; and
-             check the box next to &quot;Photran (Eclipse Fortran Development
-             Tools) (Eclipse Technology Incubation)&quot;
-        <li> If you have Intel Fortran installed on Linux or IBM XLF installed
-             on Mac, then expand &quot;Photran Compiler Support&quot; and
-             select the appropriate compiler as well.
-        <li> Click on the &quot;Install...&quot; button in the upper-right
-             corner of the dialog box.
-      </ol>
-    </div-->
-    
     <p>&nbsp;
-    <p>Older releases are available in the <a href="download-archive.php">Photran Download Archive</a>.</p>
+    <p>Old versions are available in the <a href="download-archive.php">Photran Download Archive</a>.</p>
  </div>
 </div>    
 EOHTML;
diff --git a/index.php b/index.php
index 2487df4..c7f2b3b 100644
--- a/index.php
+++ b/index.php
@@ -18,6 +18,8 @@
  target="_blank">Eclipse</a> and
 the <a href="http://www.eclipse.org/cdt/" target="_blank">CDT</a>.
 
+<p><b>5 December 2009:</b> <a href="download.php">Photran 5.0</a> has been officially released!
+
 <table border="0" cellpadding="0" cellspacing="10">
   <tr>
     <td align="left" valign="top" width="50%">