diff options
author | 2012-03-07 09:28:43 -0500 | |
---|---|---|
committer | 2012-03-07 09:28:43 -0500 | |
commit | 96c85498c019e381d0aeed2e33e626563563ea8c (patch) | |
tree | a44a3ff017cc7c5de3e4845434324c7798689d24 /THANKS.md | |
parent | 6c5bda943d87c629e3fbeaa9178d5fdcb96134c5 (diff) | |
download | textadept-96c85498c019e381d0aeed2e33e626563563ea8c.tar.gz textadept-96c85498c019e381d0aeed2e33e626563563ea8c.zip |
Documentation overhaul with Discount (Markdown implementation).
The standard LuaDoc template is no longer used. Instead, the new
`scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc`
has the template for the Manual.
Also added README, CHANGELOG, and THANKS files.
Diffstat (limited to 'THANKS.md')
-rw-r--r-- | THANKS.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/THANKS.md b/THANKS.md new file mode 100644 index 00000000..28a971ac --- /dev/null +++ b/THANKS.md @@ -0,0 +1,30 @@ +# Thanks
+
+Thank you everyone for your contributions and feedback. They have helped make
+Textadept the amazing editor that it is today.
+
+## Code and Documentation Contributors
+
+* Alex Bepple
+* Anton Verbitski
+* Brian Schott
+* Callum Wilson
+* Jay Gould
+* Jeff Stone
+* M Rawash
+* Martin Morawetz
+* Neil Hodgson
+* Nils Nordman
+* Patrick McMorris
+* Robert Gieseke
+* Russell Dickinson
+* Ryan Pusztai
+* Scott Weisman
+* Steve Donovan
+* Tymur Gubayev
+* Vais Salikhov
+* Vladimir Lomov
+
+If I have left off your name, please [contact me][]. I am very sorry about that.
+
+[contact me]: README.html#Contact
|