]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add attic section to the website under community.
authorJulien Rioux <jrioux@physics.utoronto.ca>
Mon, 19 Mar 2012 13:39:33 +0000 (09:39 -0400)
committerJulien Rioux <jrioux@physics.utoronto.ca>
Mon, 26 Mar 2012 12:06:10 +0000 (08:06 -0400)
Links to old announcements, news and changelogs
that are to appear on lilypond.org/website/misc.

Documentation/common-macros.itexi
Documentation/lilypond-texi2html.init
Documentation/web/community.itexi

index 9873604a5042399693114958782d33d875a1c875..37422c7ed4bfdd0c85d13d8149160438222ce761 100644 (file)
@@ -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\">
index a17428bf4bcbdc9a1b7c6c3b21b07cc8f267d913..62dac8feced7b090adfa5aa026c5514065302996 100644 (file)
@@ -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) {
index f273bf114fb697f732a9b2294990629f3ddb71b6..2a76a63ba8a6ecc1835d65abc9d44d483773db54 100644 (file)
@@ -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