version 1.46, 2011/06/01 06:19:57
|
version 1.48, 2011/06/01 06:29:03
|
Line 90 working, here is some <a href="config.ht
|
Line 90 working, here is some <a href="config.ht
|
LON-CAPA</a>.</p> |
LON-CAPA</a>.</p> |
|
|
<hr /> |
<hr /> |
|
<h3>Supported Linux Distros</h3> |
PRELUDE |
PRELUDE |
|
|
$content .= '<p>LON-CAPA is supported on a variety of Linux distributions.</p>'."\n". |
$content .= '<p>LON-CAPA is supported on a variety of Linux distributions.</p>'."\n". |
'<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"; |
} |
} |
$content .= '</ul></div>'.\n". |
$content .= '</ul></div>'.\n". |
'<div style="float: left;">'. |
'<div style="float: left;">'. |
'<b>Short life cycle</b><br />'; |
'<b>Short life cycle</b><br />'. |
'<ul>'."\n"; |
'<ul>'."\n"; |
for (@shortlifecycle) { |
for (@shortlifecycle) { |
$content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n"; |
$content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n"; |
} |
} |
$content .= '</ul></div><br clear="all" />'.\n"; |
$content .= '</ul></div><br clear="all" />'.\n". |
|
'<b>Additional information</b><ul>'."\n"; |
|
for (@ancillary) { |
|
$content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n"; |
|
} |
|
$content .= '</ul><br />'; |
|
|
|
|
my $testing_content = ''; |
my $testing_content = ''; |
if (@testing_pages) { |
if (@testing_pages) { |