From e6ecefb5948a6d634245394d4c1d07aab72cf5d1 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 25 Apr 2019 15:08:04 +0200 Subject: [PATCH] Update http:// links to https:// where appropriate --- CONTRIBUTING.rst | 14 +++++++------- README.rst | 8 ++++---- THANKS | 5 +++-- docs/conf.py | 2 +- docs/content.rst | 6 +++--- docs/index.rst | 8 ++++---- docs/settings.rst | 12 ++++++------ docs/themes.rst | 4 ++-- 8 files changed, 30 insertions(+), 29 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 37fc7ffb..49660ea1 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -58,7 +58,7 @@ publicly-accessible location: * Upload detailed and **complete** output logs and backtraces (remember to add the ``--debug`` flag: ``pelican --debug content [...]``) -.. _documentation: http://docs.getpelican.com/ +.. _documentation: https://docs.getpelican.com/ .. _`paste service`: https://dpaste.de/ Once the above preparation is ready, you can contact people willing to help via @@ -124,7 +124,7 @@ Contribution quality standards * Adhere to `PEP8 coding standards`_. This can be eased via the `pycodestyle `_ or `flake8 - `_ tools, the latter of which in + `_ tools, the latter of which in particular will give you some useful hints about ways in which the code/formatting can be improved. If you are relying on your editor for PEP8 compliance, note that the line length specified by PEP8 is 79 (excluding the @@ -139,12 +139,12 @@ Contribution quality standards Check out our `Git Tips`_ page or `ask for help`_ if you need assistance or have any questions about these guidelines. -.. _`plugin`: http://docs.getpelican.com/en/latest/plugins.html -.. _`#pelican IRC channel`: http://webchat.freenode.net/?channels=pelican&uio=d4 +.. _`plugin`: https://docs.getpelican.com/en/latest/plugins.html +.. _`#pelican IRC channel`: https://webchat.freenode.net/?channels=pelican&uio=d4 .. _`Create a new git branch`: https://github.com/getpelican/pelican/wiki/Git-Tips#making-your-changes .. _`Squash your commits`: https://github.com/getpelican/pelican/wiki/Git-Tips#squashing-commits -.. _`Run all the tests`: http://docs.getpelican.com/en/latest/contribute.html#running-the-test-suite +.. _`Run all the tests`: https://docs.getpelican.com/en/latest/contribute.html#running-the-test-suite .. _`Git Tips`: https://github.com/getpelican/pelican/wiki/Git-Tips -.. _`PEP8 coding standards`: http://www.python.org/dev/peps/pep-0008/ +.. _`PEP8 coding standards`: https://www.python.org/dev/peps/pep-0008/ .. _`ask for help`: `How to get help`_ -.. _`compatibility cheatsheet`: http://docs.getpelican.com/en/latest/contribute.html#python-3-development-tips +.. _`compatibility cheatsheet`: https://docs.getpelican.com/en/latest/contribute.html#python-3-development-tips diff --git a/README.rst b/README.rst index 05063251..176dfce4 100644 --- a/README.rst +++ b/README.rst @@ -47,13 +47,13 @@ Why the name "Pelican"? .. Links -.. _Python: http://www.python.org/ +.. _Python: https://www.python.org/ .. _reStructuredText: http://docutils.sourceforge.net/rst.html -.. _Markdown: http://daringfireball.net/projects/markdown/ +.. _Markdown: https://daringfireball.net/projects/markdown/ .. _Jinja2: http://jinja.pocoo.org/ .. _Pygments: http://pygments.org/ -.. _`Pelican's documentation`: http://docs.getpelican.com/ -.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html +.. _`Pelican's documentation`: https://docs.getpelican.com/ +.. _`Pelican's internals`: https://docs.getpelican.com/en/latest/internals.html .. _`hosted on GitHub`: https://github.com/getpelican/pelican .. |build-status| image:: https://img.shields.io/travis/getpelican/pelican/master.svg diff --git a/THANKS b/THANKS index 348c0b59..121a8aca 100644 --- a/THANKS +++ b/THANKS @@ -1,11 +1,12 @@ Pelican is a project originally created by Alexis Métaireau -, but there are a large number of people that have + and subsequently maintained by Justin Mayer +, but there are a large number of people that have contributed or implemented key features over time. We do our best to keep this list up-to-date, but you can also have a look at the nice contributor graphs produced by GitHub: https://github.com/getpelican/pelican/graphs/contributors If you want to contribute, check the documentation section about how to do so: - + Aaron Kavlie Abhishek L diff --git a/docs/conf.py b/docs/conf.py index 5b5255e3..7645a86d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ rst_prolog = ''' pygments_style = 'sphinx' extlinks = { - 'pelican-doc': ('http://docs.getpelican.com/%s/', '') + 'pelican-doc': ('https://docs.getpelican.com/%s/', '') } # -- Options for HTML output -------------------------------------------------- diff --git a/docs/content.rst b/docs/content.rst index 78fc7993..a6d1c4c6 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -560,9 +560,9 @@ the ``DEFAULT_METADATA``:: To publish a post when the default status is ``draft``, update the post's metadata to include ``Status: published``. -.. _W3C ISO 8601: http://www.w3.org/TR/NOTE-datetime +.. _W3C ISO 8601: https://www.w3.org/TR/NOTE-datetime .. _AsciiDoc: http://www.methods.co.nz/asciidoc/ -.. _pelican-plugins: http://github.com/getpelican/pelican-plugins +.. _pelican-plugins: https://github.com/getpelican/pelican-plugins .. _Markdown Extensions: https://python-markdown.github.io/extensions/ .. _CodeHilite extension: https://python-markdown.github.io/extensions/code_hilite/#syntax -.. _i18n_subsites plugin: http://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites +.. _i18n_subsites plugin: https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites diff --git a/docs/index.rst b/docs/index.rst index a0084ffb..678732d8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -76,10 +76,10 @@ Documentation .. Links -.. _Python: http://www.python.org/ +.. _Python: https://www.python.org/ .. _reStructuredText: http://docutils.sourceforge.net/rst.html -.. _Markdown: http://daringfireball.net/projects/markdown/ +.. _Markdown: https://daringfireball.net/projects/markdown/ .. _Jinja2: http://jinja.pocoo.org/ -.. _`Pelican documentation`: http://docs.getpelican.com/latest/ -.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html +.. _`Pelican documentation`: https://docs.getpelican.com/latest/ +.. _`Pelican's internals`: https://docs.getpelican.com/en/latest/internals.html .. _`Pelican plugins`: https://github.com/getpelican/pelican-plugins diff --git a/docs/settings.rst b/docs/settings.rst index 153ec754..7e297c16 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -369,7 +369,7 @@ and pages anywhere you want. the `Python datetime documentation`_ for more information. .. _Python datetime documentation: - http://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior + https://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior Also, you can use other file metadata attributes as well: @@ -620,7 +620,7 @@ Time and Date Have a look at `the wikipedia page`_ to get a list of valid timezone values. -.. _the wikipedia page: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones +.. _the wikipedia page: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones .. data:: DEFAULT_DATE = None @@ -696,11 +696,11 @@ Time and Date .. [#] Default is the system locale. -.. _Python strftime documentation: http://docs.python.org/library/datetime.html#strftime-strptime-behavior +.. _Python strftime documentation: https://docs.python.org/library/datetime.html#strftime-strptime-behavior .. _locales on Windows: http://msdn.microsoft.com/en-us/library/cdax410z%28VS.71%29.aspx -.. _locale(1): http://linux.die.net/man/1/locale +.. _locale(1): https://linux.die.net/man/1/locale .. _template_pages: @@ -811,7 +811,7 @@ file: } .. _group name notation: - http://docs.python.org/3/library/re.html#regular-expression-syntax + https://docs.python.org/3/library/re.html#regular-expression-syntax Feed settings @@ -828,7 +828,7 @@ the ``TAG_FEED_ATOM`` and ``TAG_FEED_RSS`` settings: The domain prepended to feed URLs. Since feed URLs should always be absolute, it is highly recommended to define this (e.g., - "http://feeds.example.com"). If you have already explicitly defined SITEURL + "https://feeds.example.com"). If you have already explicitly defined SITEURL (see above) and want to use the same domain for your feeds, you can just set: ``FEED_DOMAIN = SITEURL``. diff --git a/docs/themes.rst b/docs/themes.rst index e0854646..354e0c36 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -120,8 +120,8 @@ your date according to the locale given in your settings:: {{ article.date|strftime('%d %B %Y') }} -.. _datetime: http://docs.python.org/2/library/datetime.html#datetime-objects -.. _strftime: http://docs.python.org/2/library/datetime.html#strftime-strptime-behavior +.. _datetime: https://docs.python.org/2/library/datetime.html#datetime-objects +.. _strftime: https://docs.python.org/2/library/datetime.html#strftime-strptime-behavior index.html