diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-10-03 12:22:15 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-10-03 12:22:15 +0200 |
| commit | afb63e17e042f30f4470a2d18524417cab5de66a (patch) | |
| tree | cde936f653656ef5998bf2a4950b353faff4af17 | |
| parent | e129ce2211081e68d7ca49cb069531eebdc3437d (diff) | |
Reformatted XML
| -rw-r--r-- | fype.buetow.org/content/home.xml | 2 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/99.Imprint.xml | 46 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/99.license.xml | 11 |
3 files changed, 29 insertions, 30 deletions
diff --git a/fype.buetow.org/content/home.xml b/fype.buetow.org/content/home.xml index 03f43b4..62c0c50 100644 --- a/fype.buetow.org/content/home.xml +++ b/fype.buetow.org/content/home.xml @@ -12,6 +12,6 @@ </important> <text> <limg href="?document=images/fype.png" title="Fype"/> - <noop>... is an attempt to build an open source scripting language from scratch (just for fun) using C99 on the FreeBSD operating system. Fypes focus is to use as few dependencies on 3rd party libraries as possible and to use as less code as possible and a very small execution binary! Fype should be portable to many different operating systems as well. The first release will be also available at least for Linux and maybe other UNIX alike operating systems. Fype itself is using the BSD license.</noop> + <noop>... is an attempt to build an open source scripting language from scratch (just for fun) using C99 on the FreeBSD operating system. Fypes focus is to use as few dependencies on 3rd party libraries as possible and to use as less code as possible and a very small execution binary! Fype should be portable to many different operating systems as well. The first release will be also available at least for Linux and maybe other UNIX alike operating systems. Fype itself is using the BSD license.</noop> </text> </content> diff --git a/xerl.buetow.foo/content/99.Imprint.xml b/xerl.buetow.foo/content/99.Imprint.xml index 4960594..4655aca 100644 --- a/xerl.buetow.foo/content/99.Imprint.xml +++ b/xerl.buetow.foo/content/99.Imprint.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <content> <pagetitle>Imprint</pagetitle> <text> @@ -8,79 +8,79 @@ <noop> <strong>Address / Snail Mail:</strong> </noop> - <newline /> + <newline/> <noop>Dipl.-Inform. (FH) Paul C. B!!N!!uuml;tow</noop> - <newline /> + <newline/> <noop>Schneidem!!N!!uuml;hler Stra!!N!!szlig;e 12c</noop> - <newline /> + <newline/> <noop>D-76139 Karlsruhe-Waldstadt</noop> - <newline /> + <newline/> <noop>Germany / Deutschland</noop> - <newline /> - <newline /> + <newline/> + <newline/> </enumitem> <enumitem> <noop> <strong>Jabber/XMPP:</strong> </noop> - <newline /> + <newline/> <javascript> // Anti-Spam function strrev(str) { if (!str) return ''; var revstr = ''; - for (var i = str.length-1; i>=0; i--) + 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) { + for (var i = array.length - 1; i >= 0; --i) { document.write(strrev(array[i])); } </javascript> - <newline /> - <newline /> + <newline/> + <newline/> </enumitem> <enumitem> <noop> <strong>E-Mail:</strong> </noop> - <newline /> + <newline/> <javascript> // Anti-Spam function strrev(str) { if (!str) return ''; var revstr = ''; - for (var i = str.length-1; i>=0; i--) + 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) { + 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 /> + <newline/> + <newline/> </enumitem> <enumitem> <noop> <strong>Mailing Lists:</strong> </noop> - <newline /> + <newline/> <hyperlink>http://lists.buetow.org</hyperlink> - <newline /> - <newline /> + <newline/> + <newline/> </enumitem> <enumitem> <noop> <strong>IRC:</strong> </noop> - <newline /> + <newline/> <noop>On request</noop> - <newline /> - <newline /> + <newline/> + <newline/> </enumitem> </enumeration> </text> diff --git a/xerl.buetow.foo/content/99.license.xml b/xerl.buetow.foo/content/99.license.xml index 29bfc88..2cc158c 100644 --- a/xerl.buetow.foo/content/99.license.xml +++ b/xerl.buetow.foo/content/99.license.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <content> <pagetitle>License</pagetitle> <text> @@ -6,13 +6,13 @@ </text> <text> <noop>All rights reserved. </noop> - <newline /> - <newline /> + <newline/> + <newline/> <noop> foo </noop> - <newline /> - <newline /> + <newline/> + <newline/> <noop> * Bar </noop> @@ -21,4 +21,3 @@ sdf sdfsdf</code> </content> - |
