diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 04:45:15 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 04:45:15 +0200 |
| commit | 79b145b979d57d10a1f3a41482b773382a78897e (patch) | |
| tree | 30043962f13f2bef2baeb0fbf3f9eacf15c499bc | |
| parent | 5d98f7e3825aeb65cd5f0ebdfc098e5fa5cac9f9 (diff) | |
fix HTML5 bug
| -rw-r--r-- | paul.buetow.org/content/99.Imprint.xml | 164 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/home.xml | 48 |
2 files changed, 104 insertions, 108 deletions
diff --git a/paul.buetow.org/content/99.Imprint.xml b/paul.buetow.org/content/99.Imprint.xml index 4655aca..b2a1c7c 100644 --- a/paul.buetow.org/content/99.Imprint.xml +++ b/paul.buetow.org/content/99.Imprint.xml @@ -1,87 +1,85 @@ <?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> + <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> </content> diff --git a/xerl.buetow.foo/content/home.xml b/xerl.buetow.foo/content/home.xml index 29d00ac..60c41e6 100644 --- a/xerl.buetow.foo/content/home.xml +++ b/xerl.buetow.foo/content/home.xml @@ -15,29 +15,27 @@ </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> + <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> </content> |
