summaryrefslogtreecommitdiff
path: root/content/gemtext
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-07 22:40:41 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commitee7244e522af26681ebec522fa72fc2cafcec196 (patch)
tree3e5bd858728448299d93738880afb9bd2d1fea83 /content/gemtext
parent6ba06035b145607f1fba37d6582fc2c9e0b111bf (diff)
fix ascii art
Diffstat (limited to 'content/gemtext')
-rw-r--r--content/gemtext/gemfeed/atom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/gemtext/gemfeed/atom.xml b/content/gemtext/gemfeed/atom.xml
index cd293f4e..479c7433 100644
--- a/content/gemtext/gemfeed/atom.xml
+++ b/content/gemtext/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2021-05-07T22:38:38+01:00</updated>
+ <updated>2021-05-07T22:40:37+01:00</updated>
<title>buetow.org feed</title>
<subtitle>Having fun with computers!</subtitle>
<link href="gemini://buetow.org/gemfeed/atom.xml" rel="self" />
@@ -545,9 +545,9 @@ apply Service "dig6" {
<h1>Perl Daemon (Service Framework)</h1>
<pre>
a'! _,,_ a'! _,,_ a'! _,,_
- \_/ \ \_/ \ \_/ \.-,
+ \\_/ \ \\_/ \ \\_/ \.-,
\, /-( /'-,\, /-( /'-, \, /-( /
- //\ //\ //\ //\ //\ //\jrei
+ //\ //\\ //\ //\\ //\ //\\jrei
</pre>
<p>PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. In order to do something useful, a module (written in Perl) bust be provided.</p>
<h2>Features</h2>