chiark / gitweb /
mcss.mosra.cz is HTTPS now.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 3 Nov 2018 12:03:33 +0000 (13:03 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 4 Nov 2018 11:59:59 +0000 (12:59 +0100)
Other parts of mosra.cz not yet, as I don't want to bother with broken
design due to the outdated theme right now.

22 files changed:
CONTRIBUTING.rst
README.rst
doc/pelican/theme.rst
doc/plugins/links.rst
doxygen/dox2html5.py
doxygen/templates/base.html
doxygen/test/layout_generated_doxyfile/index.html
doxygen/test/layout_minimal/index.html
pelican-plugins/m/test/link/page.html
pelican-plugins/m/test/link/page.rst
pelican-plugins/m/test/metadata/author-an-author.html
pelican-plugins/m/test/metadata/authors/an-author.rst
pelican-plugins/m/test/metadata/categories/a-category.rst
pelican-plugins/m/test/metadata/category-a-category.html
pelican-plugins/m/test/metadata/tag-a-tag.html
pelican-plugins/m/test/metadata/tags/a-tag.rst
pelican-theme/templates/base.html
pelican-theme/test/layout_disable_blog_links/index.html
pelican-theme/test/layout_global_social_meta/archives.html
pelican-theme/test/layout_global_social_meta/index.html
pelican-theme/test/layout_minimal/index.html
site/publishconf.py

index 906c780808ff35a428f8be265bf3589e23b7d002..f03804c5bf9c3381410f5c0229fdeb285e9f786b 100644 (file)
@@ -15,7 +15,7 @@ Code contribution
 =================
 
 -   Setting up and using m.css for your own project is described in the
-    `documentation <http://mcss.mosra.cz/>`_.
+    `documentation <https://mcss.mosra.cz/>`_.
 -   Documentation and the website is essential part of the project and every
     larger Pelican theme, plugin code or CSS contribution should be reflected
     there. Documentation and website content is written in reStructuredText and
@@ -125,12 +125,12 @@ case of Doxygen, comment-out the line that removes the ``html`` directory in
 The project is built on Travis CI on Linux with Python 3.4, 3.5 and 3.6;
 Doxygen theme is tested only on 3.6 and math rendering is disabled as it's
 impossible to get it working on the old Ubuntu 14.04 LTS. Build status is over
-at http://mcss.mosra.cz/build-status/.
+at https://mcss.mosra.cz/build-status/.
 
 Contact
 =======
 
--   Website --- http://mcss.mosra.cz
+-   Website --- https://mcss.mosra.cz
 -   GitHub --- https://github.com/mosra/m.css
 -   Gitter --- https://gitter.im/mosra/m.css
 -   Twitter --- https://twitter.com/czmosra
index d71a3a3b6a2404109ef71978ecab3dc9ce9c9714..b27a6a11323f324c149f5fa68dba4e6995208a04 100644 (file)
@@ -18,7 +18,7 @@ you want to write beautiful content but *can't* because the usual CMS tools
 make your blood boil and so you rather stay silent? Well, I have something for
 you.
 
-Project website: http://mcss.mosra.cz
+Project website: https://mcss.mosra.cz
 
 Pure CSS and HTML
 =================
@@ -27,7 +27,7 @@ Everything you need is a few kilobytes of compressed CSS. This framework has
 exactly 0 bytes of JavaScript because *nobody actually needs it*. Even for
 responsive websites.
 
-`Get the CSS <http://mcss.mosra.cz/css/>`_
+`Get the CSS <https://mcss.mosra.cz/css/>`_
 
 Designed for content
 ====================
@@ -36,7 +36,7 @@ If you just want to write content with beautiful typography, you don't need
 forms, progressbars, popups, dropdowns or other cruft. You want fast iteration
 times.
 
-`Use it with Pelican <http://mcss.mosra.cz/pelican/>`_
+`Use it with Pelican <https://mcss.mosra.cz/pelican/>`_
 
 Authoring made easy
 ===================
@@ -45,11 +45,11 @@ Code snippets, math, linking to docs, presenting photography in a beautiful
 way? Or making a complex page without even needing to touch HTML? Everything is
 possible.
 
-`Get Pelican plugins <http://mcss.mosra.cz/plugins/>`_
+`Get Pelican plugins <https://mcss.mosra.cz/plugins/>`_
 
 -------
 
-*Still not convinced?* Head over to a `detailed explanation <http://mcss.mosra.cz/why/>`_
+*Still not convinced?* Head over to a `detailed explanation <https://mcss.mosra.cz/why/>`_
 of this project goals and design decisions.
 
 CONTRIBUTING
@@ -64,7 +64,7 @@ CONTACT
 Want to learn more about m.css? Found a bug or want to share an awesome idea?
 Feel free to visit the project website or contact the author at:
 
--   Website --- http://mcss.mosra.cz
+-   Website --- https://mcss.mosra.cz
 -   GitHub --- https://github.com/mosra/m.css
 -   Gitter --- https://gitter.im/mosra/m.css
 -   Twitter --- https://twitter.com/czmosra
index 046fa1074ebe2a061c1f3d78c23c9369fe22b693..d1c0d9bc4dbdbfba4912c7ae3723c9c98d272ca4 100644 (file)
@@ -211,7 +211,7 @@ specified, the theme will use the following instead. Set
 .. code:: py
 
     M_FINE_PRINT = SITENAME + """. Powered by `Pelican <https://getpelican.com>`_
-        and `m.css <http://mcss.mosra.cz>`_."""
+        and `m.css <https://mcss.mosra.cz>`_."""
 
 If :py:`M_FINE_PRINT` is set to :py:`None` and none of :py:`M_LINKS_FOOTER1`,
 :py:`M_LINKS_FOOTER2`, :py:`M_LINKS_FOOTER3`, :py:`M_LINKS_FOOTER4` is set, the
index de607ca2268a3770c5bda3dab5779fd18bd2448d..3f124408ffcf38332e72fa193046d654109a4f8e 100644 (file)
@@ -72,12 +72,12 @@ additional CSS classes. At the moment the plugin knows only external URLs.
         .. role:: link-flat-big(link)
             :class: m-flat m-text m-big
 
-        :link-flat-big:`Look here, this is great! <http://mcss.mosra.cz>`
+        :link-flat-big:`Look here, this is great! <https://mcss.mosra.cz>`
 
     .. role:: link-flat-big(link)
         :class: m-flat m-text m-big
 
-    :link-flat-big:`Look here, this is great! <http://mcss.mosra.cz>`
+    :link-flat-big:`Look here, this is great! <https://mcss.mosra.cz>`
 
 `GitHub`_
 =========
index d4987befb199692f7d32796c18369a2093617118..4bc3b16b5e274fb39774fcb8b503a116c1168374 100755 (executable)
@@ -2083,7 +2083,7 @@ def build_search_data(state: State, merge_subtrees=True, add_lookahead_barriers=
     return serialize_search_data(trie, map, symbol_count, merge_subtrees=merge_subtrees, merge_prefixes=merge_prefixes)
 
 def base85encode_search_data(data: bytearray) -> bytearray:
-    return (b"/* Generated by http://mcss.mosra.cz/doxygen/. Do not edit. */\n" +
+    return (b"/* Generated by https://mcss.mosra.cz/doxygen/. Do not edit. */\n" +
             b"Search.load('" + base64.b85encode(data, True) + b"');\n")
 
 def parse_xml(state: State, xml: str):
index 4820545aff5d7d7d927e6700ce6be313fc549c24..3049820be0d0e48a611e7d28cb91ecdaef9dbb69 100644 (file)
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
         {% if M_PAGE_FINE_PRINT == '[default]' %}
-        <p>{{ PROJECT_NAME }}{% if PROJECT_BRIEF %} {{ PROJECT_BRIEF }}{% endif %}. Created by <a href="http://doxygen.org/">Doxygen</a> {{ DOXYGEN_VERSION }} and <a href="http://mcss.mosra.cz/">m.css</a>.</p>
+        <p>{{ PROJECT_NAME }}{% if PROJECT_BRIEF %} {{ PROJECT_BRIEF }}{% endif %}. Created by <a href="https://doxygen.org/">Doxygen</a> {{ DOXYGEN_VERSION }} and <a href="https://mcss.mosra.cz/">m.css</a>.</p>
         {% else %}
         {{ M_PAGE_FINE_PRINT|replace('{doxygen_version}', DOXYGEN_VERSION) }}
         {% endif %}
index 7df6c6ce405ab9954c33a6911ba7d0dc39a69e94..58607ba79a753d94ae9a33f10cae11fcfc417fef 100644 (file)
@@ -83,7 +83,7 @@
   <div class="m-container">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <p>My Project. Created by <a href="http://doxygen.org/">Doxygen</a> 1.8.14 and <a href="http://mcss.mosra.cz/">m.css</a>.</p>
+        <p>My Project. Created by <a href="https://doxygen.org/">Doxygen</a> 1.8.14 and <a href="https://mcss.mosra.cz/">m.css</a>.</p>
       </div>
     </div>
   </div>
index 7df6c6ce405ab9954c33a6911ba7d0dc39a69e94..58607ba79a753d94ae9a33f10cae11fcfc417fef 100644 (file)
@@ -83,7 +83,7 @@
   <div class="m-container">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <p>My Project. Created by <a href="http://doxygen.org/">Doxygen</a> 1.8.14 and <a href="http://mcss.mosra.cz/">m.css</a>.</p>
+        <p>My Project. Created by <a href="https://doxygen.org/">Doxygen</a> 1.8.14 and <a href="https://mcss.mosra.cz/">m.css</a>.</p>
       </div>
     </div>
   </div>
index 4960f004c319775f6508f9295329152d9b7a8490..01980c9802033a07caee40b6c9762c635281ac09 100644 (file)
@@ -24,8 +24,8 @@
         <h1>m.link</h1>
 <!-- content -->
 <ul>
-<li>URL with no title: <a href="http://mcss.mosra.cz">http://mcss.mosra.cz</a></li>
-<li>URL with a title: <a href="http://mcss.mosra.cz">m.css</a></li>
+<li>URL with no title: <a href="https://mcss.mosra.cz">https://mcss.mosra.cz</a></li>
+<li>URL with a title: <a href="https://mcss.mosra.cz">m.css</a></li>
 <li>Link with a class: <a class="m-flat m-text m-strong" href="https://twitter.com/czmosra">https://twitter.com/czmosra</a></li>
 </ul>
 <!-- /content -->
index 5ca6a1252b4a4381914288a1f5c984fb1666d381..c10c4afa51341f132318481d8274e1d411427a78 100644 (file)
@@ -4,6 +4,6 @@ m.link
 .. role:: link-flat(link)
     :class: m-flat m-text m-strong
 
--   URL with no title: :link:`http://mcss.mosra.cz`
--   URL with a title: :link:`m.css <http://mcss.mosra.cz>`
+-   URL with no title: :link:`https://mcss.mosra.cz`
+-   URL with a title: :link:`m.css <https://mcss.mosra.cz>`
 -   Link with a class: :link-flat:`https://twitter.com/czmosra`
index 46ddb13a330291798d8aedcb58f0a2f696e49ace..6e1949eee25e32e1148ab305fde9168f2577248f 100644 (file)
@@ -39,7 +39,7 @@
         <img src="./mosra.jpg" alt="An Author" />
         <h3>Author name, displayed on top of the author page</h3>
         <p>Contents of author details, displayed on top of the author page.
-        <a href="http://mcss.mosra.cz">Link.</a></p>
+        <a href="https://mcss.mosra.cz">Link.</a></p>
       </div>
       <article>
         <header>
index 2d21cc31d4347b7b05a11a4f796eb610f96646c1..60b43bd63163bf15cfd00935232da49cfe287950 100644 (file)
@@ -10,4 +10,4 @@ Author name, displayed on top of the author page
     `Link to the author. <{author}an-author>`_
 
 Contents of author details, displayed on top of the author page.
-`Link. <http://mcss.mosra.cz>`_
+`Link. <https://mcss.mosra.cz>`_
index e178d4af1f2bf41cf27a20acf79daeafafd196e4..d092d7a2e28da0c97e23dc139d48f25b50c1bae1 100644 (file)
@@ -8,4 +8,4 @@ A category name, displayed on top of the category badge/details
     `Link to the category. <{category}a-category>`_
 
 Contents of category details, displayed on top of the category page.
-`Link. <http://mcss.mosra.cz>`_
+`Link. <https://mcss.mosra.cz>`_
index 585ca4969273eb216ed933d675d84f61f8dab43f..d1e6b78a33b0e1de5daa06e4b0118ae5a9acd588 100644 (file)
@@ -37,7 +37,7 @@
         <img src="./category.jpg" alt="A category" />
         <h3>A category name, displayed on top of the category badge/details</h3>
         <p>Contents of category details, displayed on top of the category page.
-        <a href="http://mcss.mosra.cz">Link.</a></p>
+        <a href="https://mcss.mosra.cz">Link.</a></p>
       </div>
       <article>
         <header>
index 33192f02fafe59d859d200079014c4e16b60a564..e8915e3b513b6a1b12b377152351620f3a8a4ffb 100644 (file)
@@ -34,7 +34,7 @@
       <div class="m-block m-info">
         <h3>Tag name, displayed on top of the tag page</h3>
         <p>Contents of tag details, displayed on top of the tag page.
-        <a href="http://mcss.mosra.cz">Link.</a></p>
+        <a href="https://mcss.mosra.cz">Link.</a></p>
       </div>
       <article>
         <header>
index 2642ea3668ebf8876b33471d8081b0df07cc26ad..ff451909092cb363ad98b8ff4f7b00807a8af7ee 100644 (file)
@@ -5,4 +5,4 @@ Tag name, displayed on top of the tag page
 :summary: Tag summary, used for the social <meta> tags.
 
 Contents of tag details, displayed on top of the tag page.
-`Link. <http://mcss.mosra.cz>`_
+`Link. <https://mcss.mosra.cz>`_
index de99b0de71d5d60270b32126069808cf2cc2b1de..89ca00ebfd7ebe2ce5b7a4b1e31284fa0e9358b4 100644 (file)
     {% if not M_FINE_PRINT is defined or M_FINE_PRINT %}
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        {{ (M_FINE_PRINT or SITENAME + ". Powered by `Pelican <https://getpelican.com>`_ and `m.css <http://mcss.mosra.cz>`_.")|render_rst|indent(8) }}
+        {{ (M_FINE_PRINT or SITENAME + ". Powered by `Pelican <https://getpelican.com>`_ and `m.css <https://mcss.mosra.cz>`_.")|render_rst|indent(8) }}
       </div>
     </div>
     {% endif %}
index a0c3c646a490ef355ba8b8663ec725d052fd7444..0a1074062dcb0dff9769ca7290149c07f231b8a1 100644 (file)
@@ -51,7 +51,7 @@
     </div>
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <p>A Pelican Blog. Powered by <a href="https://getpelican.com">Pelican</a> and <a href="http://mcss.mosra.cz">m.css</a>.</p>
+        <p>A Pelican Blog. Powered by <a href="https://getpelican.com">Pelican</a> and <a href="https://mcss.mosra.cz">m.css</a>.</p>
       </div>
     </div>
   </div>
index c2ed7db7f22a21bc2f16f6e416475573dc01d0c1..c148cb17c54d007e6b6c0a84fff74ea47c5f848c 100644 (file)
@@ -50,7 +50,7 @@
   <div class="m-container">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <p>A Pelican Blog. Powered by <a href="https://getpelican.com">Pelican</a> and <a href="http://mcss.mosra.cz">m.css</a>.</p>
+        <p>A Pelican Blog. Powered by <a href="https://getpelican.com">Pelican</a> and <a href="https://mcss.mosra.cz">m.css</a>.</p>
       </div>
     </div>
   </div>
index 2d4ae2b475ba94e79b5161a22de569a9e5dc3854..ed10ae8026573af6f3dfc49ff63b1c379ac1bd1a 100644 (file)
@@ -50,7 +50,7 @@
   <div class="m-container">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <p>A Pelican Blog. Powered by <a href="https://getpelican.com">Pelican</a> and <a href="http://mcss.mosra.cz">m.css</a>.</p>
+        <p>A Pelican Blog. Powered by <a href="https://getpelican.com">Pelican</a> and <a href="https://mcss.mosra.cz">m.css</a>.</p>
       </div>
     </div>
   </div>
index ce3c41faeb1b8c5fdfa972e11ee4f6e71349cb3a..5c624ed6b42aaac197013fc8b0c65a4131d2211c 100644 (file)
@@ -44,7 +44,7 @@
   <div class="m-container">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <p>A Pelican Blog. Powered by <a href="https://getpelican.com">Pelican</a> and <a href="http://mcss.mosra.cz">m.css</a>.</p>
+        <p>A Pelican Blog. Powered by <a href="https://getpelican.com">Pelican</a> and <a href="https://mcss.mosra.cz">m.css</a>.</p>
       </div>
     </div>
   </div>
index 6f8b6ea28fecedfda852e5a8cbaf44d5285c03b3..30a309cf0fe09b21d2f1bf6ee1895466832822c0 100644 (file)
@@ -27,7 +27,7 @@ import sys
 sys.path.append(os.curdir)
 from pelicanconf import *
 
-SITEURL = 'http://mcss.mosra.cz'
+SITEURL = 'https://mcss.mosra.cz'
 
 OUTPUT_PATH = 'published/'
 DELETE_OUTPUT_DIRECTORY = True