| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + :orphan: | ||
| 1 | 2 | ||
| 2 | 3 | ################# | |
| 3 | 4 | 404 — Not Found | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -279,5 +279,5 @@ | |||
| 279 | 279 | todo_include_todos = True | |
| 280 | 280 | ||
| 281 | 281 | intersphinx_mapping = { | |
| 282 | - 'python': ('http://docs.python.org/', None), | ||
| 282 | + 'python': ('https://docs.python.org/3', None), | ||
| 283 | 283 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,7 +48,7 @@ GPGME bindings | |||
| 48 | 48 | ||
| 49 | 49 | The `GPGME Python bindings <https://dev.gnupg.org/source/gpgme/browse/master/lang/python/>`_ provide pythonic access to `GPG Made Easy <https://dev.gnupg.org/source/gpgme/browse/master/>`_, a C API for the entire GNU Privacy Guard suite of projects, including GPG, libgcrypt and gpgsm (the S/MIME engine). It supports Python 2.6, 2.7, 3.4 and above. Depends on the SWIG C interface for Python as well as the GnuPG software and libraries. | |
| 50 | 50 | ||
| 51 | - A more comprehensive `GPGME Python Bindings HOWTO <https://dev.gnupg.org/source/gpgme/browse/master/lang/python/docs/GPGMEpythonHOWTOen.org>`_ is available with the source and a HTML version is available `here <http://files.au.adversary.org/crypto/GPGMEpythonHOWTOen.html>`_. Python 3 sample scripts from the examples in the HOWTO are also provided with the source and are accessible `here <https://dev.gnupg.org/source/gpgme/browse/master/lang/python/examples/howto/>`_. | ||
| 51 | + A more comprehensive `GPGME Python Bindings HOWTO <https://dev.gnupg.org/source/gpgme/browse/master/lang/python/docs/GPGMEpythonHOWTOen.org>`_ is available with the source, and a HTML version is available `on http://files.au.adversary.org <http://files.au.adversary.org/crypto/GPGMEpythonHOWTOen.html>`_. Python 3 sample scripts from the examples in the HOWTO are also provided with the source and are accessible `on gnupg.org <https://dev.gnupg.org/source/gpgme/browse/master/lang/python/examples/howto/>`_. | ||
| 52 | 52 | ||
| 53 | 53 | Available under the same terms as the rest of the GnuPG Project: GPLv2 and LGPLv2.1, both with the "or any later version" clause. | |
| 54 | 54 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -136,7 +136,7 @@ applications today. | |||
| 136 | 136 | Masonite | |
| 137 | 137 | -------- | |
| 138 | 138 | ||
| 139 | - `Masonite <https://docs.masoniteproject.com>`_ is a modern and developer centric, "batteries included", web framework. | ||
| 139 | + `Masonite <https://docs.masoniteproject.com>`_ is a modern and developer centric, "batteries included", web framework. | ||
| 140 | 140 | ||
| 141 | 141 | The Masonite framework follows the MVC (Model-View-Controller) architecture pattern and is heavily inspired by frameworks such as Rails and Laravel, so if you are coming to Python from a Ruby or PHP background then you will feel right at home! | |
| 142 | 142 | ||
@@ -170,7 +170,7 @@ WSGI Servers | |||
| 170 | 170 | ************ | |
| 171 | 171 | ||
| 172 | 172 | Stand-alone WSGI servers typically use less resources than traditional web | |
| 173 | - servers and provide top performance [3]_. | ||
| 173 | + servers and provide top performance [1]_. | ||
| 174 | 174 | ||
| 175 | 175 | .. _gunicorn-ref: | |
| 176 | 176 | ||
@@ -531,6 +531,4 @@ Mako is well respected within the Python web community. | |||
| 531 | 531 | ||
| 532 | 532 | .. rubric:: References | |
| 533 | 533 | ||
| 534 | - .. [1] `The mod_python project is now officially dead <http://blog.dscpl.com.au/2010/06/modpython-project-is-now-officially.html>`_ | ||
| 535 | - .. [2] `mod_wsgi vs mod_python <http://modpython.org/pipermail/mod_python/2007-July/024080.html>`_ | ||
| 536 | - .. [3] `Benchmark of Python WSGI Servers <http://nichol.as/benchmark-of-python-web-servers>`_ | ||
| 534 | + .. [1] `Benchmark of Python WSGI Servers <http://nichol.as/benchmark-of-python-web-servers>`_ | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments