From 4c5fcaef491736b3f992e6d934d41eac6c54dafb Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 13:12:53 +0200 Subject: remove this site --- xerl.buetow.foo/content/40.Todos.xml | 8 --- xerl.buetow.foo/content/99.Imprint.xml | 87 ------------------------------- xerl.buetow.foo/content/99.license.xml | 23 -------- xerl.buetow.foo/content/Embedded_Perl.xml | 67 ------------------------ xerl.buetow.foo/content/home.xml | 41 --------------- 5 files changed, 226 deletions(-) delete mode 100644 xerl.buetow.foo/content/40.Todos.xml delete mode 100644 xerl.buetow.foo/content/99.Imprint.xml delete mode 100644 xerl.buetow.foo/content/99.license.xml delete mode 100644 xerl.buetow.foo/content/Embedded_Perl.xml delete mode 100644 xerl.buetow.foo/content/home.xml diff --git a/xerl.buetow.foo/content/40.Todos.xml b/xerl.buetow.foo/content/40.Todos.xml deleted file mode 100644 index 7c7ee34..0000000 --- a/xerl.buetow.foo/content/40.Todos.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - Todos - This is the TODO file of the current master branch: - - http://web.buetow.org/git/?p=xerl.git;a=blob_plain;f=TODO;hb=refs/heads/develop - - diff --git a/xerl.buetow.foo/content/99.Imprint.xml b/xerl.buetow.foo/content/99.Imprint.xml deleted file mode 100644 index 4655aca..0000000 --- a/xerl.buetow.foo/content/99.Imprint.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - Imprint - - In case you have work for me or have any other comments to pass, please choose your contact method... - - - - Address / Snail Mail: - - - Dipl.-Inform. (FH) Paul C. B!!N!!uuml;tow - - Schneidem!!N!!uuml;hler Stra!!N!!szlig;e 12c - - D-76139 Karlsruhe-Waldstadt - - Germany / Deutschland - - - - - - Jabber/XMPP: - - - - // Anti-Spam - function strrev(str) { - if (!str) return ''; - var revstr = ''; - for (var i = str.length-1; i>=0; i--) - revstr += str.charAt(i) - return revstr; - } - var array = new Array('gro', '.', 'woteub', '@', 'luap'); - for (var i = array.length - 1; i >= 0; --i) { - document.write(strrev(array[i])); - } - - - - - - - E-Mail: - - - - // Anti-Spam - function strrev(str) { - if (!str) return ''; - var revstr = ''; - for (var i = str.length-1; i>=0; i--) - revstr += str.charAt(i) - return revstr; - } - var array = new Array('gro', '.', 'woteub', '@', 'luap'); - for (var i = array.length - 1; i >= 0; --i) { - document.write(strrev(array[i])); - } - - (GPG/PGP public key ID: 0x37EC5C1D) - - - - - - Mailing Lists: - - - http://lists.buetow.org - - - - - - IRC: - - - On request - - - - - - diff --git a/xerl.buetow.foo/content/99.license.xml b/xerl.buetow.foo/content/99.license.xml deleted file mode 100644 index 878816a..0000000 --- a/xerl.buetow.foo/content/99.license.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - License - - Xerl is (C) by Paul C. B!!N!!uuml;tow. - - - All rights reserved. - - - - foo - - - - - * Bar - - - - sdf - sdfsdf - diff --git a/xerl.buetow.foo/content/Embedded_Perl.xml b/xerl.buetow.foo/content/Embedded_Perl.xml deleted file mode 100644 index 1a8f3b7..0000000 --- a/xerl.buetow.foo/content/Embedded_Perl.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - Some programming projects - Mailing List - - Here are some programming projects listed which I programmed in my spare time. Some may be usefull and others may not. Please use the - Development Mailing List - for any considerations. - - Git repository - - You may go to - gitweb - for browsing some of the repositories. Please check out each individual project site how to clone a git repository. - - Deb repository - Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via '[deb|deb-src] http://deb.buetow.org/apt REPLACEWITHDISTNAME main'. - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -" - Project list - - - # Ugly but works for now - my $hostroot = $config->get_hostroot(); - - sub getf ($) { - open my $f, $_[0] or die "$!: $_[0]\n"; - my @slurp = !!LT!!$f!!GT!!; - close $f; - @slurp; - } - - sub nl () { "!!LT!!br /!!GT!!\n" } - - sub list (*) { - my $tag = shift; - my @found = sort `find $hostroot -name $tag`; - my $ret = ''; - - - for my $found (@found) { - $found =~ /.*hosts.(.*?).$tag/; - my $host = $1; - - my @content = getf $found; - - $ret .= "!!LT!!b!!GT!!!!LT!!a href=http://$host!!GT!!$host!!LT!!/a!!GT!!!!LT!!/b!!GT!!" . nl;; - if (@content) { - $ret .= join " ", @content; - $ret .= nl; - } - $ret .= nl; - } - - $ret; - } - - my $ret = list PROJECT; - - $ret .= "!!LT!!b!!GT!!!!LT!!i!!GT!!Older projects (not active at the moment):!!LT!!/i!!GT!!!!LT!!/b!!GT!!" . nl x 2; - $ret .= list OLDPROJECT; - $ret .= "!!LT!!b!!GT!!!!LT!!i!!GT!!Obsolete projects (no work will be done anymore and the software may be broken):!!LT!!/i!!GT!!!!LT!!/b!!GT!!" . nl x 2; - $ret .= list OBSOLETEPROJECT; - - $ret; - - - diff --git a/xerl.buetow.foo/content/home.xml b/xerl.buetow.foo/content/home.xml deleted file mode 100644 index 339cd79..0000000 --- a/xerl.buetow.foo/content/home.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - It's just xerl.buetow.foo - - - Important notice: - The domain - .buetow.foo - contains only development, test and PoC stuff. Replace - $shomething.buetow.foo - with - $something.buetow.org - (if exists) to get the stable stuff. - - - Welcome to my small humble website. My real name is Paul C. Buetow and I am a full time Linux System Administrator managing more than 1500 servers at work (in a team). In my spare time I drive buetow.org and also spend my time in system programming tasks. - If you don't like this website design: I am not a web designer and sometimes less is more. - - - My development site: - http://dev.buetow.org - - - My tech blog: - http://comp.buetow.org - - - My "normal stuff" blog: - http://blog.buetow.org - (mostly german) - - - Twitter: - https://twitter.com/plantanran - - - My pictures: - http://www.flickr.com/photos/buetow/ - - - -- cgit v1.2.3