summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-04-21 13:47:09 +0300
committerPaul Buetow <paul@buetow.org>2024-04-21 13:47:09 +0300
commitbad8a1a92c4175144ceadca171c13c3873de61d0 (patch)
tree77407fc15ecca6ca5a9c9617a451fb4768ce4c8f
parent6a8bd13a159aa3d6880143b79c9d9ad4dd2beace (diff)
Update content for gemtext
-rw-r--r--gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi2
-rw-r--r--gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl2
-rw-r--r--gemfeed/atom.xml4
-rw-r--r--index.gmi2
-rw-r--r--uptime-stats.gmi2
5 files changed, 6 insertions, 6 deletions
diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi
index a442b59a..f4c33f9c 100644
--- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi
+++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi
@@ -250,7 +250,7 @@ As a solution, the CRON job responsible for the DNS failover also checks for the
Which translates to:
```sh
-#! Weekly auto-failover for Let's Encrypt automation !#
+# Weekly auto-failover for Let's Encrypt automation
local -i -r week_of_the_year=$(date +%U)
if [ $(( week_of_the_year % 2 )) -eq 0 ]; then
local tmp=$master
diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl
index f922799a..92343e10 100644
--- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl
+++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl
@@ -237,7 +237,7 @@ As a solution, the CRON job responsible for the DNS failover also checks for the
Which translates to:
```sh
-#! Weekly auto-failover for Let's Encrypt automation !#
+# Weekly auto-failover for Let's Encrypt automation
local -i -r week_of_the_year=$(date +%U)
if [ $(( week_of_the_year % 2 )) -eq 0 ]; then
local tmp=$master
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 8763cb06..b5373249 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2024-04-21T11:52:49+03:00</updated>
+ <updated>2024-04-21T13:46:56+03:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -287,7 +287,7 @@ echo <font color="#FF0000">"Failover of zone $zone to $MASTER completed"</font>
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
-<pre><i><font color="#9A1900">#! Weekly auto-failover for Let's Encrypt automation !#</font></i>
+<pre><i><font color="#9A1900"># Weekly auto-failover for Let's Encrypt automation</font></i>
<b><font color="#0000FF">local</font></b> -i -r <font color="#009900">week_of_the_year</font><font color="#990000">=</font><font color="#009900">$(</font>date <font color="#990000">+%</font>U<font color="#990000">)</font>
<b><font color="#0000FF">if</font></b> <font color="#990000">[</font> <font color="#009900">$(</font><font color="#990000">(</font> week_of_the_year <font color="#990000">%</font> <font color="#993399">2</font> <font color="#990000">))</font> -eq <font color="#993399">0</font> <font color="#990000">];</font> <b><font color="#0000FF">then</font></b>
<b><font color="#0000FF">local</font></b> <font color="#009900">tmp</font><font color="#990000">=</font><font color="#009900">$master</font>
diff --git a/index.gmi b/index.gmi
index eb74640e..f2ebf784 100644
--- a/index.gmi
+++ b/index.gmi
@@ -1,6 +1,6 @@
# foo.zone
-> This site was generated at 2024-04-21T11:52:49+03:00 by `Gemtexter`
+> This site was generated at 2024-04-21T13:46:56+03:00 by `Gemtexter`
```
|\---/|
diff --git a/uptime-stats.gmi b/uptime-stats.gmi
index 58247183..7112b935 100644
--- a/uptime-stats.gmi
+++ b/uptime-stats.gmi
@@ -1,6 +1,6 @@
# My machine uptime stats
-> This site was last updated at 2024-04-21T11:52:49+03:00
+> This site was last updated at 2024-04-21T13:46:56+03:00
The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine.