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
@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:
-@macro contributorsFont
+@macro fontPrevious
@itemize
@item @uref{http://www.juergen-reuter.de, Jürgen Reuter}:
-@macro contributorsDoc
+@macro docPrevious
@itemize
@item @uref{http://www.s3.kth.se/~mabe/, Mats Bengtsson}:
-@macro contributorsSupport
+@macro supportPrevious
@itemize
@item Anthony Fok:
-@macro contributorsTranslations
+@macro translationsPrevious
@itemize
@item Bjoern Jacke:
@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