summaryrefslogtreecommitdiff
path: root/perldaemon.buetow.org/content
diff options
context:
space:
mode:
Diffstat (limited to 'perldaemon.buetow.org/content')
-rw-r--r--perldaemon.buetow.org/content/50.Download.xml9
-rw-r--r--perldaemon.buetow.org/content/98.Contact.xml9
-rw-r--r--perldaemon.buetow.org/content/99.License.xml53
-rw-r--r--perldaemon.buetow.org/content/home.xml15
4 files changed, 0 insertions, 86 deletions
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>