summaryrefslogtreecommitdiff
path: root/dev.buetow.org/content/home.xml
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-09-28 18:02:25 +0200
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-09-28 18:02:25 +0200
commit2bfe5014a3ec0c2dc04fc3a72420ca86f5fac524 (patch)
tree7f28e95ae7ac97f435eba0418e999db474e6a15a /dev.buetow.org/content/home.xml
parent714164e679851987512435ed9b88f094c822e9f3 (diff)
reformat XML
Diffstat (limited to 'dev.buetow.org/content/home.xml')
-rw-r--r--dev.buetow.org/content/home.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml
index c7ae960..f1761ab 100644
--- a/dev.buetow.org/content/home.xml
+++ b/dev.buetow.org/content/home.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-&gt;get_hostroot();
sub getf ($) {
open my $f, $_[0] or die "$!: $_[0]\n";