--- doc/build/generate_web_pages.pl 2003/09/02 15:43:01 1.3
+++ doc/build/generate_web_pages.pl 2004/05/12 18:19:54 1.7
@@ -23,6 +23,7 @@ The point of this is to look like the ma
my @pages = (
['Red Hat 7.3 Install', 'rh73'],
+ ['Fedora Install', 'fedora_install'],
['Manual Install from Tarballs', 'manual_install'],
['Upgrading from Previous LON-CAPA install', 'upgrade'],
['Post-installation Configuration', 'config'],
@@ -71,10 +72,7 @@ for (@pages) {
$content .= "\n";
-my $index = replaceText("Install LON-CAPA", "Install LON-CAPA",
- $content);
-
-$content .= <
-To view the code development history of LON-CAPA, you will need to use the -CVS tool, the open standard for -version control. Please contact Helen ( -helen@lon-capa.org) to request a CVS USERNAME. +To view the code development history of LON-CAPA, you can access a web version +of our CVS respository. Otherwise, please contact Helen ( helen@lon-capa.org) to request a +CVS USERNAME.
The initial CVS commands would be: @@ -122,6 +121,9 @@ the current version of LON-CAPA as descr POSTLUDE +my $index = replaceText("Install LON-CAPA", "Install LON-CAPA", + $content); + print INDEX $index; close INDEX;