diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-08-09 22:28:45 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-08-09 22:28:45 -0400 |
commit | b941beb7973025d359f3e7839a5b99ea7f62c534 (patch) | |
tree | 5e069431bd0d6d4e1aec010a6bbf7f04269b4b24 /docs/AUTHORS | |
parent | fe8a2ff307ca2535e841e546cabfa31ce296d4ef (diff) | |
download | markdown-b941beb7973025d359f3e7839a5b99ea7f62c534.tar.gz markdown-b941beb7973025d359f3e7839a5b99ea7f62c534.tar.bz2 markdown-b941beb7973025d359f3e7839a5b99ea7f62c534.zip |
Reorganized docs. Added an AUTHORS and INSTALL files. INSTALL is incomplete.
Diffstat (limited to 'docs/AUTHORS')
-rw-r--r-- | docs/AUTHORS | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/AUTHORS b/docs/AUTHORS new file mode 100644 index 0000000..b4cd939 --- /dev/null +++ b/docs/AUTHORS @@ -0,0 +1,36 @@ +Primary Authors +=============== + +Yuri Takteyev <http://freewisdom.org/>, who has written much of the current code +while procrastingating his Ph.D. + +Waylan Limberg <http://achinghead.com/>, who has written most of the available +extensions and later was asked to join Yuri, fixing nummrious bugs, adding +documentation and making general improvements to the existing codebase. + +Artem Yunusov, who as part of a 2008 GSoC project, has refactored inline +patterns, replaced the NanoDOM with ElementTree support and made various other +improvements. + +Manfed Stienstra <http://www.dwerg.net/>, who wrote the original version of +the script and is responsible for various parts of the existing codebase. + +David Wolever, who refactored the extension API and made other improvements +as he helped to integrate Markdown into Dr.Project. + +Other Contributors +================== + +The incomplete list of individuals below have provided patches +or otherwise contributed to the project in various ways. We would like to thank +everyone who has contributed to the progect in any way. + +Jeff Balogh +Sergej Chodarev +Chris Clark +Tiago Cogumbreiro +G. Clark Haynes +Daniel Krech +Steward Midwinter +Malcolm Tredinnick +and many others to helped by reporting bugs |