Diff for /doc/build/generate_web_pages.pl between versions 1.47 and 1.48

version 1.47, 2011/06/01 06:26:45 version 1.48, 2011/06/01 06:29:03
Line 97  $content .= '<p>LON-CAPA is supported on Line 97  $content .= '<p>LON-CAPA is supported on
              '<p>In the list below these are divided into distros with a long               '<p>In the list below these are divided into distros with a long
 life cycle, i.e., those for which a particular version is supported by the distributor for 5 years or more, and those with a short life cycle, i.e., those for which a particular versions is supported for up to 18 months.</p>'.       life cycle, i.e., those for which a particular version is supported by the distributor for 5 years or more, and those with a short life cycle, i.e., those for which a particular versions is supported for up to 18 months.</p>'.     
             '<div style="float: left;">'.              '<div style="float: left;">'.
             '<b>'Long life cycle</b><br />'.              '<b>Long life cycle</b><br />'.
             '<ul>'."\n";              '<ul>'."\n";
 for (@longlifecycle) {  for (@longlifecycle) {
     $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";      $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";

Removed from v.1.47  
changed lines
  Added in v.1.48


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