| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 | 
							
- 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/
 
- 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
 
 
  |