forked from orbit-oss/flask
Change to Pallets project
* Update CHANGES * Update CONTRIBUTING.rst * Update setup.py * Update tox.ini * Update extensions.rst * Update security.rst * Update installation.rst * Update testing.rst * Update upgrading.rst * Update sidebarintro.html * Update jquery.rst * Update dbcon.rst * Update index.rst
This commit is contained in:
parent
bd667109c6
commit
567fff9d0d
13 changed files with 18 additions and 18 deletions
4
docs/_templates/sidebarintro.html
vendored
4
docs/_templates/sidebarintro.html
vendored
|
|
@ -17,6 +17,6 @@
|
|||
<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>
|
||||
<li><a href="http://github.com/mitsuhiko/flask/issues">Issue Tracker</a></li>
|
||||
<li><a href="http://github.com/pallets/flask">Flask @ GitHub</a></li>
|
||||
<li><a href="http://github.com/pallets/flask/issues">Issue Tracker</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@ exist and you can start importing from there.
|
|||
|
||||
|
||||
.. _Flask Extension Registry: http://flask.pocoo.org/extensions/
|
||||
.. _flaskext_compat.py: https://raw.githubusercontent.com/mitsuhiko/flask/master/scripts/flaskext_compat.py
|
||||
.. _flaskext_compat.py: https://raw.githubusercontent.com/pallets/flask/master/scripts/flaskext_compat.py
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ it to operate on a git checkout. Either way, virtualenv is recommended.
|
|||
|
||||
Get the git checkout in a new virtualenv and run in development mode::
|
||||
|
||||
$ git clone http://github.com/mitsuhiko/flask.git
|
||||
$ git clone http://github.com/pallets/flask.git
|
||||
Initialized empty Git repository in ~/dev/flask/.git/
|
||||
$ cd flask
|
||||
$ virtualenv venv
|
||||
|
|
|
|||
|
|
@ -164,5 +164,5 @@ explanation of the little bit of code above:
|
|||
|
||||
If you don't get the whole picture, download the `sourcecode
|
||||
for this example
|
||||
<https://github.com/mitsuhiko/flask/tree/master/examples/jqueryexample>`_
|
||||
<https://github.com/pallets/flask/tree/master/examples/jqueryexample>`_
|
||||
from GitHub.
|
||||
|
|
|
|||
|
|
@ -101,6 +101,6 @@ arrays to JSON. This was because of a security vulnerability in ECMAScript 4.
|
|||
ECMAScript 5 closed this vulnerability, so only extremely old browsers are
|
||||
still vulnerable. All of these browsers have `other more serious
|
||||
vulnerabilities
|
||||
<https://github.com/mitsuhiko/flask/issues/248#issuecomment-59934857>`_, so
|
||||
<https://github.com/pallets/flask/issues/248#issuecomment-59934857>`_, so
|
||||
this behavior was changed and :func:`~flask.jsonify` now supports serializing
|
||||
arrays.
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ the :ref:`tutorial`. If you don't have that application yet, get the
|
|||
sources from `the examples`_.
|
||||
|
||||
.. _the examples:
|
||||
https://github.com/mitsuhiko/flask/tree/master/examples/flaskr/
|
||||
https://github.com/pallets/flask/tree/master/examples/flaskr/
|
||||
|
||||
The Testing Skeleton
|
||||
--------------------
|
||||
|
|
@ -194,7 +194,7 @@ suite.
|
|||
|
||||
|
||||
.. _MiniTwit Example:
|
||||
https://github.com/mitsuhiko/flask/tree/master/examples/minitwit/
|
||||
https://github.com/pallets/flask/tree/master/examples/minitwit/
|
||||
|
||||
|
||||
Other Testing Tricks
|
||||
|
|
|
|||
|
|
@ -75,4 +75,4 @@ Continue to :ref:`tutorial-dbinit`.
|
|||
larger <larger-applications>`, it's a good idea not to.
|
||||
|
||||
.. _example source:
|
||||
https://github.com/mitsuhiko/flask/tree/master/examples/flaskr/
|
||||
https://github.com/pallets/flask/tree/master/examples/flaskr/
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ If you want the full source code in advance or for comparison, check out
|
|||
the `example source`_.
|
||||
|
||||
.. _example source:
|
||||
https://github.com/mitsuhiko/flask/tree/master/examples/flaskr/
|
||||
https://github.com/pallets/flask/tree/master/examples/flaskr/
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ good.
|
|||
To apply the upgrade script do the following:
|
||||
|
||||
1. Download the script: `flask-07-upgrade.py
|
||||
<https://raw.githubusercontent.com/mitsuhiko/flask/master/scripts/flask-07-upgrade.py>`_
|
||||
<https://raw.githubusercontent.com/pallets/flask/master/scripts/flask-07-upgrade.py>`_
|
||||
2. Run it in the directory of your application::
|
||||
|
||||
python flask-07-upgrade.py > patchfile.diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue