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

version 1.4, 2003/09/02 15:45:47 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);  
   
 $content .= <<'POSTLUDE';  $content .= <<'POSTLUDE';
 <hr />  <hr />
 <a name="download" />  <a name="download" />
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.4  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.