Selaa lähdekoodia

README/introduction/homepage: Added link to Flask-Celery

Ask Solem 14 vuotta sitten
vanhempi
commit
647cff9ed6
3 muutettua tiedostoa jossa 16 lisäystä ja 7 poistoa
  1. 6 2
      README.rst
  2. 4 3
      docs/homepage/index.html
  3. 6 2
      docs/includes/introduction.txt

+ 6 - 2
README.rst

@@ -31,14 +31,18 @@ language.  It can also `operate with other languages using webhooks`_.
 The recommended message broker is `RabbitMQ`_, but support for `Redis`_ and
 databases (`SQLAlchemy`_) is also available.
 
-Celery is easy to integrate with Django and Pylons, using
-the `django-celery`_ and `celery-pylons`_ add-on packages.
+Celery is easy to integrate with `Django`_, `Pylons`_ and `Flask`_, using
+the `django-celery`_, `celery-pylons`_ and `Flask-Celery`_ add-on packages.
 
 .. _`RabbitMQ`: http://www.rabbitmq.com/
 .. _`Redis`: http://code.google.com/p/redis/
 .. _`SQLAlchemy`: http://www.sqlalchemy.org/
+.. _`Django`: http://djangoproject.org/
+.. _`Pylons`: http://pylonshq.com/
+.. _`Flask`: http://flask.pocoo.org/
 .. _`django-celery`: http://pypi.python.org/pypi/django-celery
 .. _`celery-pylons`: http://bitbucket.org/ianschenck/celery-pylons
+.. _`Flask-Celery`: http://github.com/ask/flask-celery/
 .. _`operate with other languages using webhooks`:
     http://ask.github.com/celery/userguide/remote-tasks.html
 

+ 4 - 3
docs/homepage/index.html

@@ -74,9 +74,10 @@ pageTracker._trackPageview();
         but support for <a href="http://redisdb.com/">Redis</a> and databases
         is also available.</p>
 
-        Celery is easy to integrate with Django and Pylons, using
-        the <a href="http://pypi.python.org/pypi/django-celery">django-celery</a> and
-        <a href="http://bitbucket.org/ianschenck/celery-pylons">celery-pylons</a> add-on packages.
+        Celery is easy to integrate with Django, Pylons and Flask, using
+        the <a href="http://pypi.python.org/pypi/django-celery">django-celery</a>,
+        <a href="http://bitbucket.org/ianschenck/celery-pylons">celery-pylons</a>
+        and <a href="http://github.com/ask/flask-celery">flask-celery</a>add-on packages.
 
         <h3>Example</h3>
         <p>This is a simple task adding two numbers:</p>

+ 6 - 2
docs/includes/introduction.txt

@@ -25,14 +25,18 @@ language.  It can also `operate with other languages using webhooks`_.
 The recommended message broker is `RabbitMQ`_, but support for `Redis`_ and
 databases (`SQLAlchemy`_) is also available.
 
-Celery is easy to integrate with Django and Pylons, using
-the `django-celery`_ and `celery-pylons`_ add-on packages.
+Celery is easy to integrate with `Django`_, `Pylons`_ and `Flask`_, using
+the `django-celery`_, `celery-pylons`_ and `Flask-Celery`_ add-on packages.
 
 .. _`RabbitMQ`: http://www.rabbitmq.com/
 .. _`Redis`: http://code.google.com/p/redis/
 .. _`SQLAlchemy`: http://www.sqlalchemy.org/
+.. _`Django`: http://djangoproject.org/
+.. _`Pylons`: http://pylonshq.com/
+.. _`Flask`: http://flask.pocoo.org/
 .. _`django-celery`: http://pypi.python.org/pypi/django-celery
 .. _`celery-pylons`: http://bitbucket.org/ianschenck/celery-pylons
+.. _`Flask-Celery`: http://github.com/ask/flask-celery/
 .. _`operate with other languages using webhooks`:
     http://ask.github.com/celery/userguide/remote-tasks.html