House keeping

This commit is contained in:
Matt Wright
2012-07-19 12:20:04 -04:00
parent 68dd972bfa
commit dbd0b7b23b
4 changed files with 13 additions and 21 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (C) 2012 by Matt Wright
Copyright (C) 2012 by Matthew Wright
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
+2 -6
View File
@@ -3,12 +3,8 @@ Flask-Security
.. image:: https://secure.travis-ci.org/mattupstate/flask-security.png?branch=develop
Simple security for Flask applications combining Flask-Login, Flask-Principal,
Flask-WTF, passlib, and your choice of datastore. Currently SQLAlchemy via
Flask-SQLAlchemy and MongoEngine via Flask-MongoEngine are supported out of the
box. You will need to install the necessary Flask extensions that you'll be
using. Additionally, you may need to install an encryption library such as
py-bcrypt to support bcrypt passwords.
Flask-Security is a Flask extension that aims to add quick and simple security
to your Flask applications.
Resources
---------
+2 -7
View File
@@ -1,10 +1,4 @@
Flask-Security
==============
.. module:: flask_security
Quick and simple security for Flask applications.
.. include:: ../README.rst
Contents
@@ -322,6 +316,7 @@ signals.
Changelog
=========
.. toctree::
:maxdepth: 2
+8 -7
View File
@@ -1,16 +1,17 @@
"""
Flask-Security
--------------
==============
Flask-Security is a Flask extension that aims to add quick and simple security
via Flask-Login, Flask-Principal, Flask-WTF, and passlib.
to your Flask applications.
Links
`````
Resources
---------
* `documentation <http://packages.python.org/Flask-Security/>`_
* `source <https://github.com/mattupstate/flask-security>`_
* `development version
* `Documentation <http://packages.python.org/Flask-Security/>`_
* `Issue Tracker <https://github.com/mattupstate/flask-security/issues>`_
* `Source <https://github.com/mattupstate/flask-security>`_
* `Development Version
<https://github.com/mattupstate/flask-security/raw/develop#egg=Flask-Security-dev>`_
"""