Add stonesense contributors.

develop
Petr Mrázek 2012-09-30 23:24:24 +02:00
parent bb39b2e45b
commit 67adf2dde3
3 changed files with 32 additions and 9 deletions

@ -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 &lt;<a class="reference external" href="mailto:peterix&#64;gmail.com">peterix&#64;gmail.com</a>&gt;</li>
<li>Alexander Gavrilov &lt;<a class="reference external" href="mailto:angavrilov&#64;gmail.com">angavrilov&#64;gmail.com</a>&gt;</li>
@ -386,6 +386,17 @@ If you belong here and are missing please add yourself and send me (peterix) a p
<li>Antalia &lt;<a class="reference external" href="mailto:tamarakorr&#64;gmail.com">tamarakorr&#64;gmail.com</a>&gt;</li>
<li>Angus Mezick &lt;<a class="reference external" href="mailto:amezick&#64;gmail.com">amezick&#64;gmail.com</a>&gt;</li>
</ul>
<p>And those are the cool people who made <strong>stonesense</strong>.</p>
<ul class="simple">
<li>Kris Parker &lt;kaypy&gt;</li>
<li>Japa &lt;<a class="reference external" href="mailto:japa.mala.illo&#64;gmail.com">japa.mala.illo&#64;gmail.com</a>&gt;</li>
<li>Jonas Ask &lt;<a class="reference external" href="mailto:jonask84&#64;gmail.com">jonask84&#64;gmail.com</a>&gt;</li>
<li>Petr Mrázek &lt;<a class="reference external" href="mailto:peterix&#64;gmail.com">peterix&#64;gmail.com</a>&gt;</li>
<li>Caldfir &lt;<a class="reference external" href="mailto:aitken.tim&#64;gmail.com">aitken.tim&#64;gmail.com</a>&gt;</li>
<li>8Z &lt;<a class="reference external" href="mailto:git8z&#64;ya.ru">git8z&#64;ya.ru</a>&gt;</li>
<li>Alexander Gavrilov &lt;<a class="reference external" href="mailto:angavrilov&#64;gmail.com">angavrilov&#64;gmail.com</a>&gt;</li>
<li>Timothy Collett &lt;<a class="reference external" href="mailto:tcollett+github&#64;topazgryphon.org">tcollett+github&#64;topazgryphon.org</a>&gt;</li>
</ul>
</div>
</body>
</html>

@ -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>
- 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>

@ -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