File: development.rst

package info (click to toggle)
supervisor 3.0r1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,292 kB
  • sloc: python: 23,424; sh: 103; makefile: 80
file content (80 lines) | stat: -rw-r--r-- 2,543 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Resources and Development
=========================

Mailing Lists
-------------

Supervisor has a mailing list for users.  You may subscribe to the
`Supervisor-users mailing list
<http://lists.supervisord.org/mailman/listinfo/supervisor-users>`_.

Supervisor has a mailing list for checkins too.  You may subscribe to the
`Supervisor-checkins mailing list
<http://lists.supervisord.org/mailman/listinfo/supervisor-checkins>`_.

Bug Tracker
-----------

Supervisor has a bugtracker where you may report any bugs or other
errors you find.  Please report bugs to the `GitHub issues page
<https://github.com/supervisor/supervisor/issues>`_.

Version Control Repository
--------------------------

You can also view the `Supervisor version control repository
<https://github.com/supervisor/supervisor>`_.

Contributing
------------

Supervisor development is discussed on the mailing list.  We'll review
contributions from the community in both
[pull requests](https://help.github.com/articles/using-pull-requests)
on GitHub (preferred) and patches sent to the list.

Sponsoring
----------

If you'd like to sponsor further Supervisor development (for custom
projects), please let one of the authors know.

Author Information
------------------

The following people are responsible for creating Supervisor.

Primary Authors and Maintainers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- `Chris McDonough <http://plope.com>`_ is the original author of Supervisor.

- `Mike Naberezny <http://mikenaberezny.com>`_ is the primary maintainer
  of Supervisor.

Contributors
~~~~~~~~~~~~

- Anders Quist: Anders contributed the patch that was the basis for
  Supervisor’s ability to reload parts of its configuration without
  restarting.

- Derek DeVries: Derek did the web design of Supervisor’s internal web
  interface and website logos.

- Guido van Rossum: Guido authored ``zdrun`` and ``zdctl``, the
  programs from Zope that were the original basis for Supervisor.  He
  also created Python, the programming language that Supervisor is
  written in.

- Jason Kirtland: Jason fixed Supervisor to run on Python 2.6 by
  contributing a patched version of Medusa (a Supervisor dependency)
  that we now bundle.

- Roger Hoover: Roger added support for spawning FastCGI programs. He
  has also been one of the most active mailing list users, providing
  his testing and feedback.

- Siddhant Goel: Siddhant worked on :program:`supervisorctl` as our
  Google Summer of Code student for 2008. He implemented the ``fg``
  command and also added tab completion.