diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-29 12:38:09 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-29 12:38:09 +0100 |
| commit | 06f9a852c5a8cfedee4e06e62272cf3f56d998f9 (patch) | |
| tree | 66000e099d837cfbe232c8f4abb18252a24c1e47 /perldaemon.buetow.org | |
| parent | 5e791c5982a4b5bcfb9a7914cc950362b29b2d41 (diff) | |
cleanup
Diffstat (limited to 'perldaemon.buetow.org')
| -rw-r--r-- | perldaemon.buetow.org/OLDPROJECT | 1 | ||||
| -rw-r--r-- | perldaemon.buetow.org/SITEMAP | 0 | ||||
| -rw-r--r-- | perldaemon.buetow.org/content/50.Download.xml | 9 | ||||
| -rw-r--r-- | perldaemon.buetow.org/content/98.Contact.xml | 9 | ||||
| -rw-r--r-- | perldaemon.buetow.org/content/99.License.xml | 53 | ||||
| -rw-r--r-- | perldaemon.buetow.org/content/home.xml | 15 | ||||
| -rw-r--r-- | perldaemon.buetow.org/htdocs/images/perl.png | bin | 40154 -> 0 bytes |
7 files changed, 0 insertions, 87 deletions
diff --git a/perldaemon.buetow.org/OLDPROJECT b/perldaemon.buetow.org/OLDPROJECT deleted file mode 100644 index 0b6ce37..0000000 --- a/perldaemon.buetow.org/OLDPROJECT +++ /dev/null @@ -1 +0,0 @@ -PerlDaemon is a minimal daemon for Linux/UNIX programmed in Perl supporting logrotating, starting, stopping and a minimal configuration file. It can be extended to fit any task. diff --git a/perldaemon.buetow.org/SITEMAP b/perldaemon.buetow.org/SITEMAP deleted file mode 100644 index e69de29..0000000 --- a/perldaemon.buetow.org/SITEMAP +++ /dev/null diff --git a/perldaemon.buetow.org/content/50.Download.xml b/perldaemon.buetow.org/content/50.Download.xml deleted file mode 100644 index 51346ad..0000000 --- a/perldaemon.buetow.org/content/50.Download.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle>Download</pagetitle> - <textheader>Download from git repository</textheader> - <text> - <noop>Go to </noop> - <namedlink href="http://github.com/snonux/!!HOSTNAME!!">http://github.com/snonux/!!HOSTNAME!!</namedlink> - </text> -</content> diff --git a/perldaemon.buetow.org/content/98.Contact.xml b/perldaemon.buetow.org/content/98.Contact.xml deleted file mode 100644 index 4c2f856..0000000 --- a/perldaemon.buetow.org/content/98.Contact.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle>Contact me</pagetitle> - <text> - <noop>Please use the contact methods listed </noop> - <namedlink href="http://contact.buetow.org">on this site</namedlink> - <noop> :)</noop> - </text> -</content> diff --git a/perldaemon.buetow.org/content/99.License.xml b/perldaemon.buetow.org/content/99.License.xml deleted file mode 100644 index 1cbbde4..0000000 --- a/perldaemon.buetow.org/content/99.License.xml +++ /dev/null @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle>License</pagetitle> - <text> - <noop>PerlDaemon is (C) by Paul C. Buetow.</noop> - </text> - <text> - <noop> - All rights reserved. - </noop> - <newline/> - <newline/> - <noop> - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - </noop> - <newline/> - <newline/> - <noop> - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - </noop> - <newline/> - <newline/> - <noop> - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - </noop> - <newline/> - <newline/> - <noop> - * Neither the name of buetow.org nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - </noop> - <newline/> - <newline/> - <noop> -THIS SOFTWARE IS PROVIDED BY Paul C. Buetow ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL Paul C. Buetow BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - </noop> - </text> -</content> diff --git a/perldaemon.buetow.org/content/home.xml b/perldaemon.buetow.org/content/home.xml deleted file mode 100644 index d3becc9..0000000 --- a/perldaemon.buetow.org/content/home.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <rimg href="?document=images/perl.png" title="Perl"/> - <pagetitle>PerlDaemon</pagetitle> - <textheader>Writing your own daemon...</textheader> - <text>PerlDaemon is a minimal linux/unix daemon programmed in Perl 5. It can be extended to fit any task...</text> - <enumeration> - <enumitem>Automatic daemonizing</enumitem> - <enumitem>Logging and logrotate support (SIGHUP)</enumitem> - <enumitem>Clean shutdown support (SIGTERM)</enumitem> - <enumitem>Pidfile support (incl. check on startup)</enumitem> - <enumitem>Easy to configure</enumitem> - <enumitem>Easy to extend using perl modules</enumitem> - </enumeration> -</content> diff --git a/perldaemon.buetow.org/htdocs/images/perl.png b/perldaemon.buetow.org/htdocs/images/perl.png Binary files differdeleted file mode 100644 index f20cd57..0000000 --- a/perldaemon.buetow.org/htdocs/images/perl.png +++ /dev/null |
