[Supervisor-checkins] r921 - in supervisor_manual/trunk: . chapters
Mike Naberezny
mike at maintainable.com
Wed Jan 20 22:41:03 EST 2010
Author: Mike Naberezny <mike at maintainable.com>
Date: Wed Jan 20 22:41:02 2010
New Revision: 921
Log:
Updated manual for 3.0a8.
Modified:
supervisor_manual/trunk/chapters/development.xml
supervisor_manual/trunk/manual.xml
Modified: supervisor_manual/trunk/chapters/development.xml
==============================================================================
--- supervisor_manual/trunk/chapters/development.xml (original)
+++ supervisor_manual/trunk/chapters/development.xml Wed Jan 20 22:41:02 2010
@@ -64,11 +64,66 @@
Consulting, Inc.</ulink>
</entry>
</row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <table>
+ <title>Contributors</title>
+ <tgroup cols="2">
+ <tbody>
+ <row>
+ <entry>Anders Quist</entry>
+ <entry>
+ Anders contributed the patch that was the basis for Supervisor’s
+ ability to reload parts of its configuration without restarting.
+ </entry>
+ </row>
+ <row>
+ <entry>Derek DeVries</entry>
+ <entry>
+ Derek did the web design of Supervisor’s internal web interface
+ and the website.
+ </entry>
+ </row>
+ <row>
+ <entry>Guido van Rossum</entry>
+ <entry>
+ Guido authored <code>zdrun</code> and <code>zdctl</code>, the
+ programs from Zope that were the original basis for Supervisor.
+ He also created Python, the programming language that Supervisor
+ is written in.
+ </entry>
+ </row>
+ <row>
+ <entry>Jason Kirtland</entry>
+ <entry>
+ Jason fixed Supervisor to run on Python 2.6 by contributing a
+ patched version of Medusa (a Supervisor dependency) that we now
+ bundle.
+ </entry>
+ </row>
<row>
<entry>Mike Naberezny</entry>
<entry>
- <ulink url="http://maintainable.com">Maintainable
- Software, LLC.</ulink>
+ Mike contributed to the design and implementation of Supervisor
+ versions 2 and 3.
+ </entry>
+ </row>
+ <row>
+ <entry>Roger Hoover</entry>
+ <entry>
+ Roger added support for spawning FastCGI programs. He has also
+ been one of the most active mailing list users, providing his
+ testing and feedback.
+ </entry>
+ </row>
+ <row>
+ <entry>Siddhant Goel</entry>
+ <entry>
+ Siddhant worked on <code>supervisorctl</code> as our Google
+ Summer of Code student for 2008. He implemented the
+ <code>fg</code> command and also added tab completion.
</entry>
</row>
</tbody>
Modified: supervisor_manual/trunk/manual.xml
==============================================================================
--- supervisor_manual/trunk/manual.xml (original)
+++ supervisor_manual/trunk/manual.xml Wed Jan 20 22:41:02 2010
@@ -8,8 +8,8 @@
<book id="manual" lang="en">
<bookinfo>
<title>Supervisor User's Guide</title>
- <subtitle>Version 3.0a7</subtitle>
- <edition>3.0a7</edition>
+ <subtitle>Version 3.0a8</subtitle>
+ <edition>3.0a8</edition>
<pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
<copyright>
<year>2006-<?dbtimestamp format="Y"?></year>
@@ -25,15 +25,6 @@
</orgname>
</affiliation>
</author>
- <author>
- <firstname>Mike</firstname>
- <surname>Naberezny</surname>
- <affiliation>
- <orgname>
- Maintainable Software, LLC. (<ulink url="http://maintainable.com" />)
- </orgname>
- </affiliation>
- </author>
</authorgroup>
</bookinfo>
More information about the Supervisor-checkins
mailing list