summaryrefslogtreecommitdiff
path: root/perldaemon.buetow.org
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-02-03 10:44:49 +0100
committerPaul Buetow <paul@buetow.org>2013-02-03 10:44:49 +0100
commit025e15b2ba7f54f87cf409fd7c3dd77746c72858 (patch)
tree007c5af4f921aa85665f4db56f6f4309668a5dab /perldaemon.buetow.org
parentfc0acd318710aa0bb566329a36d886b1455c21ec (diff)
add hosts
Diffstat (limited to 'perldaemon.buetow.org')
-rw-r--r--perldaemon.buetow.org/PROJECT1
-rw-r--r--perldaemon.buetow.org/content/30.README.xml12
-rw-r--r--perldaemon.buetow.org/content/40.CHANGELOG.xml12
-rw-r--r--perldaemon.buetow.org/content/45.WISHLIST.xml12
-rw-r--r--perldaemon.buetow.org/content/50.Download.xml11
-rw-r--r--perldaemon.buetow.org/content/98.Contact.xml20
-rw-r--r--perldaemon.buetow.org/content/99.License.xml54
-rw-r--r--perldaemon.buetow.org/content/home.xml20
-rw-r--r--perldaemon.buetow.org/htdocs/images/perl.pngbin0 -> 40154 bytes
9 files changed, 142 insertions, 0 deletions
diff --git a/perldaemon.buetow.org/PROJECT b/perldaemon.buetow.org/PROJECT
new file mode 100644
index 0000000..0b6ce37
--- /dev/null
+++ b/perldaemon.buetow.org/PROJECT
@@ -0,0 +1 @@
+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/content/30.README.xml b/perldaemon.buetow.org/content/30.README.xml
new file mode 100644
index 0000000..0434382
--- /dev/null
+++ b/perldaemon.buetow.org/content/30.README.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>README</pagetitle>
+ <text>This is the README file of the current master branch:</text>
+ <pretext>
+ <perl>
+ use LWP::Simple;
+ get("http://web.buetow.org/git/?p=perldaemon.git;a=blob_plain;f=README;hb=HEAD");
+ </perl>
+ </pretext>
+</content>
+
diff --git a/perldaemon.buetow.org/content/40.CHANGELOG.xml b/perldaemon.buetow.org/content/40.CHANGELOG.xml
new file mode 100644
index 0000000..4157c9a
--- /dev/null
+++ b/perldaemon.buetow.org/content/40.CHANGELOG.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>CHANGELOG</pagetitle>
+ <text>This is the CHANGELOG file of the current master branch:</text>
+ <pretext>
+ <perl>
+ use LWP::Simple;
+ get("http://web.buetow.org/git/?p=perldaemon.git;a=blob_plain;f=CHANGELOG;hb=HEAD");
+ </perl>
+ </pretext>
+</content>
+
diff --git a/perldaemon.buetow.org/content/45.WISHLIST.xml b/perldaemon.buetow.org/content/45.WISHLIST.xml
new file mode 100644
index 0000000..8c6c570
--- /dev/null
+++ b/perldaemon.buetow.org/content/45.WISHLIST.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>WISHLIST</pagetitle>
+ <text>This is the WHISHLIST file of the current master branch:</text>
+ <pretext>
+ <perl>
+ use LWP::Simple;
+ get("http://web.buetow.org/git/?p=perldaemon.git;a=blob_plain;f=WISHLIST;hb=HEAD");
+ </perl>
+ </pretext>
+</content>
+
diff --git a/perldaemon.buetow.org/content/50.Download.xml b/perldaemon.buetow.org/content/50.Download.xml
new file mode 100644
index 0000000..b434651
--- /dev/null
+++ b/perldaemon.buetow.org/content/50.Download.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Download</pagetitle>
+ <text>Perldaemon can be downloaded from git. Just type "git clone git://git.buetow.org/perldaemon".</text>
+ <text>
+ <noop>Go to </noop>
+ <namedlink href="http://web.buetow.org/git/?p=perldaemon.git">gitweb</namedlink>
+ <noop> in order to browse the repository online. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags.</noop>
+ </text>
+</content>
+
diff --git a/perldaemon.buetow.org/content/98.Contact.xml b/perldaemon.buetow.org/content/98.Contact.xml
new file mode 100644
index 0000000..f46ee65
--- /dev/null
+++ b/perldaemon.buetow.org/content/98.Contact.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Contact Me/Us</pagetitle>
+ <text>
+ <noop>Please use the </noop>
+ <namedlink href="http://web.buetow.org/listinfo/dev">Development Mailing List</namedlink>
+ <noop> for any considerations of this humble programming project or any other programming project of mine.</noop>
+ </text>
+ <text>
+ <noop>But you may also use other methods such as listed </noop>
+ <namedlink href="http://contact.buetow.org">on this site</namedlink>
+ <noop> for example.</noop>
+ </text>
+ <text>
+ <noop>If you are interested in other projects please visit </noop>
+ <link>http://dev.buetow.org</link>
+ <noop> :)</noop>
+ </text>
+</content>
+
diff --git a/perldaemon.buetow.org/content/99.License.xml b/perldaemon.buetow.org/content/99.License.xml
new file mode 100644
index 0000000..f785183
--- /dev/null
+++ b/perldaemon.buetow.org/content/99.License.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>License</pagetitle>
+ <text>
+ <noop>PerlDaemon is (C) by Paul 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 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 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
new file mode 100644
index 0000000..3cdd139
--- /dev/null
+++ b/perldaemon.buetow.org/content/home.xml
@@ -0,0 +1,20 @@
+<?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...</pagetitle>
+ <text>PerlDaemon is a minimal linux/unix daemon programmed in Perl. 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>
+ <text>
+ <noop>If you wanna stay in touch please </noop>
+ <namedlink href="http://freecode.com/projects/perldaemon">subscribe via freecode.</namedlink>
+ </text>
+</content>
+
diff --git a/perldaemon.buetow.org/htdocs/images/perl.png b/perldaemon.buetow.org/htdocs/images/perl.png
new file mode 100644
index 0000000..f20cd57
--- /dev/null
+++ b/perldaemon.buetow.org/htdocs/images/perl.png
Binary files differ