resources.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. .. _`#celery`: irc://irc.freenode.net/celery
  16. .. _`Freenode`: http://freenode.net
  17. .. _bug-tracker:
  18. Bug tracker
  19. ===========
  20. If you have any suggestions, bug reports or annoyances please report them
  21. to our issue tracker at http://github.com/ask/celery/issues/
  22. .. _wiki:
  23. Wiki
  24. ====
  25. http://wiki.github.com/ask/celery/
  26. .. _contributing-short:
  27. Contributing
  28. ============
  29. Development of `celery` happens at Github: http://github.com/ask/celery
  30. You are highly encouraged to participate in the development
  31. of `celery`. If you don't like Github (for some reason) you're welcome
  32. to send regular patches.
  33. Be sure to also read the `Contributing to Celery`_ section in the
  34. documentation.
  35. .. _`Contributing to Celery`: http://ask.github.com/celery/contributing.html
  36. .. _license:
  37. License
  38. =======
  39. This software is licensed under the `New BSD License`. See the :file:`LICENSE`
  40. file in the top distribution directory for the full license text.
  41. .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround