summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Rioux <jrioux@physics.utoronto.ca>2012-03-19 09:39:33 -0400
committerJulien Rioux <jrioux@physics.utoronto.ca>2012-03-26 08:06:10 -0400
commitaf50298395325eb7c1c4adfa667555d26af9299e (patch)
treebdc9c52c7ae504cf586fdf172c86fbe8f9275b29
parent22aae52b7159b1beaf2b094f744773f14ba147ef (diff)
Add attic section to the website under community.
Links to old announcements, news and changelogs that are to appear on lilypond.org/website/misc.
-rw-r--r--Documentation/common-macros.itexi4
-rw-r--r--Documentation/lilypond-texi2html.init2
-rw-r--r--Documentation/web/community.itexi56
3 files changed, 59 insertions, 3 deletions
diff --git a/Documentation/common-macros.itexi b/Documentation/common-macros.itexi
index 9873604a50..37422c7ed4 100644
--- a/Documentation/common-macros.itexi
+++ b/Documentation/common-macros.itexi
@@ -181,6 +181,10 @@ UNTRANSLATED NODE: IGNORE ME
@end macro
@end ifset
+@macro miscLink{MISC-FILE,MISC-TEXT}
+@uref{http://www.lilypond.org/website/misc/\MISC-FILE\,\MISC-TEXT\}
+@end macro
+
@macro spanClass {CLASS}
@html
<span class="\CLASS\">
diff --git a/Documentation/lilypond-texi2html.init b/Documentation/lilypond-texi2html.init
index a17428bf4b..62dac8fece 100644
--- a/Documentation/lilypond-texi2html.init
+++ b/Documentation/lilypond-texi2html.init
@@ -1512,7 +1512,7 @@ sub generate_ly_toc_entries($$$$$)
'introduction' => [2, 2, 2, 2, 3, 3, 4, 4],
'download' => [2, 2, 2, 3, 3, 4],
'manuals' => [1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4],
- 'community' => [1, 1, 1, 2, 2, 2, 2, 3, 3, 3],
+ 'community' => [1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4],
);
my $addColor = "colorDefault";
while (($top_section, $color_indices) = each %color_maps) {
diff --git a/Documentation/web/community.itexi b/Documentation/web/community.itexi
index f273bf114f..2a76a63ba8 100644
--- a/Documentation/web/community.itexi
+++ b/Documentation/web/community.itexi
@@ -67,6 +67,9 @@ discussing LilyPond.
@item
@ref{Old news}: an archive.
+@item
+@ref{Attic}: announcements and changelogs from past versions.
+
@end itemize
@divEnd
@@ -84,6 +87,7 @@ discussing LilyPond.
* Authors::
* Publications::
* Old news::
+* Attic::
@end menu
@divEnd
@@ -1156,10 +1160,8 @@ which introduced extra warnings.
@divEnd
@divClass{column-center-bottom}
-
@subheading What people did with LilyPond
-
@divClass{keep-bullets}
@include others-did.itexi
@@ -1173,6 +1175,56 @@ which introduced extra warnings.
@node Old news
@unnumberedsec Old news
+@divClass{heading-center}
+@warning{Many old announcements and changelogs can be found in
+the @ref{Attic}}
+@divEnd
+
@include web/news-front.itexi
@include web/news.itexi
+
+
+@node Attic
+@unnumberedsec Attic
+
+@divClass{column-center-top}
+@subheading Announcements
+
+Announcements and news by version:
+@miscLink{announce-v2.12,v2.12},
+@miscLink{announce-v2.12.de,v2.12 (German)},
+@miscLink{announce-v2.12.es,v2.12 (Spanish)},
+@miscLink{announce-v2.12.fr,v2.12 (French)},
+@miscLink{announce-v2.10,v2.10},
+@miscLink{announce-v2.8,v2.8},
+@miscLink{announce-v2.6,v2.6},
+@miscLink{announce-v2.4,v2.4},
+@miscLink{announce-v2.2,v2.2},
+@miscLink{announce-v2.0,v2.0},
+@miscLink{NEWS-1.4,v1.4},
+@miscLink{NEWS-1.2,v1.2 (1)},
+@miscLink{ANNOUNCE-1.2,v1.2 (2)},
+@miscLink{ANNOUNCE-1.0,v1.0},
+@miscLink{ANNOUNCE-0.1,v0.1}
+
+@divEnd
+
+@divClass{column-center-bottom}
+@subheading Changelogs
+
+Changelogs by version:
+@miscLink{ChangeLog-2.10,v2.10},
+@miscLink{ChangeLog-2.3,v2.3},
+@miscLink{ChangeLog-2.1,v2.1},
+@miscLink{ChangeLog-1.5,v1.5 (1)},
+@miscLink{CHANGES-1.5,v1.5 (2)},
+@miscLink{CHANGES-1.4,v1.4},
+@miscLink{CHANGES-1.3,v1.3},
+@miscLink{CHANGES-1.2,v1.2},
+@miscLink{CHANGES-1.1,v1.1},
+@miscLink{CHANGES-1.0,v1.0},
+@miscLink{CHANGES-0.1,v0.1},
+@miscLink{CHANGES-0.0,v0.0}
+
+@divEnd