From 127881febca4ce4c7e8addec71919344caf9c573 Mon Sep 17 00:00:00 2001 From: rduplain Date: Sun, 11 Mar 2012 17:49:36 -0700 Subject: [PATCH] Updated PyCon 2012 Sprint (markdown) --- PyCon-2012-Sprint.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/PyCon-2012-Sprint.md b/PyCon-2012-Sprint.md index 01d0a1d..57c20c5 100644 --- a/PyCon-2012-Sprint.md +++ b/PyCon-2012-Sprint.md @@ -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. \ No newline at end of file +Idea: Build URLs across Flask instances.