[LON-CAPA-cvs] cvs: doc /build generate_web_pages.pl release.frag
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 06 Jun 2006 15:13:43 -0000
albertel Tue Jun 6 11:13:43 2006 EDT
Added files:
/doc/build release.frag
Modified files:
/doc/build generate_web_pages.pl
Log:
- adding release schedule to instal.loncapa.org front page
Index: doc/build/generate_web_pages.pl
diff -u doc/build/generate_web_pages.pl:1.27 doc/build/generate_web_pages.pl:1.28
--- doc/build/generate_web_pages.pl:1.27 Wed Oct 12 14:04:17 2005
+++ doc/build/generate_web_pages.pl Tue Jun 6 11:13:42 2006
@@ -81,6 +81,10 @@
$content .= "</ul>\n";
+open(RELEASE, '<', "release.frag");
+$content .= join('',<RELEASE>);
+close(RELEASE);
+
$content .= <<'POSTLUDE';
<hr />
<a name="download" />
Index: doc/build/release.frag
+++ doc/build/release.frag
<hr />
<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>August 11th - 2.2.0 release</li>
</ul>