2010-05-18 17:56:51 +02:00
|
|
|
{% extends "community/layout.html" %}
|
|
|
|
|
{% block body %}
|
|
|
|
|
<p>
|
2010-06-11 02:54:17 +08:00
|
|
|
Even though Flask is a rather new project, there has already been a healthy
|
2010-05-18 17:56:51 +02:00
|
|
|
community evolved around it. There is an active
|
|
|
|
|
<a href="{{ url_for('mailinglist.index') }}">mailinglist</a> both for
|
|
|
|
|
developers using Flask as well as working on the core, and an
|
2011-01-28 18:16:51 +01:00
|
|
|
<a href="{{ url_for('community.irc') }}">IRC</a> channel. Also consider
|
|
|
|
|
visiting the <a href="http://feedback.flask.pocoo.org/">feedback</a>
|
|
|
|
|
website and dropping us some messages there if you are happy or
|
|
|
|
|
unhappy with Flask to help us improve.
|
2010-05-18 17:56:51 +02:00
|
|
|
<p>
|
|
|
|
|
If you want to spread the word, there is also a selection of
|
|
|
|
|
<a href="{{ url_for('community.badges') }}">badges</a> and
|
|
|
|
|
<a href="{{ url_for('community.logos') }}">logos</a> you can use
|
2010-07-27 14:09:07 +02:00
|
|
|
on your own website. There are also shirts and mugs available
|
|
|
|
|
at the <a href="http://flask.spreadshirt.net/">Flask store</a>.
|
2010-05-18 17:56:51 +02:00
|
|
|
<ul>
|
|
|
|
|
<li><a href="{{ url_for('mailinglist.index') }}">Mailinglist</a>
|
2011-02-20 11:15:34 +05:30
|
|
|
<li><a href=http://github.com/mitsuhiko/flask/issues>Issues tracker</a>
|
2010-05-18 17:56:51 +02:00
|
|
|
<li><a href="{{ url_for('community.irc') }}">IRC Channel</a>
|
|
|
|
|
<li><a href="{{ url_for('community.twitter') }}">Flask on Twitter</a>
|
2010-07-15 19:16:48 +02:00
|
|
|
<li><a href="{{ url_for('community.poweredby') }}">Powered By Flask</a>
|
2010-05-18 17:56:51 +02:00
|
|
|
<li><a href="{{ url_for('community.badges') }}">Badges</a>
|
|
|
|
|
<li><a href="{{ url_for('community.logos') }}">Logos</a>
|
2011-01-28 18:16:51 +01:00
|
|
|
<li><a href="http://feedback.flask.pocoo.org/">Feedback</a>
|
2010-07-27 14:09:07 +02:00
|
|
|
<li><a href="http://flask.spreadshirt.net/">Store</a>
|
2010-05-18 17:56:51 +02:00
|
|
|
</ul>
|
|
|
|
|
{% endblock %}
|