diff options
Diffstat (limited to 'xerl.buetow.foo')
| -rw-r--r-- | xerl.buetow.foo/content/10.foo.xml | 11 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/Development.xml | 8 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/Download.xml | 14 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/bar.xml | 11 | ||||
| -rw-r--r-- | xerl.buetow.foo/content/home.xml | 11 |
5 files changed, 31 insertions, 24 deletions
diff --git a/xerl.buetow.foo/content/10.foo.xml b/xerl.buetow.foo/content/10.foo.xml index 05e3d5e..b3b7c3c 100644 --- a/xerl.buetow.foo/content/10.foo.xml +++ b/xerl.buetow.foo/content/10.foo.xml @@ -1,13 +1,16 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<?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>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> + <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> diff --git a/xerl.buetow.foo/content/Development.xml b/xerl.buetow.foo/content/Development.xml index c7ae960..f1761ab 100644 --- a/xerl.buetow.foo/content/Development.xml +++ b/xerl.buetow.foo/content/Development.xml @@ -1,16 +1,16 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <content> <pagetitle>Some programming projects</pagetitle> <textheader>Mailing List</textheader> <text> <noop>Here are some programming projects listed which I programmed in my spare time. Some may be usefull and others may not. Please use the </noop> - <namedlink href="http://web.buetow.org/listinfo/dev">Development Mailing List</namedlink> + <namedlink href="http://web.buetow.org/listinfo/dev">Development Mailing List</namedlink> <noop> for any considerations.</noop> </text> <textheader>Git repository</textheader> <text> <noop>You may go to </noop> - <namedlink href="http://git.buetow.org/">gitweb</namedlink> + <namedlink href="http://git.buetow.org/">gitweb</namedlink> <noop> for browsing some of the repositories. Please check out each individual project site how to clone a git repository.</noop> </text> <textheader>Deb repository</textheader> @@ -20,7 +20,7 @@ <text> <perl> # Ugly but works for now - my $hostroot = $config->get_hostroot(); + my $hostroot = $config->get_hostroot(); sub getf ($) { open my $f, $_[0] or die "$!: $_[0]\n"; diff --git a/xerl.buetow.foo/content/Download.xml b/xerl.buetow.foo/content/Download.xml index 545fb26..826cc07 100644 --- a/xerl.buetow.foo/content/Download.xml +++ b/xerl.buetow.foo/content/Download.xml @@ -1,12 +1,10 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <content> <pagetitle>Download</pagetitle> - <text>Xerl can be downloaded from git. Just type "git clone git://git.buetow.org/xerl".</text> - <text> - <noop>Go to </noop> - <namedlink href="http://web.buetow.org/git/?p=xerl.git">gitweb</namedlink> - <noop> in order to browse the repository online. The master branch always keeps the current stable version. The develop branch always keeps the current development version. For releases there are tags.</noop> + <text>Xerl can be downloaded from git. Just type "git clone git://git.buetow.org/xerl".</text> + <text> + <noop>Go to </noop> + <namedlink href="http://web.buetow.org/git/?p=xerl.git">gitweb</namedlink> + <noop> in order to browse the repository online. The master branch always keeps the current stable version. The develop branch always keeps the current development version. For releases there are tags.</noop> </text> </content> - - diff --git a/xerl.buetow.foo/content/bar.xml b/xerl.buetow.foo/content/bar.xml index 1d5b0db..c4055e3 100644 --- a/xerl.buetow.foo/content/bar.xml +++ b/xerl.buetow.foo/content/bar.xml @@ -1,13 +1,16 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<?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>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> + <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> diff --git a/xerl.buetow.foo/content/home.xml b/xerl.buetow.foo/content/home.xml index 7636a95..29d00ac 100644 --- a/xerl.buetow.foo/content/home.xml +++ b/xerl.buetow.foo/content/home.xml @@ -1,13 +1,16 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <content> <pagetitle>It's just xerl.buetow.foo</pagetitle> <important> <text> <strong>Important notice:</strong> - <noop>The domain </noop> <strong>.buetow.foo</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> + <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> |
