[LON-CAPA-cvs] cvs: doc /build generate_web_pages.pl release.frag

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 12 Jul 2006 20:00:11 -0000


albertel		Wed Jul 12 16:00:11 2006 EDT

  Modified files:              
    /doc/build	release.frag generate_web_pages.pl 
  Log:
  - adding FC5 to the testing release section
  - updating the release scedule
  - updating the release scedule
  - updating the release scedule
  - updating the release scedule
  
  
Index: doc/build/release.frag
diff -u doc/build/release.frag:1.1 doc/build/release.frag:1.2
--- doc/build/release.frag:1.1	Tue Jun  6 11:13:42 2006
+++ doc/build/release.frag	Wed Jul 12 16:00:09 2006
@@ -2,9 +2,8 @@
 <a name="schedule" />
 <h3>2.2 Release Schedule</h3>
 <ul>
-  <li>June 13th - first testing release 2.1.99.0, should be nearly feature complete, not suggested to be installed on production machines</li>
-  <li>June 16th - 'break lon-capa' testing party, more details about where and when  will be forthcoming, we'll likely need volunteers</li>
-  <li>July 3rd  - a 2.1.99.X release will be installed on MSU</li>
+  <li>July 5th    - a 2.1.99.0 was be installed on MSU</li>
+  <li>July 16th   - a 2.1.99.1 will installed on MSU</li>
   <li>August 11th - 2.2.0 release</li>
 </ul>
 
Index: doc/build/generate_web_pages.pl
diff -u doc/build/generate_web_pages.pl:1.28 doc/build/generate_web_pages.pl:1.29
--- doc/build/generate_web_pages.pl:1.28	Tue Jun  6 11:13:42 2006
+++ doc/build/generate_web_pages.pl	Wed Jul 12 16:00:09 2006
@@ -34,6 +34,10 @@
 	      ['Upgrading from Previous LON-CAPA install', 'upgrade'],
 	      ['LON-CAPA License (Gnu Public License)', 'license']
 	      );
+
+my @testing_pages = ( 
+		      ['Fedora Core 5 Install', 'FC5_install'],
+		      );
 my @other_pages = ( 
 		    ['Developer Information', 'dev'],
 		    ['Configuration Information', 'config'],
@@ -81,11 +85,22 @@
 
 $content .= "</ul>\n";
 
+my $testing_content;
+if (@testing_pages) {
+    $testing_content .= "<hr/><p>Installation on the following systems requires the use of a testing release of LON-CAPA.</p>\n";
+    $testing_content .= "<ul>\n";
+    for (@testing_pages) {
+	$testing_content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";
+    }
+    $testing_content .= "</ul>\n";
+}
+
+
 open(RELEASE, '<', "release.frag");
 $content .= join('',<RELEASE>);
 close(RELEASE);
 
-$content .= <<'POSTLUDE';
+$content .= <<"POSTLUDE";
 <hr />
 <a name="download" />
 <h3>Downloading LON-CAPA</h3>
@@ -111,6 +126,7 @@
 http://install.lon-capa.org/versions/loncapa-testing.tar.gz</a>
 (version LATESTTESTINGVERSION).
 </p>
+$testing_content
 TESTINGRELEASE_END
 
 <hr />
@@ -132,7 +148,7 @@
 close INDEX;
 
 # Build the pages
-for (@pages,@other_pages) {
+for (@pages,@other_pages,@testing_pages) {
     my ($title, $source) = @$_;
 
     # read in content