From 67adf2dde3c505fa57b10463c19bda2b4780b5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 30 Sep 2012 23:24:24 +0200 Subject: [PATCH] Add stonesense contributors. --- Contributors.html | 15 +++++++++++++-- Contributors.rst | 16 ++++++++++++++-- fixTexts.sh | 10 +++++----- 3 files changed, 32 insertions(+), 9 deletions(-) diff --git a/Contributors.html b/Contributors.html index 72cb8bdfc..227525bfb 100644 --- a/Contributors.html +++ b/Contributors.html @@ -325,8 +325,8 @@ ul.auto-toc {

Contributors

-

The following is a list of people who have contributed to DFHack. -If you belong here and are missing please add yourself and send me (peterix) a pull request :-)

+

If you belong here and are missing, please add yourself and send me (peterix) a pull request :-)

+

The following is a list of people who have contributed to DFHack.

+

And those are the cool people who made stonesense.

+
diff --git a/Contributors.rst b/Contributors.rst index 112a847e7..b10877718 100644 --- a/Contributors.rst +++ b/Contributors.rst @@ -1,7 +1,8 @@ Contributors ============ +If you belong here and are missing, please add yourself and send me (peterix) a pull request :-) + The following is a list of people who have contributed to **DFHack**. -If you belong here and are missing please add yourself and send me (peterix) a pull request :-) - Petr Mrázek - Alexander Gavrilov @@ -59,4 +60,15 @@ If you belong here and are missing please add yourself and send me (peterix) a p - Donald Ruegsegger - Caldfir - Antalia -- Angus Mezick \ No newline at end of file +- Angus Mezick + +And those are the cool people who made **stonesense**. + +- Kris Parker +- Japa +- Jonas Ask +- Petr Mrázek +- Caldfir +- 8Z +- Alexander Gavrilov +- Timothy Collett diff --git a/fixTexts.sh b/fixTexts.sh index 917199411..d58fe997d 100755 --- a/fixTexts.sh +++ b/fixTexts.sh @@ -1,6 +1,6 @@ #!/bin/bash -# this script is used for easy testing of the rst documentation files. -rst2html Readme.rst Readme.html -rst2html Compile.rst Compile.html -rst2html Lua\ API.rst Lua\ API.html -rst2html Contributors.rst > Contributors.html +# regenerate documentation after editing the .rst files. Requires python and docutils. +rst2html --no-generator --no-datestamp Readme.rst Readme.html +rst2html --no-generator --no-datestamp Compile.rst Compile.html +rst2html --no-generator --no-datestamp Lua\ API.rst Lua\ API.html +rst2html --no-generator --no-datestamp Contributors.rst Contributors.html