diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-25 23:48:47 -0700 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2018-09-26 08:48:47 +0200 |
| commit | 82f286cf6f198d37850d3c5df637b5665566a66b (patch) | |
| tree | bf8d7b8d45ee9bcf033ecbd35d73f98f3f58d87e /docs | |
| parent | d1d5c97bc2821bf8c0f4b2d9c7ab16200845b494 (diff) | |
Refs #29784 -- Switched to https:// links where available.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/wsgi/gunicorn.txt | 6 | ||||
| -rw-r--r-- | docs/internals/contributing/writing-code/coding-style.txt | 2 | ||||
| -rw-r--r-- | docs/internals/contributing/writing-code/javascript.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/forms-api.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/gdal.txt | 14 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/spatialite.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/model-api.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/sitemaps.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 16 | ||||
| -rw-r--r-- | docs/ref/settings.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.10.3.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.10.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.11.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.3.6.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.4.4.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.4.txt | 4 | ||||
| -rw-r--r-- | docs/releases/1.8.16.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.9.11.txt | 2 |
20 files changed, 36 insertions, 36 deletions
diff --git a/docs/howto/deployment/wsgi/gunicorn.txt b/docs/howto/deployment/wsgi/gunicorn.txt index 4cde1257da..11451d59a4 100644 --- a/docs/howto/deployment/wsgi/gunicorn.txt +++ b/docs/howto/deployment/wsgi/gunicorn.txt @@ -7,7 +7,7 @@ How to use Django with Gunicorn Gunicorn_ ('Green Unicorn') is a pure-Python WSGI server for UNIX. It has no dependencies and is easy to install and use. -.. _Gunicorn: http://gunicorn.org/ +.. _Gunicorn: https://gunicorn.org/ Installing Gunicorn =================== @@ -15,7 +15,7 @@ Installing Gunicorn Installing gunicorn is as easy as ``pip install gunicorn``. For more details, see the `gunicorn documentation`_. -.. _gunicorn documentation: http://docs.gunicorn.org/en/latest/install.html +.. _gunicorn documentation: https://docs.gunicorn.org/en/latest/install.html Running Django in Gunicorn as a generic WSGI application ======================================================== @@ -34,4 +34,4 @@ that is to run this command from the same directory as your ``manage.py`` file. See Gunicorn's `deployment documentation`_ for additional tips. -.. _deployment documentation: http://docs.gunicorn.org/en/latest/deploy.html +.. _deployment documentation: https://docs.gunicorn.org/en/latest/deploy.html diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index 7c7d73eaec..bd420ab3ff 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -335,5 +335,5 @@ JavaScript style For details about the JavaScript code style used by Django, see :doc:`javascript`. -.. _editorconfig: http://editorconfig.org/ +.. _editorconfig: https://editorconfig.org/ .. _flake8: https://pypi.org/project/flake8/ diff --git a/docs/internals/contributing/writing-code/javascript.txt b/docs/internals/contributing/writing-code/javascript.txt index c5ed842637..0140d3791c 100644 --- a/docs/internals/contributing/writing-code/javascript.txt +++ b/docs/internals/contributing/writing-code/javascript.txt @@ -145,7 +145,7 @@ Then run the tests with: $ npm test .. _Closure Compiler: https://developers.google.com/closure/compiler/ -.. _EditorConfig: http://editorconfig.org/ +.. _EditorConfig: https://editorconfig.org/ .. _Java: https://www.java.com .. _jshint: http://jshint.com/ .. _node.js: https://nodejs.org/ diff --git a/docs/ref/contrib/gis/forms-api.txt b/docs/ref/contrib/gis/forms-api.txt index 8891e0211e..5fbbdb2f9d 100644 --- a/docs/ref/contrib/gis/forms-api.txt +++ b/docs/ref/contrib/gis/forms-api.txt @@ -158,7 +158,7 @@ Widget classes ``OpenLayers.js`` file `tailored to your needs`_ in the ``js`` property of the inner ``Media`` class (see :ref:`assets-as-a-static-definition`). - .. _tailored to your needs: http://openlayers.org/en/latest/doc/tutorials/custom-builds.html + .. _tailored to your needs: https://openlayers.org/en/latest/doc/tutorials/custom-builds.html ``OSMWidget`` diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt index e6b5ab43c9..c1860a204d 100644 --- a/docs/ref/contrib/gis/gdal.txt +++ b/docs/ref/contrib/gis/gdal.txt @@ -21,8 +21,8 @@ to raster (image) data. Although the module is named ``gdal``, GeoDjango only supports some of the capabilities of OGR and GDAL's raster features at this time. -__ http://www.gdal.org/ -__ http://www.gdal.org/ogr_arch.html +__ https://www.gdal.org/ +__ https://www.gdal.org/ogr_arch.html Overview ======== @@ -92,7 +92,7 @@ each feature in that layer. Returns the name of the data source. -__ http://www.gdal.org/ogr_formats.html +__ https://www.gdal.org/ogr_formats.html ``Layer`` --------- @@ -446,7 +446,7 @@ coordinate transformation:: :class:`Feature.geom` attribute, when reading vector data from :class:`Layer` (which is in turn a part of a :class:`DataSource`). - __ http://www.gdal.org/classOGRGeometry.html + __ https://www.gdal.org/classOGRGeometry.html .. classmethod:: from_gml(gml_string) @@ -1176,7 +1176,7 @@ blue. needed. For instance, use ``GTiff`` for a ``GeoTiff`` file. For a list of file types, see also the `GDAL Raster Formats`__ list. - __ http://www.gdal.org/formats_list.html + __ https://www.gdal.org/formats_list.html An in-memory raster is created through the following example: @@ -1403,7 +1403,7 @@ blue. Returns a string with a summary of the raster. This is equivalent to the `gdalinfo`__ command line utility. - __ http://www.gdal.org/gdalinfo.html + __ https://www.gdal.org/gdalinfo.html .. attribute:: metadata @@ -1732,7 +1732,7 @@ Key Default Usage ... } ... }) -__ http://www.gdal.org/frmt_gtiff.html +__ https://www.gdal.org/frmt_gtiff.html The ``band_input`` dictionary ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 92a6ad86bb..c19a5ab05c 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -19,7 +19,7 @@ maintained by `Refractions Research`__ of Victoria, Canada. __ https://trac.osgeo.org/geos/ __ https://sourceforge.net/projects/jts-topo-suite/ -__ http://www.opengeospatial.org/standards/sfs +__ https://www.opengeospatial.org/standards/sfs __ http://www.refractions.net/ Features diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 926ad96c20..44c4e041e5 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -244,4 +244,4 @@ the GDAL library. For example:: It is easier to install the shifting files now, then to have debug a problem caused by their absence later. .. [#] Specifically, GeoDjango provides support for the `OGR - <http://gdal.org/ogr_arch.html>`_ library, a component of GDAL. + <https://gdal.org/ogr_arch.html>`_ library, a component of GDAL. diff --git a/docs/ref/contrib/gis/install/spatialite.txt b/docs/ref/contrib/gis/install/spatialite.txt index 2d5a0e5f6b..6e85a86547 100644 --- a/docs/ref/contrib/gis/install/spatialite.txt +++ b/docs/ref/contrib/gis/install/spatialite.txt @@ -80,7 +80,7 @@ Get the latest SpatiaLite library source bundle from the $ ./configure --target=macosx -__ http://www.gaia-gis.it/gaia-sins/libspatialite-sources/ +__ https://www.gaia-gis.it/gaia-sins/libspatialite-sources/ .. _spatialite_macos: diff --git a/docs/ref/contrib/gis/model-api.txt b/docs/ref/contrib/gis/model-api.txt index ac14af6272..7ea6e9a080 100644 --- a/docs/ref/contrib/gis/model-api.txt +++ b/docs/ref/contrib/gis/model-api.txt @@ -263,7 +263,7 @@ determining `when to use geography data type over geometry data type <https://postgis.net/docs/using_postgis_dbmanagement.html#PostGIS_GeographyVSGeometry>`_. .. rubric:: Footnotes -.. [#fnogc] OpenGIS Consortium, Inc., `Simple Feature Specification For SQL <http://www.opengeospatial.org/standards/sfs>`_. +.. [#fnogc] OpenGIS Consortium, Inc., `Simple Feature Specification For SQL <https://www.opengeospatial.org/standards/sfs>`_. .. [#fnogcsrid] *See id.* at Ch. 2.3.8, p. 39 (Geometry Values and Spatial Reference Systems). .. [#fnsrid] Typically, SRID integer corresponds to an EPSG (`European Petroleum Survey Group <http://www.epsg.org>`_) identifier. However, it may also be associated with custom projections defined in spatial database's spatial reference systems table. .. [#fnthematic] Terry A. Slocum, Robert B. McMaster, Fritz C. Kessler, & Hugh H. Howard, *Thematic Cartography and Geographic Visualization* (Prentice Hall, 2nd edition), at Ch. 7.1.3. diff --git a/docs/ref/contrib/gis/sitemaps.txt b/docs/ref/contrib/gis/sitemaps.txt index 59fa8e9c2b..7d6db492b5 100644 --- a/docs/ref/contrib/gis/sitemaps.txt +++ b/docs/ref/contrib/gis/sitemaps.txt @@ -19,4 +19,4 @@ Reference -------------- .. rubric:: Footnotes -.. [#] http://www.opengeospatial.org/standards/kml +.. [#] https://www.opengeospatial.org/standards/kml diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 4c47b0297c..dc159501ef 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -36,8 +36,8 @@ basic apps`_ project. [#]_ Proceed through the tutorial sections sequentially for step-by-step instructions. -.. _OGC: http://www.opengeospatial.org/ -.. _world borders: http://thematicmapping.org/downloads/world_borders.php +.. _OGC: https://www.opengeospatial.org/ +.. _world borders: https://thematicmapping.org/downloads/world_borders.php .. _GeoDjango basic apps: https://code.google.com/p/geodjango-basic-apps/ Setting Up @@ -115,7 +115,7 @@ unzip. On GNU/Linux platforms, use the following commands: $ mkdir world/data $ cd world/data - $ wget http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip + $ wget https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip $ unzip TM_WORLD_BORDERS-0.3.zip $ cd ../.. @@ -131,7 +131,7 @@ extensions: * ``.prj``: Contains the spatial reference information for the geographic data stored in the shapefile. -__ http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip +__ https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip __ https://en.wikipedia.org/wiki/Shapefile Use ``ogrinfo`` to examine spatial data @@ -302,7 +302,7 @@ besides the tools included within GeoDjango, you may also use the following: * `shp2pgsql`_: This utility included with PostGIS imports ESRI shapefiles into PostGIS. -.. _ogr2ogr: http://www.gdal.org/ogr2ogr.html +.. _ogr2ogr: https://www.gdal.org/ogr2ogr.html .. _shp2pgsql: https://postgis.net/docs/using_postgis_dbmanagement.html#shp2pgsql_usage .. _gdalinterface: @@ -745,7 +745,7 @@ position. .. _OpenLayers: https://openlayers.org/ .. _Open Street Map: https://www.openstreetmap.org/ .. _Vector Map Level 0: http://earth-info.nga.mil/publications/vmap0.html -.. _OSGeo: http://www.osgeo.org +.. _OSGeo: https://www.osgeo.org/ .. _osmgeoadmin-intro: @@ -769,11 +769,11 @@ option class in your ``admin.py`` file:: .. rubric:: Footnotes .. [#] Special thanks to Bjørn Sandvik of `thematicmapping.org - <http://thematicmapping.org>`_ for providing and maintaining this + <https://thematicmapping.org/>`_ for providing and maintaining this dataset. .. [#] GeoDjango basic apps was written by Dane Springmeyer, Josh Livni, and Christopher Schmidt. .. [#] This point is the `University of Houston Law Center <https://www.law.uh.edu/>`_. .. [#] Open Geospatial Consortium, Inc., `OpenGIS Simple Feature Specification - For SQL <http://www.opengeospatial.org/standards/sfs>`_. + For SQL <https://www.opengeospatial.org/standards/sfs>`_. diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index c4a96f36a6..7bcbe4cf0f 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -3085,7 +3085,7 @@ session if the session cookie is sent unencrypted, there's really no good excuse to leave this off. It will prevent you from using sessions on insecure requests and that's a good thing. -.. _Firesheep: http://codebutler.com/firesheep +.. _Firesheep: https://codebutler.com/firesheep/ .. setting:: SESSION_ENGINE diff --git a/docs/releases/1.10.3.txt b/docs/releases/1.10.3.txt index 4f0b19f651..6cdecb74f9 100644 --- a/docs/releases/1.10.3.txt +++ b/docs/releases/1.10.3.txt @@ -26,7 +26,7 @@ DNS rebinding vulnerability when ``DEBUG=True`` Older versions of Django don't validate the ``Host`` header against ``settings.ALLOWED_HOSTS`` when ``settings.DEBUG=True``. This makes them vulnerable to a `DNS rebinding attack -<http://benmmurphy.github.io/blog/2016/07/11/rails-webconsole-dns-rebinding/>`_. +<https://benmmurphy.github.io/blog/2016/07/11/rails-webconsole-dns-rebinding/>`_. While Django doesn't ship a module that allows remote code execution, this is at least a cross-site scripting vector, which could be quite serious if diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 71455da279..ccf791c856 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -656,7 +656,7 @@ The apps registry is no longer auto-populated when unpickling models. This was added in Django 1.7.2 as an attempt to allow unpickling models outside of Django, such as in an RQ worker, without calling ``django.setup()``, but it creates the possibility of a deadlock. To adapt your code in the case of RQ, -you can `provide your own worker script <http://python-rq.org/docs/workers/>`_ +you can `provide your own worker script <https://python-rq.org/docs/workers/>`_ that calls ``django.setup()``. Removed null assignment check for non-null foreign key fields diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 26d91b288d..673ed0d74e 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -180,7 +180,7 @@ Minor features * The OpenLayers-based form widgets now use ``OpenLayers.js`` from ``https://cdnjs.cloudflare.com`` which is more suitable for production use - than the old ``http://openlayers.org`` source. They are also updated to use + than the old ``https://openlayers.org/`` source. They are also updated to use OpenLayers 3. * PostGIS migrations can now change field dimensions. diff --git a/docs/releases/1.3.6.txt b/docs/releases/1.3.6.txt index ab2e86c661..a808c18b60 100644 --- a/docs/releases/1.3.6.txt +++ b/docs/releases/1.3.6.txt @@ -53,7 +53,7 @@ not cause any issues with the typical round-trip from ``dumpdata`` to ``loaddata``, but if you feed your own XML documents to the ``loaddata`` management command, you will need to ensure they do not contain a DTD. -.. _from the Python security team: http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html +.. _from the Python security team: https://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html Formset memory exhaustion diff --git a/docs/releases/1.4.4.txt b/docs/releases/1.4.4.txt index 57efe5de8a..26b4c56e55 100644 --- a/docs/releases/1.4.4.txt +++ b/docs/releases/1.4.4.txt @@ -54,7 +54,7 @@ not cause any issues with the typical round-trip from ``dumpdata`` to ``loaddata``, but if you feed your own XML documents to the ``loaddata`` management command, you will need to ensure they do not contain a DTD. -.. _from the Python security team: http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html +.. _from the Python security team: https://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html Formset memory exhaustion diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index 95f1df2e63..67be54b856 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -273,7 +273,7 @@ details, see :ref:`auth_password_storage`. .. _sha1: https://en.wikipedia.org/wiki/SHA1 .. _pbkdf2: https://en.wikipedia.org/wiki/PBKDF2 -.. _nist: http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf +.. _nist: https://csrc.nist.gov/publications/detail/sp/800-132/final .. _bcrypt: https://en.wikipedia.org/wiki/Bcrypt HTML5 doctype @@ -730,7 +730,7 @@ Obviously, this new policy **has no impact** on sites you develop using Django. It only applies to the Django admin. Feel free to develop apps compatible with any range of browsers. -.. _YUI's A-grade: http://yuilibrary.com/yui/docs/tutorials/gbs/ +.. _YUI's A-grade: https://github.com/yui/yui3/wiki/Graded-Browser-Support Removed admin icons ------------------- diff --git a/docs/releases/1.8.16.txt b/docs/releases/1.8.16.txt index 9cd82d8d7a..fedf958c2f 100644 --- a/docs/releases/1.8.16.txt +++ b/docs/releases/1.8.16.txt @@ -26,7 +26,7 @@ DNS rebinding vulnerability when ``DEBUG=True`` Older versions of Django don't validate the ``Host`` header against ``settings.ALLOWED_HOSTS`` when ``settings.DEBUG=True``. This makes them vulnerable to a `DNS rebinding attack -<http://benmmurphy.github.io/blog/2016/07/11/rails-webconsole-dns-rebinding/>`_. +<https://benmmurphy.github.io/blog/2016/07/11/rails-webconsole-dns-rebinding/>`_. While Django doesn't ship a module that allows remote code execution, this is at least a cross-site scripting vector, which could be quite serious if diff --git a/docs/releases/1.9.11.txt b/docs/releases/1.9.11.txt index 4a7b3ba086..030d5fa33d 100644 --- a/docs/releases/1.9.11.txt +++ b/docs/releases/1.9.11.txt @@ -26,7 +26,7 @@ DNS rebinding vulnerability when ``DEBUG=True`` Older versions of Django don't validate the ``Host`` header against ``settings.ALLOWED_HOSTS`` when ``settings.DEBUG=True``. This makes them vulnerable to a `DNS rebinding attack -<http://benmmurphy.github.io/blog/2016/07/11/rails-webconsole-dns-rebinding/>`_. +<https://benmmurphy.github.io/blog/2016/07/11/rails-webconsole-dns-rebinding/>`_. While Django doesn't ship a module that allows remote code execution, this is at least a cross-site scripting vector, which could be quite serious if |
