12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- Getting Help
- ============
- Mailing list
- ------------
- For discussions about the usage, development, and future of celery,
- please join the `celery-users`_ mailing list.
- .. _`celery-users`: http://groups.google.com/group/celery-users/
- IRC
- ---
- Come chat with us on IRC. The `#celery`_ channel is located at the `Freenode`_
- network.
- .. _`#celery`: irc://irc.freenode.net/celery
- .. _`Freenode`: http://freenode.net
- Bug tracker
- ===========
- If you have any suggestions, bug reports or annoyances please report them
- to our issue tracker at http://github.com/ask/celery/issues/
- Wiki
- ====
- http://wiki.github.com/ask/celery/
- Contributing
- ============
- Development of ``celery`` happens at Github: http://github.com/ask/celery
- You are highly encouraged to participate in the development
- of ``celery``. If you don't like Github (for some reason) you're welcome
- to send regular patches.
- License
- =======
- This software is licensed under the ``New BSD License``. See the ``LICENSE``
- file in the top distribution directory for the full license text.
- .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround
|