| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | .. _getting-help:Getting Help============.. _mailing-list: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-channel:IRC---Come chat with us on IRC. The **#celery** channel is located at the `Freenode`_network... _`Freenode`: http://freenode.net.. _bug-tracker:Bug tracker===========If you have any suggestions, bug reports or annoyances please report themto our issue tracker at http://github.com/celery/celery/issues/.. _wiki:Wiki====http://wiki.github.com/celery/celery/.. _contributing-short:Contributing============Development of `celery` happens at Github: http://github.com/celery/celeryYou are highly encouraged to participate in the developmentof `celery`. If you don't like Github (for some reason) you're welcometo send regular patches.Be sure to also read the `Contributing to Celery`_ section in thedocumentation... _`Contributing to Celery`: http://celery.github.com/celery/contributing.html.. _license:License=======This software is licensed under the `New BSD License`. See the :file:`LICENSE`file in the top distribution directory for the full license text... # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround
 |