version 1.66, 2024/08/06 02:48:58
|
version 1.69, 2025/01/01 04:10:00
|
Line 34 my @longlifecycle = (
|
Line 34 my @longlifecycle = (
|
['Rocky Linux 8 Install','rocky8_install'], |
['Rocky Linux 8 Install','rocky8_install'], |
['SuSE Linux Enterprise Server 15 Install', 'sles15_install'], |
['SuSE Linux Enterprise Server 15 Install', 'sles15_install'], |
['SuSE Linux Enterprise Server 12 Install', 'sles12_install'], |
['SuSE Linux Enterprise Server 12 Install', 'sles12_install'], |
['Debian 12 Install', 'debian12_install.frag'], |
['Debian 12 Install', 'debian12_install'], |
['Debian 11 Install', 'debian11_install.frag'], |
['Debian 11 Install', 'debian11_install'], |
['Debian 10 Install', 'debian10_install.frag'], |
['Debian 10 Install', 'debian10_install'], |
['Ubuntu 24.04 LTS Install', 'ubuntu24LTS_install'], |
['Ubuntu 24.04 LTS Install', 'ubuntu24LTS_install'], |
['Ubuntu 22.04 LTS Install', 'ubuntu22LTS_install'], |
['Ubuntu 22.04 LTS Install', 'ubuntu22LTS_install'], |
['Ubuntu 20.04 LTS Install', 'ubuntu20LTS_install'], |
['Ubuntu 20.04 LTS Install', 'ubuntu20LTS_install'], |
Line 47 my @longlifecycle = (
|
Line 47 my @longlifecycle = (
|
); |
); |
|
|
my @shortlifecycle = ( |
my @shortlifecycle = ( |
|
['Fedora 41 Install', 'FC41_install'], |
['Fedora 40 Install', 'FC40_install'], |
['Fedora 40 Install', 'FC40_install'], |
['Fedora 39 Install', 'FC39_install'], |
|
['Fedora 38 Install', 'FC38_install'], |
['Fedora 38 Install', 'FC38_install'], |
); |
); |
|
|
Line 100 PRELUDE
|
Line 100 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, those with a short life cycle, i.e., those for which a particular version is supported for up to 18 months, and those initially advertised with a long lifecycle, later reduced.</p>'. |
life cycle, i.e., those for which a particular version is supported by the distributor for 5 years or more, those with a short life cycle, i.e., those for which a particular version 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"; |