Browse Source

Words, words

Ask Solem 13 năm trước cách đây
mục cha
commit
9accf7f4bf
2 tập tin đã thay đổi với 14 bổ sung5 xóa
  1. 1 1
      docs/conf.py
  2. 13 4
      docs/whatsnew-2.5.rst

+ 1 - 1
docs/conf.py

@@ -103,7 +103,7 @@ html_sidebars = {
 
 
 ### Issuetracker
 ### Issuetracker
 
 
-if not os.environ.get("SKIP_ISSUES"):
+if False:
     issuetracker = "github"
     issuetracker = "github"
     issuetracker_project = "ask/celery"
     issuetracker_project = "ask/celery"
     issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'
     issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'

+ 13 - 4
docs/whatsnew-2.5.rst

@@ -4,18 +4,27 @@
  What's new in Celery 2.5
  What's new in Celery 2.5
 ==========================
 ==========================
 
 
-After the hard work of countless contributors, four months in the making
-we are proud to present the 2.5 version of Celery.
+Celery aims to be a flexible and reliable, best-of-breed solution
+to process vast amounts of messages in a distributed fashion, while
+providing operations with the tools to maintain such a system.
+
+Celery has a large and diverse community of users and contributors,
+you should come join us :ref:`on IRC <irc-channel>`
+or :ref:`our mailing-list <mailing-list>`.
+
+To read more about Celery you should visit our `website`_.
 
 
 While this version is backward compatible with previous versions
 While this version is backward compatible with previous versions
 it is important that you read the following section.
 it is important that you read the following section.
 
 
+If you use Celery in combination with Django you must also
+read the `django-celery changelog`_ and upgrade to `django-celery 2.5`_.
+
 This version is officially supported on CPython 2.5, 2.6, 2.7, 3.2 and 3.3,
 This version is officially supported on CPython 2.5, 2.6, 2.7, 3.2 and 3.3,
 as well as PyPy and Jython.
 as well as PyPy and Jython.
 
 
-If you use Celery in combination with Django you must also
-read the `django-celery changelog`_ and upgrade to `django-celery 2.5`_.
 
 
+.. _`website`: http://celeryproject.org/
 .. _`django-celery changelog`: http://bit.ly/djcelery-25-changelog
 .. _`django-celery changelog`: http://bit.ly/djcelery-25-changelog
 .. _`django-celery 2.5`: http://pypi.python.org/pypi/django-celery/
 .. _`django-celery 2.5`: http://pypi.python.org/pypi/django-celery/