| 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.netBug tracker===========If you have any suggestions, bug reports or annoyances please report themto 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/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.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
 |