--- doc/build/generate_web_pages.pl 2011/06/01 06:19:57 1.46 +++ doc/build/generate_web_pages.pl 2011/06/08 22:10:49 1.52 @@ -31,6 +31,8 @@ my @longlifecycle = ( ['SuSE Linux Enterprise Server 11 Install', 'sles11_install'], ['SuSE Linux Enterprise Server 10 Install', 'sles10_install'], ['SuSE Linux Enterprise Server 9 Install', 'sles9_install'], + ['Ubuntu 10.04 LTS Server', 'ubuntu10LTS_install'], + ['Ubuntu 8.04 LTS Server', 'ubuntu8LTS_install'], ); my @shortlifecycle = ( @@ -40,7 +42,6 @@ my @shortlifecycle = ( ['Fedora 12 Install', 'F12_install'], ['Fedora 11 Install', 'F11_install'], ['Fedora 10 Install', 'F10_install'], - ['Fedora 9 Install', 'F9_install'], ['SuSE Linux 11.4 Install', 'suse11.4_install'], ['SuSE Linux 11.3 Install', 'suse11.3_install'], ['SuSE Linux 11.2 Install', 'suse11.2_install'], @@ -85,30 +86,37 @@ easily done by installing on a dedicated operating system.

The configuring of LON-CAPA is part of the install process of the -software. However, In case something needs to be altered, or isn't +software. However, in case something needs to be altered, or isn't working, here is some information on configuring LON-CAPA.


+

Supported Linux Distros

PRELUDE $content .= '

LON-CAPA is supported on a variety of Linux distributions.

'."\n". '

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.

'. +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 version is supported for up to 18 months.

'. '
'. - ''Long life cycle
'; + 'Long life cycle
'. '
'.\n". +$content .= ''."\n". '
'. - 'Short life cycle
'; + 'Short life cycle
'. '

'.\n"; +$content .= '
'."\n". + 'Additional information
'; + my $testing_content = ''; if (@testing_pages) { @@ -175,7 +183,7 @@ print INDEX $index; close INDEX; # Build the pages -for (@pages,@other_pages,@testing_pages) { +for (@longlifecycle,@shortlifecycle,@ancillary,@other_pages,@testing_pages) { my ($title, $source) = @$_; # read in content