development.rst 2.5 KB

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