diff options
| -rw-r--r-- | contact-information.html | 8 | ||||
| -rw-r--r-- | gemfeed/2008-06-26-perl-poetry.html | 2 | ||||
| -rw-r--r-- | gemfeed/2010-05-09-the-fype-programming-language.html | 2 | ||||
| -rw-r--r-- | gemfeed/2011-05-07-perl-daemon-service-framework.html | 2 | ||||
| -rw-r--r-- | gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html | 2 | ||||
| -rw-r--r-- | gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html | 2 | ||||
| -rw-r--r-- | gemfeed/2021-04-24-welcome-to-the-geminispace.html | 2 | ||||
| -rw-r--r-- | gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html | 2 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 16 | ||||
| -rw-r--r-- | index.html | 4 | ||||
| -rw-r--r-- | resources.html | 2 | ||||
| -rw-r--r-- | site-mirrors.html | 10 |
12 files changed, 27 insertions, 27 deletions
diff --git a/contact-information.html b/contact-information.html index 46bba32f..4ca375c8 100644 --- a/contact-information.html +++ b/contact-information.html @@ -20,13 +20,13 @@ <h3>Social Media</h3> <p>I am sharing articles that I found interesting regularly these social media channels:</p> <a class="textlink" href="https://www.linkedin.com/in/paul-buetow-b4857270/">My LinkedIn profile</a><br /> -<a class="textlink" href="https://twitter.com/snonux">My Twitter profile</a><br /> -<a class="textlink" href="https://t.me/snonux">My Telegram channel</a><br /> +<a class="textlink" href="https://twitter.com/foozone">My Twitter profile</a><br /> +<a class="textlink" href="https://t.me/foo.zone">My Telegram channel</a><br /> <h3>Internet Relay Chat</h3> <p>I am on irc.german-elite.net in #talk, #coding, #linux (and maybe in others) as "rantanplan".</p> <h3>My Open Source code repositories</h3> -<a class="textlink" href="https://codeberg.org/snonux">My personal Codeberg page</a><br /> -<a class="textlink" href="https://github.com/snonux">My personal GitHub page (slowly moving all my stuff over to Codeberg)</a><br /> +<a class="textlink" href="https://codeberg.org/foozone">My personal Codeberg page</a><br /> +<a class="textlink" href="https://github.com/foozone">My personal GitHub page (slowly moving all my stuff over to Codeberg)</a><br /> <a class="textlink" href="https://github.com/mimecast/dtail">DTail at Mimecast</a><br /> <a class="textlink" href="https://github.com/mimecast/ioriot">I/O Riot at Mimecast (currently, not maintained)</a><br /> <h3>Site mirrors</h3> diff --git a/gemfeed/2008-06-26-perl-poetry.html b/gemfeed/2008-06-26-perl-poetry.html index 496f8a99..69732c40 100644 --- a/gemfeed/2008-06-26-perl-poetry.html +++ b/gemfeed/2008-06-26-perl-poetry.html @@ -154,7 +154,7 @@ This is perl, v5.8.8 built for i386-freebsd-64int </pre> <h2>More...</h2> <p>Did you like what you saw? Have a look at Codeberg to see my other poems too:</p> -<a class="textlink" href="https://codeberg.org/snonux/perl-poetry">https://codeberg.org/snonux/perl-poetry</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/perl-poetry">https://codeberg.org/foozone/perl-poetry</a><br /> <p>E-Mail me your comments to paul at buetow dot org!</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> diff --git a/gemfeed/2010-05-09-the-fype-programming-language.html b/gemfeed/2010-05-09-the-fype-programming-language.html index aced5e4d..fcc48aa6 100644 --- a/gemfeed/2010-05-09-the-fype-programming-language.html +++ b/gemfeed/2010-05-09-the-fype-programming-language.html @@ -405,7 +405,7 @@ BB <p>Fancy stuff like OOP or Unicode or threading is not planed. But fancy stuff like function pointers and closures may be considered.:) </p> <h2>May the source be with you</h2> <p>You can find all of this on the GitHub page. There is also an "examples" folders containing some Fype scripts!</p> -<a class="textlink" href="https://codeberg.org/snonux/fype">https://codeberg.org/snonux/fype</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/fype">https://codeberg.org/foozone/fype</a><br /> <p>E-Mail me your comments to paul at buetow dot org!</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> diff --git a/gemfeed/2011-05-07-perl-daemon-service-framework.html b/gemfeed/2011-05-07-perl-daemon-service-framework.html index 4badde22..9354b82a 100644 --- a/gemfeed/2011-05-07-perl-daemon-service-framework.html +++ b/gemfeed/2011-05-07-perl-daemon-service-framework.html @@ -136,7 +136,7 @@ sub do ($) { <p>BTW: You can install as many modules within the same instance as desired. But they are run in sequential order (in future, they can also run in parallel using several threads or processes).</p> <h2>May the source be with you</h2> <p>You can find PerlDaemon (including the examples) at:</p> -<a class="textlink" href="https://codeberg.org/snonux/perldaemon">https://codeberg.org/snonux/perldaemon</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/perldaemon">https://codeberg.org/foozone/perldaemon</a><br /> <p>E-Mail me your comments to paul at buetow dot org!</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> diff --git a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html index 6c698a18..563146c8 100644 --- a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html +++ b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html @@ -58,7 +58,7 @@ BEGIN { } </pre> <p>You can find the full source code at GitHub:</p> -<a class="textlink" href="https://codeberg.org/snonux/perl-c-fibonacci">https://codeberg.org/snonux/perl-c-fibonacci</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/perl-c-fibonacci">https://codeberg.org/foozone/perl-c-fibonacci</a><br /> <h3>Let's run it with Perl:</h3> <pre> ❯ perl fibonacci.pl.c diff --git a/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html b/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html index bbf7a710..b3f8062c 100644 --- a/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html +++ b/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html @@ -23,7 +23,7 @@ <p>A couple of years have passed since I last worked on Debroid. Currently, I am using the Termux app on Android, which is less sophisticated than a fully blown Debian installation but sufficient for my current requirements. The content of this site may be still relevant, and it would also work with more recent versions of Debian and Android. I would expect that some minor modifications need to be made, though. </p> <h2>Step by step guide</h2> <p>All scripts mentioned here can be found on GitHub at:</p> -<a class="textlink" href="https://codeberg.org/snonux/debroid">https://codeberg.org/snonux/debroid</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/debroid">https://codeberg.org/foozone/debroid</a><br /> <h3>First debootstrap stage</h3> <p>This is to be performed on a Fedora Linux machine (could work on a Debian too, but Fedora is just what I use on my Laptop). The following steps prepare an initial Debian base image, which can then be transferred to the phone.</p> <pre> diff --git a/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/gemfeed/2021-04-24-welcome-to-the-geminispace.html index 06c8cfe0..ff11f27f 100644 --- a/gemfeed/2021-04-24-welcome-to-the-geminispace.html +++ b/gemfeed/2021-04-24-welcome-to-the-geminispace.html @@ -10,7 +10,7 @@ <h1>Welcome to the Geminispace</h1> <p class="quote"><i>Published by Paul Buetow 2021-04-24, last updated 2021-06-18, ASCII Art by Andy Hood</i></p> <p>Have you reached this article already via Gemini? It requires a Gemini client; 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:</p> -<a class="textlink" href="gemini://foo.surf">gemini://foo.surf</a><br /> +<a class="textlink" href="gemini://foo.zone">gemini://foo.zone</a><br /> <p>However, if you still use HTTP, you are just surfing the fallback HTML version of this capsule. In that case, I suggest reading on what this is all about :-).</p> <pre> diff --git a/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html b/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html index c795fc92..c27d45ee 100644 --- a/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html +++ b/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html @@ -56,7 +56,7 @@ <p>Another benefit of using Gemini is that the Gemtext markup language is easy to parse. As my site is dual-hosted (Gemini+HTTP), I could, in theory, just write a shell script to deal with the conversion from Gemtext to HTML; there is no need for a full-featured programming language here. I have done a lot of Bash in the past, but I am also often revisiting old tools and techniques for refreshing and keeping the knowledge up to date here.</p> <a href="./2021-06-05-gemtexter-one-bash-script-to-rule-it-all/blog-engine.jpg"><img alt="Motivational comic strip" title="Motivational comic strip" src="./2021-06-05-gemtexter-one-bash-script-to-rule-it-all/blog-engine.jpg" /></a><br /> <p>I have exactly done that - I wrote a Bash script, named Gemtexter, for that:</p> -<a class="textlink" href="https://codeberg.org/snonux/gemtexter">https://codeberg.org/snonux/gemtexter</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/gemtexter">https://codeberg.org/foozone/gemtexter</a><br /> <p>In short, Gemtexter is a static site generator and blogging engine that uses Gemtext as its input format.</p> <h2>Output formats</h2> <p>Gemtexter takes the Gemntext Markup files as the input and generates the following outputs from it (you find examples for each of these output formats on the Gemtexter GitHub page):</p> diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index c3dc69ae..236dfefe 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>2022-01-22T19:11:32+00:00</updated> + <updated>2022-01-22T19:21:18+00:00</updated> <title>foo.zone feed</title> <subtitle>Having fun with computers!</subtitle> <link href="https://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -1260,7 +1260,7 @@ Hello World <p>Another benefit of using Gemini is that the Gemtext markup language is easy to parse. As my site is dual-hosted (Gemini+HTTP), I could, in theory, just write a shell script to deal with the conversion from Gemtext to HTML; there is no need for a full-featured programming language here. I have done a lot of Bash in the past, but I am also often revisiting old tools and techniques for refreshing and keeping the knowledge up to date here.</p> <a href="https://foo.zone/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all/blog-engine.jpg"><img alt="Motivational comic strip" title="Motivational comic strip" src="https://foo.zone/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all/blog-engine.jpg" /></a><br /> <p>I have exactly done that - I wrote a Bash script, named Gemtexter, for that:</p> -<a class="textlink" href="https://codeberg.org/snonux/gemtexter">https://codeberg.org/snonux/gemtexter</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/gemtexter">https://codeberg.org/foozone/gemtexter</a><br /> <p>In short, Gemtexter is a static site generator and blogging engine that uses Gemtext as its input format.</p> <h2>Output formats</h2> <p>Gemtexter takes the Gemntext Markup files as the input and generates the following outputs from it (you find examples for each of these output formats on the Gemtexter GitHub page):</p> @@ -1661,7 +1661,7 @@ fi <h1>Welcome to the Geminispace</h1> <p class="quote"><i>Published by Paul Buetow 2021-04-24, last updated 2021-06-18, ASCII Art by Andy Hood</i></p> <p>Have you reached this article already via Gemini? It requires a Gemini client; 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:</p> -<a class="textlink" href="https://foo.surf">https://foo.surf</a><br /> +<a class="textlink" href="https://foo.zone">https://foo.zone</a><br /> <p>However, if you still use HTTP, you are just surfing the fallback HTML version of this capsule. In that case, I suggest reading on what this is all about :-).</p> <pre> @@ -2725,7 +2725,7 @@ Notice: Finished catalog run in 206.09 seconds <p>A couple of years have passed since I last worked on Debroid. Currently, I am using the Termux app on Android, which is less sophisticated than a fully blown Debian installation but sufficient for my current requirements. The content of this site may be still relevant, and it would also work with more recent versions of Debian and Android. I would expect that some minor modifications need to be made, though. </p> <h2>Step by step guide</h2> <p>All scripts mentioned here can be found on GitHub at:</p> -<a class="textlink" href="https://codeberg.org/snonux/debroid">https://codeberg.org/snonux/debroid</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/debroid">https://codeberg.org/foozone/debroid</a><br /> <h3>First debootstrap stage</h3> <p>This is to be performed on a Fedora Linux machine (could work on a Debian too, but Fedora is just what I use on my Laptop). The following steps prepare an initial Debian base image, which can then be transferred to the phone.</p> <pre> @@ -2924,7 +2924,7 @@ BEGIN { } </pre> <p>You can find the full source code at GitHub:</p> -<a class="textlink" href="https://codeberg.org/snonux/perl-c-fibonacci">https://codeberg.org/snonux/perl-c-fibonacci</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/perl-c-fibonacci">https://codeberg.org/foozone/perl-c-fibonacci</a><br /> <h3>Let's run it with Perl:</h3> <pre> ❯ perl fibonacci.pl.c @@ -3110,7 +3110,7 @@ sub do ($) { <p>BTW: You can install as many modules within the same instance as desired. But they are run in sequential order (in future, they can also run in parallel using several threads or processes).</p> <h2>May the source be with you</h2> <p>You can find PerlDaemon (including the examples) at:</p> -<a class="textlink" href="https://codeberg.org/snonux/perldaemon">https://codeberg.org/snonux/perldaemon</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/perldaemon">https://codeberg.org/foozone/perldaemon</a><br /> <p>E-Mail me your comments to paul at buetow dot org!</p> </div> </content> @@ -3525,7 +3525,7 @@ BB <p>Fancy stuff like OOP or Unicode or threading is not planed. But fancy stuff like function pointers and closures may be considered.:) </p> <h2>May the source be with you</h2> <p>You can find all of this on the GitHub page. There is also an "examples" folders containing some Fype scripts!</p> -<a class="textlink" href="https://codeberg.org/snonux/fype">https://codeberg.org/snonux/fype</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/fype">https://codeberg.org/foozone/fype</a><br /> <p>E-Mail me your comments to paul at buetow dot org!</p> </div> </content> @@ -3989,7 +3989,7 @@ This is perl, v5.8.8 built for i386-freebsd-64int </pre> <h2>More...</h2> <p>Did you like what you saw? Have a look at Codeberg to see my other poems too:</p> -<a class="textlink" href="https://codeberg.org/snonux/perl-poetry">https://codeberg.org/snonux/perl-poetry</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/perl-poetry">https://codeberg.org/foozone/perl-poetry</a><br /> <p>E-Mail me your comments to paul at buetow dot org!</p> </div> </content> @@ -2,12 +2,12 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title> foo.surf</title> +<title> foo.zone</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <link rel="stylesheet" href="style.css" /> </head> <body> -<h1> foo.surf</h1> +<h1> foo.zone</h1> <pre> ,---------------------------, | /---------------------\ | diff --git a/resources.html b/resources.html index a3d0ec28..007a8e96 100644 --- a/resources.html +++ b/resources.html @@ -115,7 +115,7 @@ <li>Graduated from University as Diplom-Inform. (FH) at the Aachen University of Applied Sciences, Germany</li> </ul> <p>My diploma thesis, "Object-oriented development of a GUI based tool for event-based simulation of distributed systems," can be found at:</p> -<a class="textlink" href="https://codeberg.org/snonux/vs-sim">https://codeberg.org/snonux/vs-sim</a><br /> +<a class="textlink" href="https://codeberg.org/foozone/vs-sim">https://codeberg.org/foozone/vs-sim</a><br /> <p>I was one of the last students handed out an "old fashioned" German Diploma degree before the University switched to the international Bachelor and Master versions. To give you an idea: The "Diplom-Inform. (FH)" means translated "Diploma in Informatics from a University of Applied Sciences (FH: Fachhochschule)". Going after the international student credit score, it settles between a Bachelor of Computer Science and a Master of Computer Science degree. </p> <p>Colleges and Universities are costly in many countries. Come to Germany, the first college degree is for free (if you finish within a certain deadline!)</p> <a class="textlink" href="./">Go back to the main site</a><br /> diff --git a/site-mirrors.html b/site-mirrors.html index c4a4e9ba..96fcf289 100644 --- a/site-mirrors.html +++ b/site-mirrors.html @@ -12,21 +12,21 @@ <p>All sites listed below are reachable via IPv4 and also via IPv6.</p> <h2>My Gemini capsule</h2> <h3>Germany </h3> -<a class="textlink" href="gemini://foo.surf">gemini://foo.surf - My internet site and blog</a><br /> +<a class="textlink" href="gemini://foo.zone">gemini://foo.zone - My internet site and blog</a><br /> <p>Wondering what's the Gemini protocol about? Read:</p> <a class="textlink" href="./gemfeed/2021-04-24-welcome-to-the-geminispace.html">Welcome to the Geminispace</a><br /> <h3>Japan</h3> <p>The addresses above are hosted in Germany. Alternatively, you can add a "www" for using a mirror in Japan:</p> -<a class="textlink" href="gemini://www.foo.surf">gemini://www.foo.surf</a><br /> +<a class="textlink" href="gemini://www.foo.zone">gemini://www.foo.zone</a><br /> <h2>My website</h2> <h3>Germany</h3> <p>The content is the same as the Gemini capsule, but reachable via HTTP+HTML:</p> -<a class="textlink" href="https://foo.surf">https://foo.surf - My internet website and blog</a><br /> +<a class="textlink" href="https://foo.zone">https://foo.zone - My internet website and blog</a><br /> <p>Just because I can, here are additional mirrors hosted on Codeberg as Codeberg pages:</p> -<a class="textlink" href="https://www2.foo.surf">https://www2.foo.surf</a><br /> +<a class="textlink" href="https://www2.foo.zone">https://www2.foo.zone</a><br /> <h3>Japan</h3> <p>The addresses above are hosted in Germany. Alternatively, you can add a "www" for a mirror in Japan:</p> -<a class="textlink" href="https://www.foo.surf">https://www.foo.surf</a><br /> +<a class="textlink" href="https://www.foo.zone">https://www.foo.zone</a><br /> <p>That's all for now...</p> <a class="textlink" href="./">Go back to the main site</a><br /> <p class="footer"> |
