]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: make macros/stubs for current vs. previous contributors.
authorGraham Percival <graham@percival-music.ca>
Thu, 3 Dec 2009 21:55:05 +0000 (21:55 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 3 Dec 2009 21:55:05 +0000 (21:55 +0000)
Documentation/web/basic-authors.itexi
Documentation/web/community.itexi

index 8f9fc86e6e912bf70b6eca68c7b5231166c5baaa..5f1f4383b2674afcc22d4ebfdb4b37ea6cbdfcdd 100644 (file)
   Developers are people who are (or have been) listed under the
   "Development Team" in the THANKS, and can choose their own
   titles.  Contributors are everybody else, and simply list their
-  contributions.
+  contributions.  All lists are sorted alphabetically.
 
   Anybody who has finished doing a "main devel team" task should
   list it under developersPrevious, even if they're still doing
   other "main devel team" stuff.  See "Graham Percival" for an
   example.
 
-  Contributors are split into:
-    ...Core (programming)
-    ...Font (duh)
-    ...Doc (documentation and examples)
-    ...Support (building, distributions, editors,
-                lilypond-book, LSR, but *not* answering emails)
-    ...Translations (duh)
+  Contributors are also split between Current and Previous, and
+  each category contains:
+    core...     (programming)
+    font...     (duh)
+    doc...      (documentation and examples)
+    support...  (building, distributions, editors,
+                 lilypond-book, LSR, but *not* answering emails)
+    translations... (duh)
   We might add a "general" or "other" if there's something else.
 
-
 @end ignore
 
+
 @macro developersCurrent
 
 @itemize
@@ -67,8 +68,59 @@ Bug meister
 @end macro
 
 
+@c  *****************  current contributors
+
+@macro coreCurrent
+
+@itemize
+@item foo
+
+@end itemize
+@end macro
+
+
+
+@macro fontCurrent
+
+@itemize
+@item foo
+
+@end itemize
+@end macro
+
+
+
+@macro docCurrent
+
+@itemize
+@item foo
+
+@end itemize
+@end macro
+
+
+@macro supportCurrent
+
+@itemize
+@item foo
+
+@end itemize
+@end macro
+
+
+
+@macro translationsCurrent
+
+@itemize
+@item foo
+
+@end itemize
+@end macro
+
+
+@c  *****************  previous contributors
 
-@macro contributorsCore
+@macro corePrevious
 
 @itemize
 @item Erlend Aasland:
@@ -80,7 +132,7 @@ al-niente hairpins.
 
 
 
-@macro contributorsFont
+@macro fontPrevious
 
 @itemize
 @item @uref{http://www.juergen-reuter.de, Jürgen Reuter}:
@@ -92,7 +144,7 @@ feta-alphabet.
 
 
 
-@macro contributorsDoc
+@macro docPrevious
 
 @itemize
 @item @uref{http://www.s3.kth.se/~mabe/, Mats Bengtsson}:
@@ -104,7 +156,7 @@ Example files, documentation
 
 
 
-@macro contributorsSupport
+@macro supportPrevious
 
 @itemize
 @item Anthony Fok:
@@ -115,7 +167,7 @@ Debian package: @file{debian/*}.
 
 
 
-@macro contributorsTranslations
+@macro translationsPrevious
 
 @itemize
 @item Bjoern Jacke:
index 3935f33e119afb75461675ed2f222e4b294be797..bf4e51221deb7b954838a220271236c31ed8bea4 100644 (file)
@@ -744,27 +744,57 @@ http://lilypond.org/web/switch/
 @divEnd
 
 
+@divClass{column-center-top}
+@subheading Current Contributors
+
+@divClass{keep-bullets}
+@subsubheading Programming
+
+@coreCurrent
+
+@subsubheading Font
+
+@fontCurrent
+
+@subsubheading Documentation
+
+@docCurrent
+
+@subsubheading Support
+
+@supportCurrent
+
+@subsubheading Translation
+
+@translationsCurrent
+
+@divEnd
+@divEnd
+
+
 @divClass{column-center-bottom}
-@subheading Programming contributors
+@subheading Previous Contributors
 
 @divClass{keep-bullets}
-@contributorsCore
+@subsubheading Programming
+
+@corePrevious
 
-@subheading Font contributors
+@subsubheading Font
 
-@contributorsFont
+@fontPrevious
 
-@subheading Documentation contributors
+@subsubheading Documentation
 
-@contributorsDoc
+@docPrevious
 
-@subheading Support contributors
+@subsubheading Support
 
-@contributorsSupport
+@supportPrevious
 
-@subheading Translation contributors
+@subsubheading Translation
 
-@contributorsTranslations
+@translationsPrevious
 
 @divEnd
 @divEnd