--- doc/build/generate_web_pages.pl 2011/06/01 06:19:57 1.46
+++ doc/build/generate_web_pages.pl 2011/06/01 06:41:09 1.51
@@ -90,25 +90,32 @@ working, here is some 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.
'.
''.
- '
'Long life cycle';
+ '
Long life cycle'.
'
'."\n";
for (@longlifecycle) {
$content .= "- $_->[0]
\n";
}
-$content .= '
'.\n".
+$content .= ''."\n".
''.
- '
Short life cycle';
+ '
Short life cycle'.
'
'."\n";
for (@shortlifecycle) {
$content .= "- $_->[0]
\n";
}
-$content .= '
'.\n";
+$content .= '
'."\n".
+ 'Additional information'."\n";
+for (@ancillary) {
+ $content .= "- $_->[0]
\n";
+}
+$content .= '
';
+
my $testing_content = '';
if (@testing_pages) {
@@ -175,7 +182,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