resources.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .. _getting-help:
  2. Getting Help
  3. ============
  4. .. _mailing-list:
  5. Mailing list
  6. ------------
  7. For discussions about the usage, development, and future of celery,
  8. please join the `celery-users`_ mailing list.
  9. .. _`celery-users`: http://groups.google.com/group/celery-users/
  10. .. _irc-channel:
  11. IRC
  12. ---
  13. Come chat with us on IRC. The **#celery** channel is located at the `Freenode`_
  14. network.
  15. .. _`Freenode`: http://freenode.net
  16. .. _bug-tracker:
  17. Bug tracker
  18. ===========
  19. If you have any suggestions, bug reports or annoyances please report them
  20. to our issue tracker at http://github.com/celery/celery/issues/
  21. .. _wiki:
  22. Wiki
  23. ====
  24. http://wiki.github.com/celery/celery/
  25. .. _contributing-short:
  26. Contributing
  27. ============
  28. Development of `celery` happens at Github: http://github.com/celery/celery
  29. You are highly encouraged to participate in the development
  30. of `celery`. If you don't like Github (for some reason) you're welcome
  31. to send regular patches.
  32. Be sure to also read the `Contributing to Celery`_ section in the
  33. documentation.
  34. .. _`Contributing to Celery`: http://celery.github.com/celery/contributing.html
  35. .. _license:
  36. License
  37. =======
  38. This software is licensed under the `New BSD License`. See the :file:`LICENSE`
  39. file in the top distribution directory for the full license text.
  40. .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround