13 lines
535 B
HTML
13 lines
535 B
HTML
<h3>About Flask</h3>
|
|
<p>
|
|
Flask is a micro webdevelopment framework for Python. You are currently
|
|
looking at the documentation of the development version. Things are
|
|
not stable yet, but if you have some feedback,
|
|
<a href="mailto:armin.ronacher@active-4.com">let me know</a>.
|
|
</p>
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="http://flask.pocoo.org/">The Flask Website</a></li>
|
|
<li><a href="http://pypi.python.org/pypi/Flask">Flask @ PyPI</a></li>
|
|
<li><a href="http://github.com/mitsuhiko/flask">Flask @ github</a></li>
|
|
</ul>
|