Diff for /doc/build/generate_web_pages.pl between versions 1.3 and 1.6

version 1.3, 2003/09/02 15:43:01 version 1.6, 2003/12/12 21:32:08
Line 23  The point of this is to look like the ma Line 23  The point of this is to look like the ma
   
 my @pages = (   my @pages = ( 
       ['Red Hat 7.3 Install', 'rh73'],        ['Red Hat 7.3 Install', 'rh73'],
         ['Fedora Install', 'fedora_install'],
       ['Manual Install from Tarballs', 'manual_install'],        ['Manual Install from Tarballs', 'manual_install'],
       ['Upgrading from Previous LON-CAPA install', 'upgrade'],        ['Upgrading from Previous LON-CAPA install', 'upgrade'],
       ['Post-installation Configuration', 'config'],        ['Post-installation Configuration', 'config'],
Line 71  for (@pages) { Line 72  for (@pages) {
   
 $content .= "</ul>\n";  $content .= "</ul>\n";
   
 my $index = replaceText("Install LON-CAPA", "Install LON-CAPA",  $content .= <<'POSTLUDE';
     $content);  
   
 $content .= <<POSTLUDE;  
 <hr />  <hr />
 <a name="download" />  <a name="download" />
 <h3>Downloading LON-CAPA</h3>  <h3>Downloading LON-CAPA</h3>
Line 122  the current version of LON-CAPA as descr Line 120  the current version of LON-CAPA as descr
   
 POSTLUDE  POSTLUDE
   
   my $index = replaceText("Install LON-CAPA", "Install LON-CAPA",
       $content);
   
 print INDEX $index;  print INDEX $index;
 close INDEX;  close INDEX;
   

Removed from v.1.3  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>