From 2d627a145ff6f06d47bd0194cc202ac62a91b2fb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 10 Dec 2023 07:56:24 +0200 Subject: Update content for gemtext --- gemfeed/2021-04-24-welcome-to-the-geminispace.gmi | 4 +- gemfeed/2022-01-01-bash-golf-part-2.gmi | 2 + gemfeed/atom.xml | 8 +- index.gmi | 2 +- uptime-stats.gmi | 138 +++++++++++----------- 5 files changed, 79 insertions(+), 75 deletions(-) diff --git a/gemfeed/2021-04-24-welcome-to-the-geminispace.gmi b/gemfeed/2021-04-24-welcome-to-the-geminispace.gmi index 9eb3e19e..ec07c0b1 100644 --- a/gemfeed/2021-04-24-welcome-to-the-geminispace.gmi +++ b/gemfeed/2021-04-24-welcome-to-the-geminispace.gmi @@ -75,8 +75,8 @@ This site was generated with Gemtexter. You can read more about it here: Check out one of the following links for more information about Gemini. For example, you will find a FAQ that explains why the protocol is named Gemini. Many Gemini capsules are dual-hosted via Gemini and HTTP(S) so that people new to Gemini can sneak peek at the content with a regular web browser. Some people go as far as tri-hosting all their content via HTTP(S), Gemini and Gopher. -=> gemini://gemini.circumlunar.space -=> https://gemini.circumlunar.space +=> gemini://geminiprotocol.net/ +=> https://geminiprotocol.net/ Other related posts are: diff --git a/gemfeed/2022-01-01-bash-golf-part-2.gmi b/gemfeed/2022-01-01-bash-golf-part-2.gmi index 8f4eab86..235e714f 100644 --- a/gemfeed/2022-01-01-bash-golf-part-2.gmi +++ b/gemfeed/2022-01-01-bash-golf-part-2.gmi @@ -47,6 +47,8 @@ Foo Foo ``` +> Update: A reader pointed out, that the redirection should actually go to `/proc/self/fd/1` and not `0`. But apparently, either way works for this particular example. Do you know why? + Other useful redirections are: * Redirect stderr to stdin: "echo foo 2>&1" diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index fa323606..4a1443f6 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2023-11-11T22:22:05+02:00 + 2023-12-10T07:56:06+02:00 foo.zone feed To be in the .zone! @@ -5851,6 +5851,8 @@ Foo Foo
+Update: A reader pointed out, that the redirection should actually go to /proc/self/fd/1 and not 0. But apparently, either way works for this particular example. Do you know why?
+
Other useful redirections are: