diff options
| author | Petr Mrázek | 2012-09-30 23:24:24 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-09-30 23:24:24 +0200 |
| commit | 67adf2dde3c505fa57b10463c19bda2b4780b5ac (patch) | |
| tree | 078e1086a696fc23f3669bcb8cfb822e11833159 | |
| parent | bb39b2e45bdbe8fda2f99607e9ca56319a602843 (diff) | |
| download | dfhack-67adf2dde3c505fa57b10463c19bda2b4780b5ac.tar.gz dfhack-67adf2dde3c505fa57b10463c19bda2b4780b5ac.tar.bz2 dfhack-67adf2dde3c505fa57b10463c19bda2b4780b5ac.tar.xz | |
Add stonesense contributors.
| -rw-r--r-- | Contributors.html | 15 | ||||
| -rw-r--r-- | Contributors.rst | 16 | ||||
| -rwxr-xr-x | fixTexts.sh | 10 |
3 files changed, 32 insertions, 9 deletions
diff --git a/Contributors.html b/Contributors.html index 72cb8bdf..227525bf 100644 --- a/Contributors.html +++ b/Contributors.html @@ -325,8 +325,8 @@ ul.auto-toc { <div class="document" id="contributors"> <h1 class="title">Contributors</h1> -<p>The following is a list of people who have contributed to <strong>DFHack</strong>. -If you belong here and are missing please add yourself and send me (peterix) a pull request :-)</p> +<p>If you belong here and are missing, please add yourself and send me (peterix) a pull request :-)</p> +<p>The following is a list of people who have contributed to <strong>DFHack</strong>.</p> <ul class="simple"> <li>Petr Mrázek <<a class="reference external" href="mailto:peterix@gmail.com">peterix@gmail.com</a>></li> <li>Alexander Gavrilov <<a class="reference external" href="mailto:angavrilov@gmail.com">angavrilov@gmail.com</a>></li> @@ -386,6 +386,17 @@ If you belong here and are missing please add yourself and send me (peterix) a p <li>Antalia <<a class="reference external" href="mailto:tamarakorr@gmail.com">tamarakorr@gmail.com</a>></li> <li>Angus Mezick <<a class="reference external" href="mailto:amezick@gmail.com">amezick@gmail.com</a>></li> </ul> +<p>And those are the cool people who made <strong>stonesense</strong>.</p> +<ul class="simple"> +<li>Kris Parker <kaypy></li> +<li>Japa <<a class="reference external" href="mailto:japa.mala.illo@gmail.com">japa.mala.illo@gmail.com</a>></li> +<li>Jonas Ask <<a class="reference external" href="mailto:jonask84@gmail.com">jonask84@gmail.com</a>></li> +<li>Petr Mrázek <<a class="reference external" href="mailto:peterix@gmail.com">peterix@gmail.com</a>></li> +<li>Caldfir <<a class="reference external" href="mailto:aitken.tim@gmail.com">aitken.tim@gmail.com</a>></li> +<li>8Z <<a class="reference external" href="mailto:git8z@ya.ru">git8z@ya.ru</a>></li> +<li>Alexander Gavrilov <<a class="reference external" href="mailto:angavrilov@gmail.com">angavrilov@gmail.com</a>></li> +<li>Timothy Collett <<a class="reference external" href="mailto:tcollett+github@topazgryphon.org">tcollett+github@topazgryphon.org</a>></li> +</ul> </div> </body> </html> diff --git a/Contributors.rst b/Contributors.rst index 112a847e..b1087771 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 <peterix@gmail.com> - Alexander Gavrilov <angavrilov@gmail.com> @@ -59,4 +60,15 @@ If you belong here and are missing please add yourself and send me (peterix) a p - Donald Ruegsegger <druegsegger@gmail.com> - Caldfir <caldfir@hotmail.com> - Antalia <tamarakorr@gmail.com> -- Angus Mezick <amezick@gmail.com>
\ No newline at end of file +- Angus Mezick <amezick@gmail.com> + +And those are the cool people who made **stonesense**. + +- Kris Parker <kaypy> +- Japa <japa.mala.illo@gmail.com> +- Jonas Ask <jonask84@gmail.com> +- Petr Mrázek <peterix@gmail.com> +- Caldfir <aitken.tim@gmail.com> +- 8Z <git8z@ya.ru> +- Alexander Gavrilov <angavrilov@gmail.com> +- Timothy Collett <tcollett+github@topazgryphon.org> diff --git a/fixTexts.sh b/fixTexts.sh index 91719941..d58fe997 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 |
