diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-07 22:40:41 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-05-07 22:40:41 +0100 |
| commit | a6190bfab59cbdba064cae772925fdb294219210 (patch) | |
| tree | a4d7263d167d79b91ba822c20a581be06faa7c92 /content/html/gemfeed | |
| parent | 480fdf2a4095bcbda81cd503012361b545037d91 (diff) | |
fix ascii art
Diffstat (limited to 'content/html/gemfeed')
| -rw-r--r-- | content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html | 4 | ||||
| -rw-r--r-- | content/html/gemfeed/atom.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html b/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html index e9b39533..05a80db6 100644 --- a/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html +++ b/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html @@ -23,9 +23,9 @@ li { color: #98be65; } <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> diff --git a/content/html/gemfeed/atom.xml b/content/html/gemfeed/atom.xml index 16b657f0..d6e9c466 100644 --- a/content/html/gemfeed/atom.xml +++ b/content/html/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="https://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> |
