Skip to content

Commit

Permalink
Update Dan Jacob extensions for new maintainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Sep 11, 2012
1 parent a97383d commit 80c2a22
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions flask_website/listings/extensions.py
Expand Up @@ -141,38 +141,38 @@ def docserver(self):
around it would be a good idea to decide on a common interface.
'''
),
Extension('Flask-Mail', 'Ron DuPlain (created by Dan Jacob)',
Extension('Flask-Mail', 'Matt Wright (created by Dan Jacob)',
description='''
<p>Makes sending mails from Flask applications very easy and
has also support for unittesting.
''',
github='rduplain/flask-mail',
github='mattupstate/flask-mail',
docs='http://packages.python.org/Flask-Mail/',
approved=True
),
Extension('Flask-WTF', 'Ron DuPlain (created by Dan Jacob)',
Extension('Flask-WTF', 'Anthony Ford (created by Dan Jacob)',
description='''
<p>Flask-WTF offers simple integration with WTForms. This
integration includes optional CSRF handling for greater security.
''',
github='rduplain/flask-wtf',
github='ajford/flask-wtf',
docs='http://packages.python.org/Flask-WTF/',
approved=True
),
Extension('Flask-Testing', u'Christoph Heer & Ron DuPlain (created by Dan Jacob)',
Extension('Flask-Testing', u'Christoph Heer (created by Dan Jacob)',
description='''
<p>The Flask-Testing extension provides unit testing utilities for Flask.
''',
github='jarus/flask-testing',
docs='http://packages.python.org/Flask-Testing/',
approved=True
),
Extension('Flask-Script', 'Ron DuPlain (created by Dan Jacob)',
Extension('Flask-Script', 'Sean Lynch (created by Dan Jacob)',
description='''
<p>The Flask-Script extension provides support for writing external
scripts in Flask. It uses argparse to parse command line arguments.
''',
github='rduplain/flask-script',
github='techniq/flask-script',
docs='http://packages.python.org/Flask-Script/',
approved=True,
notes='''
Expand Down Expand Up @@ -595,8 +595,7 @@ def docserver(self):
github='willowtreeapps/flask-solr',
notes='''
Fully exposes pysolr API in Flask extension pattern, and code is
production-ready. It lacks documentation and tests because the
author has yet to find the time.
production-ready. It lacks documentation and tests.
'''
),
Extension('flask-csrf', 'Steve Losh',
Expand Down

0 comments on commit 80c2a22

Please sign in to comment.