From a2abef785c54953e9e29f90f084a95dc70c5fe79 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 21:41:56 +0200 Subject: foo --- xerl.buetow.foo/content/10.foo.xml | 43 ----------------- xerl.buetow.foo/content/40.Todos.xml | 11 +++++ xerl.buetow.foo/content/99.Imprint.xml | 87 ++++++++++++++++++++++++++++++++++ xerl.buetow.foo/content/99.license.xml | 24 ++++++++++ xerl.buetow.foo/content/bar.xml | 43 ----------------- 5 files changed, 122 insertions(+), 86 deletions(-) delete mode 100644 xerl.buetow.foo/content/10.foo.xml create mode 100644 xerl.buetow.foo/content/40.Todos.xml create mode 100644 xerl.buetow.foo/content/99.Imprint.xml create mode 100644 xerl.buetow.foo/content/99.license.xml delete mode 100644 xerl.buetow.foo/content/bar.xml diff --git a/xerl.buetow.foo/content/10.foo.xml b/xerl.buetow.foo/content/10.foo.xml deleted file mode 100644 index b3b7c3c..0000000 --- a/xerl.buetow.foo/content/10.foo.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - foo 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 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/ - - - - diff --git a/xerl.buetow.foo/content/40.Todos.xml b/xerl.buetow.foo/content/40.Todos.xml new file mode 100644 index 0000000..141b36f --- /dev/null +++ b/xerl.buetow.foo/content/40.Todos.xml @@ -0,0 +1,11 @@ + + + Todos + This is the TODO file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=xerl.git;a=blob_plain;f=TODO;hb=HEAD"); + + + diff --git a/xerl.buetow.foo/content/99.Imprint.xml b/xerl.buetow.foo/content/99.Imprint.xml new file mode 100644 index 0000000..4960594 --- /dev/null +++ b/xerl.buetow.foo/content/99.Imprint.xml @@ -0,0 +1,87 @@ + + + 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 new file mode 100644 index 0000000..29bfc88 --- /dev/null +++ b/xerl.buetow.foo/content/99.license.xml @@ -0,0 +1,24 @@ + + + License + + Xerl is (C) by Paul B!!N!!uuml;tow. + + + All rights reserved. + + + + foo + + + + + * Bar + + + + sdf + sdfsdf + + diff --git a/xerl.buetow.foo/content/bar.xml b/xerl.buetow.foo/content/bar.xml deleted file mode 100644 index c4055e3..0000000 --- a/xerl.buetow.foo/content/bar.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - bar 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 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