From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- perldaemon.buetow.org/PROJECT | 1 + perldaemon.buetow.org/content/30.README.xml | 12 ++++++ perldaemon.buetow.org/content/40.CHANGELOG.xml | 12 ++++++ perldaemon.buetow.org/content/45.WISHLIST.xml | 12 ++++++ perldaemon.buetow.org/content/50.Download.xml | 11 +++++ perldaemon.buetow.org/content/98.Contact.xml | 20 +++++++++ perldaemon.buetow.org/content/99.License.xml | 54 +++++++++++++++++++++++++ perldaemon.buetow.org/content/home.xml | 20 +++++++++ perldaemon.buetow.org/htdocs/images/perl.png | Bin 0 -> 40154 bytes 9 files changed, 142 insertions(+) create mode 100644 perldaemon.buetow.org/PROJECT create mode 100644 perldaemon.buetow.org/content/30.README.xml create mode 100644 perldaemon.buetow.org/content/40.CHANGELOG.xml create mode 100644 perldaemon.buetow.org/content/45.WISHLIST.xml create mode 100644 perldaemon.buetow.org/content/50.Download.xml create mode 100644 perldaemon.buetow.org/content/98.Contact.xml create mode 100644 perldaemon.buetow.org/content/99.License.xml create mode 100644 perldaemon.buetow.org/content/home.xml create mode 100644 perldaemon.buetow.org/htdocs/images/perl.png (limited to 'perldaemon.buetow.org') 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 @@ + + + README + This is the README file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=perldaemon.git;a=blob_plain;f=README;hb=HEAD"); + + + + 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 @@ + + + CHANGELOG + This is the CHANGELOG file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=perldaemon.git;a=blob_plain;f=CHANGELOG;hb=HEAD"); + + + + 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 @@ + + + WISHLIST + This is the WHISHLIST file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=perldaemon.git;a=blob_plain;f=WISHLIST;hb=HEAD"); + + + + 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 @@ + + + Download + Perldaemon can be downloaded from git. Just type "git clone git://git.buetow.org/perldaemon". + + Go to + gitweb + 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. + + + 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 @@ + + + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + + + 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 @@ + + + License + + PerlDaemon is (C) by Paul Buetow. + + + + All rights reserved. + + + + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + + + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + + + + * 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. + + + + + * 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. + + + + +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. + + + + 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 @@ + + + + PerlDaemon + Writing your own daemon... + PerlDaemon is a minimal linux/unix daemon programmed in Perl. It can be extended to fit any task... + + Automatic daemonizing + Logging and logrotate support (SIGHUP) + Clean shutdown support (SIGTERM) + Pidfile support (incl. check on startup) + Easy to configure + Easy to extend using perl modules + + + If you wanna stay in touch please + subscribe via freecode. + + + 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 Binary files /dev/null and b/perldaemon.buetow.org/htdocs/images/perl.png differ -- cgit v1.2.3