diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 21:41:56 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 21:41:56 +0200 |
| commit | a2abef785c54953e9e29f90f084a95dc70c5fe79 (patch) | |
| tree | 94a467d749fac2aa8912ec341973e536b409a99d | |
| parent | fbae5928feffddfc209be45e1e407aea875a9155 (diff) | |
foo
| -rw-r--r-- | xerl.buetow.foo/content/10.foo.xml | 43 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/40.Todos.xml | 11 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/99.Imprint.xml | 87 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/99.license.xml | 24 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/bar.xml | 43 |
5 files changed, 122 insertions, 86 deletions
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 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle>foo It's just xerl.buetow.foo</pagetitle> - <important> - <text> - <strong>Important notice:</strong> - <noop>The domain </noop> - <strong>.buetow.foo</strong> - <noop>contains only development, test and PoC stuff. Replace </noop> - <strong>$shomething.buetow.foo</strong> - <noop> with </noop> - <strong>$something.buetow.org</strong> - <noop> (if exists) to get the stable stuff.</noop> - </text> - </important> - <text>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.</text> - <text>If you don't like this website design: I am not a web designer and sometimes less is more.</text> - <text> - <enumeration> - <enumitem> - <noop>My development site: </noop> - <hyperlink>http://dev.buetow.org</hyperlink> - </enumitem> - <enumitem> - <noop>My tech blog: </noop> - <hyperlink>http://comp.buetow.org</hyperlink> - </enumitem> - <enumitem> - <noop>My "normal stuff" blog: </noop> - <hyperlink>http://blog.buetow.org</hyperlink> - <noop> (mostly german)</noop> - </enumitem> - <enumitem> - <noop>Twitter: </noop> - <hyperlink>https://twitter.com/plantanran</hyperlink> - </enumitem> - <enumitem> - <noop>My pictures: </noop> - <hyperlink>http://www.flickr.com/photos/buetow/</hyperlink> - </enumitem> - </enumeration> - </text> -</content> 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Todos</pagetitle> + <text>This is the TODO file of the current master branch:</text> + <pretext> + <perl> + use LWP::Simple; + get("http://web.buetow.org/git/?p=xerl.git;a=blob_plain;f=TODO;hb=HEAD"); + </perl> + </pretext> +</content> 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Imprint</pagetitle> + <text> + <noop>In case you have work for me or have any other comments to pass, please choose your contact method...</noop> + <enumeration> + <enumitem> + <noop> + <strong>Address / Snail Mail:</strong> + </noop> + <newline /> + <noop>Dipl.-Inform. (FH) Paul C. B!!N!!uuml;tow</noop> + <newline /> + <noop>Schneidem!!N!!uuml;hler Stra!!N!!szlig;e 12c</noop> + <newline /> + <noop>D-76139 Karlsruhe-Waldstadt</noop> + <newline /> + <noop>Germany / Deutschland</noop> + <newline /> + <newline /> + </enumitem> + <enumitem> + <noop> + <strong>Jabber/XMPP:</strong> + </noop> + <newline /> + <javascript> + // 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])); + } + </javascript> + <newline /> + <newline /> + </enumitem> + <enumitem> + <noop> + <strong>E-Mail:</strong> + </noop> + <newline /> + <javascript> + // 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])); + } + </javascript> + <noop> (GPG/PGP public key ID: 0x37EC5C1D)</noop> + <newline /> + <newline /> + </enumitem> + <enumitem> + <noop> + <strong>Mailing Lists:</strong> + </noop> + <newline /> + <hyperlink>http://lists.buetow.org</hyperlink> + <newline /> + <newline /> + </enumitem> + <enumitem> + <noop> + <strong>IRC:</strong> + </noop> + <newline /> + <noop>On request</noop> + <newline /> + <newline /> + </enumitem> + </enumeration> + </text> +</content> 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>License</pagetitle> + <text> + <noop>Xerl is (C) by Paul B!!N!!uuml;tow.</noop> + </text> + <text> + <noop>All rights reserved. </noop> + <newline /> + <newline /> + <noop> + foo + </noop> + <newline /> + <newline /> + <noop> + * Bar + </noop> + </text> + <code> + sdf + sdfsdf</code> +</content> + 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 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle> bar It's just xerl.buetow.foo</pagetitle> - <important> - <text> - <strong>Important notice:</strong> - <noop>The domain </noop> - <strong>.buetow.foo</strong> - <noop>contains only development, test and PoC stuff. Replace </noop> - <strong>$shomething.buetow.foo</strong> - <noop> with </noop> - <strong>$something.buetow.org</strong> - <noop> (if exists) to get the stable stuff.</noop> - </text> - </important> - <text>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.</text> - <text>If you don't like this website design: I am not a web designer and sometimes less is more.</text> - <text> - <enumeration> - <enumitem> - <noop>My development site: </noop> - <hyperlink>http://dev.buetow.org</hyperlink> - </enumitem> - <enumitem> - <noop>My tech blog: </noop> - <hyperlink>http://comp.buetow.org</hyperlink> - </enumitem> - <enumitem> - <noop>My "normal stuff" blog: </noop> - <hyperlink>http://blog.buetow.org</hyperlink> - <noop> (mostly german)</noop> - </enumitem> - <enumitem> - <noop>Twitter: </noop> - <hyperlink>https://twitter.com/plantanran</hyperlink> - </enumitem> - <enumitem> - <noop>My pictures: </noop> - <hyperlink>http://www.flickr.com/photos/buetow/</hyperlink> - </enumitem> - </enumeration> - </text> -</content> |
