version 1.65, 2024/08/05 23:11:58
|
version 1.66, 2024/08/06 02:48:58
|
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', 'debian12_install.frag'], |
['Debian 12 Install', 'debian12_install.frag'], |
['Debian 11', 'debian11_install.frag'], |
['Debian 11 Install', 'debian11_install.frag'], |
['Debian 10', 'debian10_install.frag'], |
['Debian 10 Install', 'debian10_install.frag'], |
['Ubuntu 24.04 LTS Server', 'ubuntu24LTS_install'], |
['Ubuntu 24.04 LTS Install', 'ubuntu24LTS_install'], |
['Ubuntu 22.04 LTS Server', 'ubuntu22LTS_install'], |
['Ubuntu 22.04 LTS Install', 'ubuntu22LTS_install'], |
['Ubuntu 20.04 LTS Server', 'ubuntu20LTS_install'], |
['Ubuntu 20.04 LTS Install', 'ubuntu20LTS_install'], |
['Ubuntu 18.04 LTS Server', 'ubuntu18LTS_install'], |
['Ubuntu 18.04 LTS Install', 'ubuntu18LTS_install'], |
['Ubuntu 16.04 LTS Server', 'ubuntu16LTS_install'], |
['Ubuntu 16.04 LTS Install', 'ubuntu16LTS_install'], |
['CentOS Stream 9 Install','centos9-stream_install'], |
['CentOS Stream 9 Install','centos9-stream_install'], |
['CentOS Linux 7 Install','centos7_install'], |
['CentOS Linux 7 Install','centos7_install'], |
); |
); |
Line 187 print INDEX $index;
|
Line 187 print INDEX $index;
|
close INDEX; |
close INDEX; |
|
|
# Build the pages |
# Build the pages |
for (@longlifecycle,@shortlifecycle,@otherlifecycle,@ancillary,@other_pages,@testing_pages) { |
for (@longlifecycle,@shortlifecycle,@ancillary,@other_pages,@testing_pages) { |
my ($title, $source) = @$_; |
my ($title, $source) = @$_; |
|
|
# read in content |
# read in content |