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 From 8668e07b6c042ef1eee5e48e37a9657e39a4d18a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 1 Jul 2013 12:20:20 +0200 Subject: its an old project now --- perldaemon.buetow.org/OLDPROJECT | 1 + perldaemon.buetow.org/PROJECT | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 perldaemon.buetow.org/OLDPROJECT delete mode 100644 perldaemon.buetow.org/PROJECT (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/OLDPROJECT b/perldaemon.buetow.org/OLDPROJECT new file mode 100644 index 0000000..0b6ce37 --- /dev/null +++ b/perldaemon.buetow.org/OLDPROJECT @@ -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/PROJECT b/perldaemon.buetow.org/PROJECT deleted file mode 100644 index 0b6ce37..0000000 --- a/perldaemon.buetow.org/PROJECT +++ /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. -- cgit v1.2.3 From 32e575a30e53389d3ae96346b69ddc6a756c7a37 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 15 Sep 2013 12:35:45 +0200 Subject: s/link/hyperlink/ --- perldaemon.buetow.org/content/98.Contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/98.Contact.xml b/perldaemon.buetow.org/content/98.Contact.xml index f46ee65..11dcff3 100644 --- a/perldaemon.buetow.org/content/98.Contact.xml +++ b/perldaemon.buetow.org/content/98.Contact.xml @@ -13,7 +13,7 @@ If you are interested in other projects please visit - http://dev.buetow.org + http://dev.buetow.org :) -- cgit v1.2.3 From 5e59789738284f8291eca201e842a748f12086b8 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:33:19 +0200 Subject: fix --- perldaemon.buetow.org/content/home.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/home.xml b/perldaemon.buetow.org/content/home.xml index 3cdd139..e9f0f87 100644 --- a/perldaemon.buetow.org/content/home.xml +++ b/perldaemon.buetow.org/content/home.xml @@ -1,20 +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. - + + 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. + -- cgit v1.2.3 From 2bfe5014a3ec0c2dc04fc3a72420ca86f5fac524 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 28 Sep 2013 18:02:25 +0200 Subject: reformat XML --- perldaemon.buetow.org/content/30.README.xml | 5 ++-- perldaemon.buetow.org/content/40.CHANGELOG.xml | 5 ++-- perldaemon.buetow.org/content/45.WISHLIST.xml | 5 ++-- perldaemon.buetow.org/content/50.Download.xml | 13 +++++----- perldaemon.buetow.org/content/98.Contact.xml | 35 +++++++++++++------------- perldaemon.buetow.org/content/99.License.xml | 33 ++++++++++++------------ perldaemon.buetow.org/content/home.xml | 5 ++-- 7 files changed, 47 insertions(+), 54 deletions(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/30.README.xml b/perldaemon.buetow.org/content/30.README.xml index 0434382..3a1b8be 100644 --- a/perldaemon.buetow.org/content/30.README.xml +++ b/perldaemon.buetow.org/content/30.README.xml @@ -1,12 +1,11 @@ - + 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 index 4157c9a..d55c78e 100644 --- a/perldaemon.buetow.org/content/40.CHANGELOG.xml +++ b/perldaemon.buetow.org/content/40.CHANGELOG.xml @@ -1,12 +1,11 @@ - + 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 index 8c6c570..d065aff 100644 --- a/perldaemon.buetow.org/content/45.WISHLIST.xml +++ b/perldaemon.buetow.org/content/45.WISHLIST.xml @@ -1,12 +1,11 @@ - + 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 index b434651..0e795a2 100644 --- a/perldaemon.buetow.org/content/50.Download.xml +++ b/perldaemon.buetow.org/content/50.Download.xml @@ -1,11 +1,10 @@ - + 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. + 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 index 11dcff3..a881cc3 100644 --- a/perldaemon.buetow.org/content/98.Contact.xml +++ b/perldaemon.buetow.org/content/98.Contact.xml @@ -1,20 +1,19 @@ - + - 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 - :) - + 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 index f785183..73523ae 100644 --- a/perldaemon.buetow.org/content/99.License.xml +++ b/perldaemon.buetow.org/content/99.License.xml @@ -1,4 +1,4 @@ - + License @@ -8,35 +8,35 @@ 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 @@ -51,4 +51,3 @@ POSSIBILITY OF SUCH DAMAGE. - diff --git a/perldaemon.buetow.org/content/home.xml b/perldaemon.buetow.org/content/home.xml index e9f0f87..c70834d 100644 --- a/perldaemon.buetow.org/content/home.xml +++ b/perldaemon.buetow.org/content/home.xml @@ -1,6 +1,6 @@ - + - + PerlDaemon Writing your own daemon... PerlDaemon is a minimal linux/unix daemon programmed in Perl. It can be extended to fit any task... @@ -17,4 +17,3 @@ subscribe via freecode. - -- cgit v1.2.3 From 6826b65616117f569c4f0f48652f7a0277408e02 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Mon, 30 Sep 2013 23:47:37 +0200 Subject: add 5 --- perldaemon.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/home.xml b/perldaemon.buetow.org/content/home.xml index c70834d..1ef0b65 100644 --- a/perldaemon.buetow.org/content/home.xml +++ b/perldaemon.buetow.org/content/home.xml @@ -3,7 +3,7 @@ PerlDaemon Writing your own daemon... - PerlDaemon is a minimal linux/unix daemon programmed in Perl. It can be extended to fit any task... + PerlDaemon is a minimal linux/unix daemon programmed in Perl 5. It can be extended to fit any task... Automatic daemonizing Logging and logrotate support (SIGHUP) -- cgit v1.2.3 From 297e838b5a08ccc4d7eaae94d7ed06ecda1a0d9e Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 20:14:34 +0200 Subject: add sitemap --- perldaemon.buetow.org/SITEMAP | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 perldaemon.buetow.org/SITEMAP (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/SITEMAP b/perldaemon.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3 From 20c88aac8eb106c07ccb4cc8f4be06fb61324bad Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Thu, 13 Mar 2014 23:31:13 +0100 Subject: add C. --- perldaemon.buetow.org/content/99.License.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/99.License.xml b/perldaemon.buetow.org/content/99.License.xml index 73523ae..1cbbde4 100644 --- a/perldaemon.buetow.org/content/99.License.xml +++ b/perldaemon.buetow.org/content/99.License.xml @@ -2,7 +2,7 @@ License - PerlDaemon is (C) by Paul Buetow. + PerlDaemon is (C) by Paul C. Buetow. @@ -37,10 +37,10 @@ -THIS SOFTWARE IS PROVIDED BY Paul Buetow ``AS IS'' AND ANY EXPRESS OR +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 Buetow BE LIABLE FOR ANY DIRECT, +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) -- cgit v1.2.3 From 28686f6efe46f365bdf5ab495c3fbb4223f9e0c9 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 22 Mar 2014 12:00:07 +0100 Subject: update main page to github --- perldaemon.buetow.org/content/50.Download.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/50.Download.xml b/perldaemon.buetow.org/content/50.Download.xml index 0e795a2..a59c202 100644 --- a/perldaemon.buetow.org/content/50.Download.xml +++ b/perldaemon.buetow.org/content/50.Download.xml @@ -1,10 +1,15 @@ Download - Perldaemon can be downloaded from git. Just type "git clone git://git.buetow.org/perldaemon". + !!HOSTNAME!! can be downloaded from a deb repo or from git. + Install from deb repository + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: + deb http://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". + Download from git repository 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. + http://github.com/rantanplan/!!HOSTNAME!! -- cgit v1.2.3 From 28c05cb89a125d55dd60faa2d379710a31c5cfb7 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Wed, 23 Apr 2014 23:17:05 +0200 Subject: fix download pages --- perldaemon.buetow.org/content/50.Download.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/50.Download.xml b/perldaemon.buetow.org/content/50.Download.xml index a59c202..0f7fc7a 100644 --- a/perldaemon.buetow.org/content/50.Download.xml +++ b/perldaemon.buetow.org/content/50.Download.xml @@ -1,12 +1,6 @@ Download - !!HOSTNAME!! can be downloaded from a deb repo or from git. - Install from deb repository - If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: - deb http://deb.buetow.org/apt wheezy main -deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". Download from git repository Go to -- cgit v1.2.3 From 90a6331414bb767bf92a44d358024cc5c88e6d64 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:25:44 +0200 Subject: use inject --- perldaemon.buetow.org/content/30.README.xml | 5 +---- perldaemon.buetow.org/content/40.CHANGELOG.xml | 5 +---- perldaemon.buetow.org/content/45.WISHLIST.xml | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/30.README.xml b/perldaemon.buetow.org/content/30.README.xml index 3a1b8be..f58605c 100644 --- a/perldaemon.buetow.org/content/30.README.xml +++ b/perldaemon.buetow.org/content/30.README.xml @@ -3,9 +3,6 @@ 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"); - + 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 index d55c78e..4260eba 100644 --- a/perldaemon.buetow.org/content/40.CHANGELOG.xml +++ b/perldaemon.buetow.org/content/40.CHANGELOG.xml @@ -3,9 +3,6 @@ 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"); - + 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 index d065aff..46c48f1 100644 --- a/perldaemon.buetow.org/content/45.WISHLIST.xml +++ b/perldaemon.buetow.org/content/45.WISHLIST.xml @@ -3,9 +3,6 @@ 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"); - + http://web.buetow.org/git/?p=perldaemon.git;a=blob_plain;f=WISHLIST;hb=HEAD -- cgit v1.2.3 From 926bc98bfb6ff456efd7483dfa8cf043cffc7035 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 22 Jun 2014 10:58:45 +0200 Subject: remove references to freshmeat aka freecode --- perldaemon.buetow.org/content/home.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/home.xml b/perldaemon.buetow.org/content/home.xml index 1ef0b65..d3becc9 100644 --- a/perldaemon.buetow.org/content/home.xml +++ b/perldaemon.buetow.org/content/home.xml @@ -12,8 +12,4 @@ Easy to configure Easy to extend using perl modules - - If you wanna stay in touch please - subscribe via freecode. - -- cgit v1.2.3 From 05d5182057114508206c52146645b8ceca30cf91 Mon Sep 17 00:00:00 2001 From: "Chuck Norris (uranus.fritz.box)" Date: Sun, 17 Aug 2014 22:54:37 +0200 Subject: Repartee is something we think of twenty-four hours too late. -- Mark Twain --- perldaemon.buetow.org/content/30.README.xml | 2 +- perldaemon.buetow.org/content/40.CHANGELOG.xml | 2 +- perldaemon.buetow.org/content/45.WISHLIST.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/30.README.xml b/perldaemon.buetow.org/content/30.README.xml index f58605c..a930bc2 100644 --- a/perldaemon.buetow.org/content/30.README.xml +++ b/perldaemon.buetow.org/content/30.README.xml @@ -3,6 +3,6 @@ README This is the README file of the current master branch: - http://web.buetow.org/git/?p=perldaemon.git;a=blob_plain;f=README;hb=HEAD + http://web.buetow.org/cgit/perldaemon.git/plain/README diff --git a/perldaemon.buetow.org/content/40.CHANGELOG.xml b/perldaemon.buetow.org/content/40.CHANGELOG.xml index 4260eba..ca92fd7 100644 --- a/perldaemon.buetow.org/content/40.CHANGELOG.xml +++ b/perldaemon.buetow.org/content/40.CHANGELOG.xml @@ -3,6 +3,6 @@ CHANGELOG This is the CHANGELOG file of the current master branch: - http://web.buetow.org/git/?p=perldaemon.git;a=blob_plain;f=CHANGELOG;hb=HEAD + http://web.buetow.org/cgit/perldaemon.git/plain/CHANGELOG diff --git a/perldaemon.buetow.org/content/45.WISHLIST.xml b/perldaemon.buetow.org/content/45.WISHLIST.xml index 46c48f1..a7576ec 100644 --- a/perldaemon.buetow.org/content/45.WISHLIST.xml +++ b/perldaemon.buetow.org/content/45.WISHLIST.xml @@ -3,6 +3,6 @@ WISHLIST This is the WHISHLIST file of the current master branch: - http://web.buetow.org/git/?p=perldaemon.git;a=blob_plain;f=WISHLIST;hb=HEAD + http://web.buetow.org/cgit/perldaemon.git/plain/WISHLIST -- cgit v1.2.3 From dace221b1fabae687dc68dc1bce3085579c72da6 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sat, 27 Dec 2014 15:30:21 +0100 Subject: fix listurls --- perldaemon.buetow.org/content/98.Contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perldaemon.buetow.org') diff --git a/perldaemon.buetow.org/content/98.Contact.xml b/perldaemon.buetow.org/content/98.Contact.xml index a881cc3..d3d66b0 100644 --- a/perldaemon.buetow.org/content/98.Contact.xml +++ b/perldaemon.buetow.org/content/98.Contact.xml @@ -3,7 +3,7 @@ Contact Me/Us Please use the - Development Mailing List + Development Mailing List for any considerations of this humble programming project or any other programming project of mine. -- cgit v1.2.3