summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 12:30:48 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit74b0f6ebca8d52749744c25f9e99e07d29871f6a (patch)
tree24f17742852c93ce5593468c4b720deb2404f8c7
parent2a1b307384e73c2e56195bae787e0eaaac07564b (diff)
Use HTTPS instead of HTTP
-rw-r--r--README.md2
-rwxr-xr-xbuetow.org.sh6
-rw-r--r--content/html/contact-information.html2
-rw-r--r--content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html2
-rw-r--r--content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html2
-rw-r--r--content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html2
-rw-r--r--content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html2
-rw-r--r--content/html/gemfeed/atom.xml22
-rw-r--r--content/html/index.html2
-rw-r--r--content/html/resources.html2
-rw-r--r--header.html.part2
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")" "<pre>This is a quote</pre>"
- line="=> http://example.org"
+ line="=> https://example.org"
assert::equals "$(html::link "$line")" \
- "<a class=\"textlink\" href=\"http://example.org\">http://example.org</a><br />"
+ "<a class=\"textlink\" href=\"https://example.org\">https://example.org</a><br />"
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 @@
<head>
<title>buetow.org - Having fun with computers!</title>
<meta charset='utf-8'>
-<link rel="shortcut icon" type="image/gif" href="http://buetow.org/favicon.ico"/ >
+<link rel="shortcut icon" type="image/gif" href="https://buetow.org/favicon.ico"/ >
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}
diff --git a/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html b/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html
index d85742f7..c4a9e4c4 100644
--- a/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html
+++ b/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html
@@ -3,7 +3,7 @@
<head>
<title>buetow.org - Having fun with computers!</title>
<meta charset='utf-8'>
-<link rel="shortcut icon" type="image/gif" href="http://buetow.org/favicon.ico"/ >
+<link rel="shortcut icon" type="image/gif" href="https://buetow.org/favicon.ico"/ >
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}
diff --git a/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html b/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
index 0e678e0b..2607831e 100644
--- a/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
+++ b/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
@@ -3,7 +3,7 @@
<head>
<title>buetow.org - Having fun with computers!</title>
<meta charset='utf-8'>
-<link rel="shortcut icon" type="image/gif" href="http://buetow.org/favicon.ico"/ >
+<link rel="shortcut icon" type="image/gif" href="https://buetow.org/favicon.ico"/ >
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}
diff --git a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html
index 7e183f8e..ce3bf6b6 100644
--- a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html
+++ b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html
@@ -3,7 +3,7 @@
<head>
<title>buetow.org - Having fun with computers!</title>
<meta charset='utf-8'>
-<link rel="shortcut icon" type="image/gif" href="http://buetow.org/favicon.ico"/ >
+<link rel="shortcut icon" type="image/gif" href="https://buetow.org/favicon.ico"/ >
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}
diff --git a/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html
index 45574b88..e43e6f09 100644
--- a/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html
+++ b/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html
@@ -3,7 +3,7 @@
<head>
<title>buetow.org - Having fun with computers!</title>
<meta charset='utf-8'>
-<link rel="shortcut icon" type="image/gif" href="http://buetow.org/favicon.ico"/ >
+<link rel="shortcut icon" type="image/gif" href="https://buetow.org/favicon.ico"/ >
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}
diff --git a/content/html/gemfeed/atom.xml b/content/html/gemfeed/atom.xml
index 2f334df0..9c07cdb8 100644
--- a/content/html/gemfeed/atom.xml
+++ b/content/html/gemfeed/atom.xml
@@ -3,13 +3,13 @@
<updated>2021-04-30T22:44:52+01:00</updated>
<title>buetow.org feed</title>
<subtitle>Having fun with computers!</subtitle>
- <link href="http://buetow.org/gemfeed/atom.xml" rel="self" />
- <link href="http://buetow.org/" />
- <id>http://buetow.org/</id>
+ <link href="https://buetow.org/gemfeed/atom.xml" rel="self" />
+ <link href="https://buetow.org/" />
+ <id>https://buetow.org/</id>
<entry>
<title>Welcome to the Geminispace</title>
- <link href="http://buetow.org/gemfeed/2021-04-24-welcome-to-the-geminispace.html" />
- <id>http://buetow.org/gemfeed/2021-04-24-welcome-to-the-geminispace.html</id>
+ <link href="https://buetow.org/gemfeed/2021-04-24-welcome-to-the-geminispace.html" />
+ <id>https://buetow.org/gemfeed/2021-04-24-welcome-to-the-geminispace.html</id>
<updated>2021-04-24T19:28:41+01:00</updated>
<summary>Have you reached this article already via Gemini? You need a special client for that, web browsers such as Firefox, Chrome, Safari etc. don't support the Gemini protocol. The Gemini address of this site (or the address of this capsule as people say in Geminispace) is:</summary>
<author>
@@ -19,8 +19,8 @@
</entry>
<entry>
<title>DTail - The distributed log tail program</title>
- <link href="http://buetow.org/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html" />
- <id>http://buetow.org/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html</id>
+ <link href="https://buetow.org/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html" />
+ <id>https://buetow.org/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html</id>
<updated>2021-04-22T19:28:41+01:00</updated>
<summary>This article first appeared at the Mimecast Engineering Blog but I made it available here in my personal Gemini capsule too.</summary>
<author>
@@ -30,8 +30,8 @@
</entry>
<entry>
<title>Offsite backup with ZFS (Part 2)</title>
- <link href="http://buetow.org/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html" />
- <id>http://buetow.org/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html</id>
+ <link href="https://buetow.org/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html" />
+ <id>https://buetow.org/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html</id>
<updated>2016-04-16T22:43:42+01:00</updated>
<summary>I enhanced the procedure a bit. From now on I am having two external 2TB USB hard drives. Both are setup exactly the same way. To decrease the probability that they will not fail at about the same time both drives are of different brands. One drive is kept at the secret location. The other one is kept at home right next to my HP MicroServer.</summary>
<author>
@@ -41,8 +41,8 @@
</entry>
<entry>
<title>Offsite backup with ZFS</title>
- <link href="http://buetow.org/gemfeed/2016-04-03-offsite-backup-with-zfs.html" />
- <id>http://buetow.org/gemfeed/2016-04-03-offsite-backup-with-zfs.html</id>
+ <link href="https://buetow.org/gemfeed/2016-04-03-offsite-backup-with-zfs.html" />
+ <id>https://buetow.org/gemfeed/2016-04-03-offsite-backup-with-zfs.html</id>
<updated>2016-04-03T22:43:42+01:00</updated>
<summary>When it comes to data storage and potential data loss I am a paranoid person. It is not just due to my job but also due to a personal experience I encountered over 10 years ago: A single drive failure and loss of all my data (pictures, music, ....).</summary>
<author>
diff --git a/content/html/index.html b/content/html/index.html
index d8088a39..ded6271c 100644
--- a/content/html/index.html
+++ b/content/html/index.html
@@ -3,7 +3,7 @@
<head>
<title>buetow.org - Having fun with computers!</title>
<meta charset='utf-8'>
-<link rel="shortcut icon" type="image/gif" href="http://buetow.org/favicon.ico"/ >
+<link rel="shortcut icon" type="image/gif" href="https://buetow.org/favicon.ico"/ >
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}
diff --git a/content/html/resources.html b/content/html/resources.html
index b873ef20..27ac4ca3 100644
--- a/content/html/resources.html
+++ b/content/html/resources.html
@@ -3,7 +3,7 @@
<head>
<title>buetow.org - Having fun with computers!</title>
<meta charset='utf-8'>
-<link rel="shortcut icon" type="image/gif" href="http://buetow.org/favicon.ico"/ >
+<link rel="shortcut icon" type="image/gif" href="https://buetow.org/favicon.ico"/ >
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}
diff --git a/header.html.part b/header.html.part
index 60efe13a..c55863ce 100644
--- a/header.html.part
+++ b/header.html.part
@@ -3,7 +3,7 @@
<head>
<title>buetow.org - Having fun with computers!</title>
<meta charset='utf-8'>
-<link rel="shortcut icon" type="image/gif" href="http://buetow.org/favicon.ico"/ >
+<link rel="shortcut icon" type="image/gif" href="https://buetow.org/favicon.ico"/ >
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}