diff options
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2021-04-24-welcome-to-the-geminispace.gmi | 4 | ||||
| -rw-r--r-- | gemfeed/2022-01-01-bash-golf-part-2.gmi | 2 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 8 |
3 files changed, 9 insertions, 5 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 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2023-11-11T22:22:05+02:00</updated> + <updated>2023-12-10T07:56:06+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -5851,6 +5851,8 @@ Foo Foo </pre> <br /> +<span class='quote'>Update: A reader pointed out, that the redirection should actually go to <span class='inlinecode'>/proc/self/fd/1</span> and not <span class='inlinecode'>0</span>. But apparently, either way works for this particular example. Do you know why? </span><br /> +<br /> <span>Other useful redirections are:</span><br /> <br /> <ul> @@ -8134,8 +8136,8 @@ fi <br /> <span>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.</span><br /> <br /> -<a class='textlink' href='gemini://gemini.circumlunar.space'>gemini://gemini.circumlunar.space</a><br /> -<a class='textlink' href='https://gemini.circumlunar.space'>https://gemini.circumlunar.space</a><br /> +<a class='textlink' href='gemini://geminiprotocol.net/'>gemini://geminiprotocol.net/</a><br /> +<a class='textlink' href='https://geminiprotocol.net/'>https://geminiprotocol.net/</a><br /> <br /> <span>Other related posts are:</span><br /> <br /> |
