development.rst 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Resources and Development
  2. =========================
  3. Supervisor has a maillist for users. You may subscribe to the
  4. `Supervisor-users maillist
  5. <http://supervisord.org/mailman/listinfo/supervisor-users>`_.
  6. Supervisor has a maillist for checkins too. You may subscribe to the
  7. `Supervisor-checkins maillist
  8. <http://supervisord.org/mailman/listinfo/supervisor-checkins>`_.
  9. Supervisor has a bugtracker where you may report any bugs or other
  10. errors you find. Please report bugs to the `collector
  11. <http://www.plope.com/software/collector>`_.
  12. You can also view the `Supervisor version control repository
  13. <http://svn.supervisord.org>`_.
  14. Contributing
  15. ------------
  16. If you'd like to contribute to supervisor, please contact us through
  17. the maillist and we'll attempt to arrange for you to have direct
  18. access to the version control repository. You may be required to sign
  19. a contributor's agreement before you can be provided with access.
  20. Sponsoring
  21. ----------
  22. If you'd like to sponsor further Supervisor development (for custom
  23. projects), please let one of the authors know.
  24. Author Information
  25. ------------------
  26. The following people are responsible for creating Supervisor.
  27. Primary Authors and Maintainers
  28. -------------------------------
  29. - Chris McDonough (`Agendaless Consulting, Inc. <http://agendaless.com>`_)
  30. - Mike Naberezny (`Maintainable Software, Inc. <http://maintainable.com>`_)
  31. Contributors
  32. ------------
  33. - Anders Quist: Anders contributed the patch that was the basis for
  34. Supervisor’s ability to reload parts of its configuration without
  35. restarting.
  36. - Derek DeVries: Derek did the web design of Supervisor’s internal web
  37. interface and website logos.
  38. - Guido van Rossum: Guido authored ``zdrun`` and ``zdctl``, the
  39. programs from Zope that were the original basis for Supervisor. He
  40. also created Python, the programming language that Supervisor is
  41. written in.
  42. - Jason Kirtland: Jason fixed Supervisor to run on Python 2.6 by
  43. contributing a patched version of Medusa (a Supervisor dependency)
  44. that we now bundle.
  45. - Roger Hoover: Roger added support for spawning FastCGI programs. He
  46. has also been one of the most active mailing list users, providing
  47. his testing and feedback.
  48. - Siddhant Goel: Siddhant worked on :program:`supervisorctl` as our
  49. Google Summer of Code student for 2008. He implemented the ``fg``
  50. command and also added tab completion.