diff options
Diffstat (limited to 'xerl.buetow.foo/content/Development.xml')
| -rw-r--r-- | xerl.buetow.foo/content/Development.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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"; |
