From 74b0f6ebca8d52749744c25f9e99e07d29871f6a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 May 2021 12:30:48 +0100 Subject: Use HTTPS instead of HTTP --- README.md | 2 +- buetow.org.sh | 6 +++--- content/html/contact-information.html | 2 +- .../2016-04-03-offsite-backup-with-zfs.html | 2 +- .../2016-04-16-offsite-backup-with-zfs-part2.html | 2 +- ...-22-dtail-the-distributed-log-tail-program.html | 2 +- .../2021-04-24-welcome-to-the-geminispace.html | 2 +- content/html/gemfeed/atom.xml | 22 +++++++++++----------- content/html/index.html | 2 +- content/html/resources.html | 2 +- header.html.part | 2 +- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 9721debd..09baeb78 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ buetow.org Gemini capsule This is the source code of my Gemini capsule. You can reach the site(s) here: * Via Gemini protocol: [gemini://buetow.org](gemini://buetow.org) -* Via HTTP protocol: [http://buetow.org](http://buetow.org) +* Via HTTP protocol: [https://buetow.org](https://buetow.org) ## Software I use to maintain this capsule diff --git a/buetow.org.sh b/buetow.org.sh index 035f61ce..a08069ba 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -258,7 +258,7 @@ html::generate () { done # Add atom feed for HTML - sed 's|.gmi|.html|g; s|gemini://|http://|g' \ + sed 's|.gmi|.html|g; s|gemini://|https://|g' \ < $CONTENT_DIR/gemtext/gemfeed/atom.xml \ > $CONTENT_DIR/html/gemfeed/atom.xml git add $CONTENT_DIR/html/gemfeed/atom.xml @@ -290,9 +290,9 @@ html::test () { line="> This is a quote" assert::equals "$(html::quote "$line")" "
This is a quote
" - line="=> http://example.org" + line="=> https://example.org" assert::equals "$(html::link "$line")" \ - "http://example.org
" + "https://example.org
" line="=> index.gmi" assert::equals "$(html::link "$line")" \ diff --git a/content/html/contact-information.html b/content/html/contact-information.html index dc1ded74..5f6bcfe7 100644 --- a/content/html/contact-information.html +++ b/content/html/contact-information.html @@ -3,7 +3,7 @@ buetow.org - Having fun with computers! - +