diff --git a/flask_website/templates/extensions/creating.html b/flask_website/templates/extensions/creating.html deleted file mode 100644 index fa2c6e8f..00000000 --- a/flask_website/templates/extensions/creating.html +++ /dev/null @@ -1,48 +0,0 @@ -{% extends "extensions/layout.html" %} -{% block title %}Creating Extensions{% endblock %} -{% block body %} -
- Extensions to Flask are regular Python packages. But there are some - rules you should/must follow so that we can enlist your extension on - the Flask extension registry: -
flaskext.
- namespace package. This makes it easier for others to locate
- your extension and does not clutter the PyPI index with generic
- toplevel packages.
- - To simplify creating new extensions there is a script that can - bootstrap a new extension: flask-extension-wizard -
- We scan the PyPI index in regular intervals for new Flask packages - so your extension should sooner or later end up here. If this is - not quick enough for you, send me a mail. -
- If you need some help on extension development check out the - guide on extension development and consider joining the - mailinglist - and IRC channel. -{% endblock %} diff --git a/flask_website/templates/extensions/index.html b/flask_website/templates/extensions/index.html index 9d423e20..5fa8995d 100644 --- a/flask_website/templates/extensions/index.html +++ b/flask_website/templates/extensions/index.html @@ -5,8 +5,8 @@ Welcome to the Flask extensions registry. Here you can find a list of packages that extend Flask. This list is moderated and updated on a regular basis. If you want your package to show up here, - follow the guide on creating - extensions. + follow the guide on creating extensions. {% for extension in extensions %}