Skip to content

Commit

Permalink
updated from original repo
Browse files Browse the repository at this point in the history
  • Loading branch information
benselme committed Sep 12, 2012
2 parents d7a841f + 80c2a22 commit 5cbba9e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
34 changes: 21 additions & 13 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 @@ -344,7 +344,7 @@ def docserver(self):
handles the common tasks of logging in, logging out, and
remembering your users' sessions over extended periods of time.
''',
bitbucket='leafstorm/flask-login',
github='maxcountryman/flask-login',
docs='http://packages.python.org/Flask-Login/',
approved=True
),
Expand Down Expand Up @@ -382,13 +382,13 @@ def docserver(self):
docs='http://packages.python.org/Flask-GAE-Mini-Profiler',
github='passy/flask-gae-mini-profiler'
),
Extension('Flask-Admin', 'Andy Wilson',
Extension('Flask-Admin', 'Serge Koval',
description='''
<p>
Flask extension module that provides an admin interface
''',
docs='http://packages.python.org/Flask-Admin/',
github='wilsaj/flask-admin'
docs='http://flask-admin.readthedocs.org/en/latest/index.html',
github='mrjoes/flask-admin'
),
Extension('Flask-ZODB', 'Dag Odenhall',
description='''
Expand Down Expand Up @@ -491,6 +491,7 @@ def docserver(self):
github='kennethreitz/flask-heroku',
approved=False
),

Extension('Flask-Mako', 'Beranger Enselme, Frank Murphy',
description='''
<p>Allows for <a href="http://www.makotemplates.org/">Mako templates</a>
Expand All @@ -500,6 +501,14 @@ def docserver(self):
docs='http://packages.python.org/Flask-Mako/',
approved=False
),
Extension('Flask-WeasyPrint', 'Simon Sapin',
description='''
<p>Make PDF with <a href="http://weasyprint.org/">WeasyPrint</a>
in your Flask app.
''',
docs='http://packages.python.org/Flask-WeasyPrint/',
github='SimonSapin/Flask-WeasyPrint',
),
]


Expand Down Expand Up @@ -596,8 +605,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
2 changes: 1 addition & 1 deletion flask_website/templates/general/index.html
Expand Up @@ -57,7 +57,7 @@ <h2>And Easy to Setup</h2>
<pre><span class=ig>$ </span>pip install Flask
<span class=ig>$ </span>python hello.py
<span class=ig> * Running on http://localhost:5000/</span></pre>
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=mitsuhiko&amp;repo=flask&amp;type=watch&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="190px" height="35px" style="float: right"></iframe></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=mitsuhiko&amp;repo=flask&amp;type=watch&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="190px" height="35px" style="float: right"></iframe></iframe>
<h2>Interested?</h2>
<ul>
<li><a href="{{ latest_release.download_url }}">Download latest release</a> ({{ latest_release.version }})
Expand Down

0 comments on commit 5cbba9e

Please sign in to comment.