From 0bcf9a9226c233b79376f496803a3205cf2f9ff9 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 3 Dec 2009 21:55:05 +0000 Subject: [PATCH] Web: make macros/stubs for current vs. previous contributors. --- Documentation/web/basic-authors.itexi | 80 ++++++++++++++++++++++----- Documentation/web/community.itexi | 50 +++++++++++++---- 2 files changed, 106 insertions(+), 24 deletions(-) diff --git a/Documentation/web/basic-authors.itexi b/Documentation/web/basic-authors.itexi index 8f9fc86e6e..5f1f4383b2 100644 --- a/Documentation/web/basic-authors.itexi +++ b/Documentation/web/basic-authors.itexi @@ -10,25 +10,26 @@ 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: diff --git a/Documentation/web/community.itexi b/Documentation/web/community.itexi index 3935f33e11..bf4e51221d 100644 --- a/Documentation/web/community.itexi +++ b/Documentation/web/community.itexi @@ -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 -- 2.39.5