The `Jinja2 tip`_ is installable via ``pip`` with ``pip install
https://github.com/pallets/jinja/zipball/master``.
-.. _sandboxed: http://en.wikipedia.org/wiki/Sandbox_(computer_security)
-.. _Django: http://www.djangoproject.com/
+.. _sandboxed: https://en.wikipedia.org/wiki/Sandbox_(computer_security)
+.. _Django: https://www.djangoproject.com/
.. _Jinja2 webpage: http://jinja.pocoo.org/
.. _documentation: http://jinja.pocoo.org/docs/
.. _Jinja2 tip: http://jinja.pocoo.org/docs/intro/#as-a-python-egg-via-easy-install
<h3>Useful Links</h3>
<ul>
<li><a href="http://jinja.pocoo.org/">The Jinja2 Website</a></li>
- <li><a href="http://pypi.python.org/pypi/Jinja2">Jinja2 @ PyPI</a></li>
- <li><a href="http://github.com/pallets/jinja">Jinja2 @ github</a></li>
+ <li><a href="https://pypi.python.org/pypi/Jinja2">Jinja2 @ PyPI</a></li>
+ <li><a href="https://github.com/pallets/jinja">Jinja2 @ github</a></li>
</ul>
u'f\xf6\xf6'
-.. _Unicode documentation: http://docs.python.org/dev/howto/unicode.html
+.. _Unicode documentation: https://docs.python.org/dev/howto/unicode.html
High Level API
--------------
The usage of the `i18n` extension for template designers is covered as part
:ref:`of the template documentation <i18n-in-templates>`.
-.. _gettext: http://docs.python.org/dev/library/gettext
+.. _gettext: https://docs.python.org/dev/library/gettext
.. _Babel: http://babel.pocoo.org/
.. _newstyle-gettext:
sandbox._WHITE_LIST_C_MODULES += ['_ctypes', 'gestalt']
Credit for this snippet goes to `Thomas Johansson
-<http://stackoverflow.com/questions/3086091/debug-jinja2-in-google-app-engine/3694434#3694434>`_
+<https://stackoverflow.com/questions/3086091/debug-jinja2-in-google-app-engine/3694434#3694434>`_
Why is there no Python 2.3/2.4/2.5/3.1/3.2 support?
---------------------------------------------------
which will install the package via `distribute` in development mode. This also
has the advantage that the C extensions are compiled.
-.. _download page: http://pypi.python.org/pypi/Jinja2
-.. _distribute: http://pypi.python.org/pypi/distribute
+.. _download page: https://pypi.python.org/pypi/Jinja2
+.. _distribute: https://pypi.python.org/pypi/distribute
.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
-.. _pip: http://pypi.python.org/pypi/pip
-.. _git: http://git-scm.org/
+.. _pip: https://pypi.python.org/pypi/pip
+.. _git: https://git-scm.org/
MarkupSafe Dependency
install Jinja2 via `pip` or `easy_install` it will be installed
automatically for you.
-.. _MarkupSafe: http://pypi.python.org/pypi/MarkupSafe
+.. _MarkupSafe: https://pypi.python.org/pypi/MarkupSafe
Basic API Usage
---------------
for yourself.
-.. _Jinja bug tracker: http://github.com/pallets/jinja/issues
+.. _Jinja bug tracker: https://github.com/pallets/jinja/issues
Libraries compatible with this class:
- `werkzeug <http://werkzeug.pocoo.org/>`_.contrib.cache
- - `python-memcached <http://www.tummy.com/Community/software/python-memcached/>`_
+ - `python-memcached <https://www.tummy.com/Community/software/python-memcached/>`_
- `cmemcache <http://gijsbert.org/cmemcache/>`_
(Unfortunately the django cache interface is not compatible because it
"""This class implements a dummy wrapper to fix a bug in the Python
standard library for string formatting.
- See http://bugs.python.org/issue13598 for information about why
+ See https://bugs.python.org/issue13598 for information about why
this is necessary.
"""
For more informations visit the new `Jinja2 webpage`_ and `documentation`_.
-.. _sandboxed: http://en.wikipedia.org/wiki/Sandbox_(computer_security)
-.. _Django: http://www.djangoproject.com/
+.. _sandboxed: https://en.wikipedia.org/wiki/Sandbox_(computer_security)
+.. _Django: https://www.djangoproject.com/
.. _Jinja2 webpage: http://jinja.pocoo.org/
.. _documentation: http://jinja.pocoo.org/2/documentation/
"""