resources.txt 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Getting Help
  2. ============
  3. Mailing list
  4. ------------
  5. For discussions about the usage, development, and future of celery,
  6. please join the `celery-users`_ mailing list.
  7. .. _`celery-users`: http://groups.google.com/group/celery-users/
  8. IRC
  9. ---
  10. Come chat with us on IRC. The `#celery`_ channel is located at the `Freenode`_
  11. network.
  12. .. _`#celery`: irc://irc.freenode.net/celery
  13. .. _`Freenode`: http://freenode.net
  14. Bug tracker
  15. ===========
  16. If you have any suggestions, bug reports or annoyances please report them
  17. to our issue tracker at http://github.com/ask/celery/issues/
  18. Contributing
  19. ============
  20. Development of ``celery`` happens at Github: http://github.com/ask/celery
  21. You are highly encouraged to participate in the development
  22. of ``celery``. If you don't like Github (for some reason) you're welcome
  23. to send regular patches.
  24. License
  25. =======
  26. This software is licensed under the ``New BSD License``. See the ``LICENSE``
  27. file in the top distribution directory for the full license text.
  28. .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround