celery / celeryproject

The official Celery Project website
Other
19 stars 11 forks source link

add link to latest changelog on homepage #2

Closed alekibango closed 11 years ago

alekibango commented 12 years ago

After every minor release, i always spend way too much time searching the changelog on celery website.

detailed changelog -- such link to http://docs.celeryproject.org/en/latest/changelog.html on home page would really help a lot.

alekibango commented 12 years ago

also this page could use link to detailed changelog for minor versions: http://docs.celeryproject.org/en/latest/whatsnew-3.0.html

fireantology commented 12 years ago

An info box about the last stable version in homepage can be a nice option. We can retrieve directly from pipy the informations about the last version and than add some links like the one to the complete changelog. We need to Cache this infos for at least 8 hours and must be asynchronous call. @andreacode your opinion ?

fireantology commented 12 years ago

@alekibango about adding the link to changelog in documentation page http://docs.celeryproject.org/en/latest/whatsnew-3.0.html you should open an issue on Celery project, or just do the contribution on your own.

lucidstack commented 12 years ago

Sounds like a cool addition, quite easy to implement. I'll give it a look as soon as possible and provide a draft of the new feature. On Nov 7, 2012 12:32 PM, "Mauro Rocco" notifications@github.com wrote:

An info box about the last stable version in homepage can be a nice option. We can retrieve directly from pypy the informations about the last version and than add some links like the one to the complete changelog. We need to Cache this infos for at least 8 hours and must be asynchronous call. Andrea your opinion ?

— Reply to this email directly or view it on GitHubhttps://github.com/celery/celeryproject/issues/2#issuecomment-10145427.

fireantology commented 11 years ago

Fund an easy way :-) http://wiki.python.org/moin/PyPiXmlRpc