Updated PyCon 2012 Sprint (markdown)

rduplain 2012-03-11 17:49:36 -07:00
parent 03ab85360c
commit 127881febc

@ -32,8 +32,8 @@ See these issue trackers:
* https://github.com/mitsuhiko/werkzeug/issues
Extensions
----------
Extension Review
----------------
At it's core, Flask itself isn't changing much. But there are plenty of extensions which could use attention, and other ideas out there to build new extensions. We also need to update the extension registry and approve extensions.
@ -41,6 +41,17 @@ Make sure *all* extensions which you can find are in the registry driving this p
Review these extensions, https://github.com/mitsuhiko/flask/issues?labels=extension+review -- We list extensions with clear APIs and some starter documentation. We approve extensions which meet these requirements: http://flask.pocoo.org/docs/extensiondev/#approved-extensions
The registry is in the website branch of the Flask repo:
https://github.com/mitsuhiko/flask/blob/website/flask_website/listings/extensions.py
... which becomes:
http://flask.pocoo.org/extensions/
Extension Love
--------------
Give love to any of the extensions on which I (Ron) am a maintainer:
* Flask-Celery
@ -59,8 +70,11 @@ Build a Web Application for Continuous Integration / Buildbot
We have a dedicated build server called flaskbot which is configured with buildbot. No one uses it. It has too much data, and we could use Buildbot's JSON APIs to build very useful views of the state of the Flask core and *all* of the Flask extensions.
Here's the buildbot:
http://74.207.234.95:8010/one_line_per_build
Ideas
-----
Idea: Build URLs across Flask instances.
Idea: Build URLs across Flask instances.