From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- dev.buetow.org/content/home.xml | 69 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 dev.buetow.org/content/home.xml (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml new file mode 100644 index 0000000..6a99438 --- /dev/null +++ b/dev.buetow.org/content/home.xml @@ -0,0 +1,69 @@ + + + Some programming projects + Mailing List + + Here are some programming projects listed which I programmed in my spare time. Some may be usefull and others may not. Please use the + Development Mailing List + for any considerations. + + Git repository + + You may go to + gitweb + for browsing some of the repositories. Please check out each individual project site how to clone a git repository. + + Deb repository + Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via '[deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main'. + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" + Project list + + + my $hostroot = $config->get_hostroot(); + + sub getf ($) { + open my $f, $_[0] or die "$!: $_[0]\n"; + my @slurp = \<$f\>; + close $f; + @slurp; + } + + sub nl () { "\
\n" } + + sub list (*) { + my $tag = shift; + my @found = sort `find $hostroot -name $tag`; + my $ret = ''; + + + for my $found (@found) { + $found =~ /.*hosts.(.*?).$tag/; + my $host = $1; + + my @content = getf $found; + + $ret .= "\\$host\\" . nl;; + if (@content) { + $ret .= join " ", @content; + $ret .= nl; + } + $ret .= nl; + } + + $ret; + } + + my $ret = list PROJECT; + + $ret .= "\\Older projects (not active at the moment):\" . nl x 2; + + $ret .= list OLDPROJECT; + + $ret .= "\\Obsolete projects (no work will be done anymore and the software may be broken):\" . nl x 2; + + $ret .= list OBSOLETEPROJECT; + + $ret; +
+
+
-- cgit v1.2.3 From 2b410702314b5db36b7e637cb2634282665744a6 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 7 Sep 2013 14:47:07 +0200 Subject: new dev site --- dev.buetow.org/config.xml | 67 ++++++++++++++++++ dev.buetow.org/content/home.xml | 69 ------------------ dev.buetow.org/htdocs/images/bg.png | Bin 0 -> 347 bytes dev.buetow.org/htdocs/images/camel.jpg | Bin 0 -> 46392 bytes dev.buetow.org/htdocs/images/dotORG.png | Bin 0 -> 12256 bytes dev.buetow.org/htdocs/images/head.jpg | Bin 0 -> 55048 bytes dev.buetow.org/htdocs/images/ipv6ready.png | Bin 0 -> 3786 bytes dev.buetow.org/htdocs/images/org.png | Bin 0 -> 4682 bytes dev.buetow.org/htdocs/styles/blank.css | 1 + dev.buetow.org/htdocs/styles/default.css | 110 +++++++++++++++++++++++++++++ dev.buetow.org/templates/plain.xml | 5 ++ dev.buetow.org/templates/rss2.feed.xml | 16 +++++ dev.buetow.org/templates/xhtml.xml | 35 +++++++++ 13 files changed, 234 insertions(+), 69 deletions(-) create mode 100644 dev.buetow.org/config.xml delete mode 100644 dev.buetow.org/content/home.xml create mode 100644 dev.buetow.org/htdocs/images/bg.png create mode 100644 dev.buetow.org/htdocs/images/camel.jpg create mode 100644 dev.buetow.org/htdocs/images/dotORG.png create mode 100644 dev.buetow.org/htdocs/images/head.jpg create mode 100644 dev.buetow.org/htdocs/images/ipv6ready.png create mode 100644 dev.buetow.org/htdocs/images/org.png create mode 100644 dev.buetow.org/htdocs/styles/blank.css create mode 100644 dev.buetow.org/htdocs/styles/default.css create mode 100644 dev.buetow.org/templates/plain.xml create mode 100644 dev.buetow.org/templates/rss2.feed.xml create mode 100644 dev.buetow.org/templates/xhtml.xml (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/config.xml b/dev.buetow.org/config.xml new file mode 100644 index 0000000..d076d15 --- /dev/null +++ b/dev.buetow.org/config.xml @@ -0,0 +1,67 @@ + + + + + + + %%host%% - %%site%% + web.buetow.org/stats + ?document= + %%documentsurl%%images/ + %%documentsurl%%styles/ + + A-5916832-1 + ftp://ftp.buetow.org/pub + + + + + + + + + + [h1] + [h2] + [h3] + + [div class="important"] + [p] + [span class="@@class@@"] + [pre class="quote"] + [p][pre] + [a href="@@text@@"] + [a href="@@href@@"] + [a href="@@href@@"][img align="center" border="1" alt="@@desc@@" title="@@desc@@" src="@@src@@"] + [img border="0" alt="@@title@@" title="@@title@@" src="@@href@@" /] + [center][a href="@@link@@"][img alt="@@title@@" title="@@title@@" src="@@href@@" /][/a][/center] + [img border="0" alt="@@title@@" title="@@title@@" class="rimg" src="@@href@@" align="right" /] + [a href="@@link@@"][img border="0" alt="@@title@@" title="@@title@@" class="rimg" src="@@href@@" align="right" /][/a] + [img border="0" alt="@@title@@" title="@@title@@" class="limg" src="@@href@@" align="left" /] + [br /] + [div class="menu"] + [a class="menuitem" href="@@link@@$$params$$"] + [a class="activemenuitem" href="@@link@@$$params$$"] + [ul] + [li] + [li class="na"] + [div class="incsep"] + [pre class="code"] + [script type="text/javascript" language="JavaScript"] + + + [title] + [description] + [p] + [a href="@@text@@"] + [a href="@@href@@"] + %%whitespace%%(@@href@@) + [item] + [ul] + [li] + [li] + [pre] + + + + diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml deleted file mode 100644 index 6a99438..0000000 --- a/dev.buetow.org/content/home.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - Some programming projects - Mailing List - - Here are some programming projects listed which I programmed in my spare time. Some may be usefull and others may not. Please use the - Development Mailing List - for any considerations. - - Git repository - - You may go to - gitweb - for browsing some of the repositories. Please check out each individual project site how to clone a git repository. - - Deb repository - Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via '[deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main'. - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" - Project list - - - my $hostroot = $config->get_hostroot(); - - sub getf ($) { - open my $f, $_[0] or die "$!: $_[0]\n"; - my @slurp = \<$f\>; - close $f; - @slurp; - } - - sub nl () { "\
\n" } - - sub list (*) { - my $tag = shift; - my @found = sort `find $hostroot -name $tag`; - my $ret = ''; - - - for my $found (@found) { - $found =~ /.*hosts.(.*?).$tag/; - my $host = $1; - - my @content = getf $found; - - $ret .= "\\
$host\\" . nl;; - if (@content) { - $ret .= join " ", @content; - $ret .= nl; - } - $ret .= nl; - } - - $ret; - } - - my $ret = list PROJECT; - - $ret .= "\\Older projects (not active at the moment):\" . nl x 2; - - $ret .= list OLDPROJECT; - - $ret .= "\\Obsolete projects (no work will be done anymore and the software may be broken):\" . nl x 2; - - $ret .= list OBSOLETEPROJECT; - - $ret; - - - diff --git a/dev.buetow.org/htdocs/images/bg.png b/dev.buetow.org/htdocs/images/bg.png new file mode 100644 index 0000000..35fb3b5 Binary files /dev/null and b/dev.buetow.org/htdocs/images/bg.png differ diff --git a/dev.buetow.org/htdocs/images/camel.jpg b/dev.buetow.org/htdocs/images/camel.jpg new file mode 100644 index 0000000..ebbdfd3 Binary files /dev/null and b/dev.buetow.org/htdocs/images/camel.jpg differ diff --git a/dev.buetow.org/htdocs/images/dotORG.png b/dev.buetow.org/htdocs/images/dotORG.png new file mode 100644 index 0000000..c487e26 Binary files /dev/null and b/dev.buetow.org/htdocs/images/dotORG.png differ diff --git a/dev.buetow.org/htdocs/images/head.jpg b/dev.buetow.org/htdocs/images/head.jpg new file mode 100644 index 0000000..0a9c408 Binary files /dev/null and b/dev.buetow.org/htdocs/images/head.jpg differ diff --git a/dev.buetow.org/htdocs/images/ipv6ready.png b/dev.buetow.org/htdocs/images/ipv6ready.png new file mode 100644 index 0000000..18a42a7 Binary files /dev/null and b/dev.buetow.org/htdocs/images/ipv6ready.png differ diff --git a/dev.buetow.org/htdocs/images/org.png b/dev.buetow.org/htdocs/images/org.png new file mode 100644 index 0000000..c338dc5 Binary files /dev/null and b/dev.buetow.org/htdocs/images/org.png differ diff --git a/dev.buetow.org/htdocs/styles/blank.css b/dev.buetow.org/htdocs/styles/blank.css new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/dev.buetow.org/htdocs/styles/blank.css @@ -0,0 +1 @@ + diff --git a/dev.buetow.org/htdocs/styles/default.css b/dev.buetow.org/htdocs/styles/default.css new file mode 100644 index 0000000..2c9e778 --- /dev/null +++ b/dev.buetow.org/htdocs/styles/default.css @@ -0,0 +1,110 @@ +html { + height: 100%; +} + +body { + font-family: Georgia, Serif; + background-color: #19495f; + height: 100%; + max-width: 900px; +} + +p { + padding: 1px 0; +} + +div.header { + background-color: #01768f; + border-color: #000000; + border-width: 2px; + border-style: solid; + color: #FFFFFF; + padding: 20px; + margin: 0px; + margin-bottom: 5px; + text-align: center; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; +} + +span.italic { + font-style: italic; +} + +span.bold { + font-weight: bold; +} + +div.main { + background-color: #FFFFFA; + border-width: 1px; + border-style: solid; + padding: 5px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; +} + +div.important { + background-color: #FF8181; + border-width: 1px; + border-style: solid; +} + +h1 { + padding-left: 10px; + font-size: 30px; +} + +h2, h3, p { + padding-left: 10px; + padding-right: 10px; +} + + +pre, .quote, .code { + border:1px #000000 solid; + font-family: "Courier New", courier; + background: #FFFFFF; + color: #000000; + padding-top: -10px; + padding-right: 10px; + padding: 10px; + margin-bottom: 30px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; +} + +.footer { + background-color: #EEEEEE; + color: #000000; + text-align: center; + font-style: italic; + font-size: 12px; + margin-top: 10px; + padding: 10px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; +} + +a { + color: #000000; +} + +a:hover { + color: #FF0000; + text-decoration: none; +} + +img { + padding-left: 10px; + padding-bottom: 10px; +} + +img.limg { + padding-right: 10px; +} + +div.incsep { + background-color: #FEFEFE; + padding-bottom: 50px; +} diff --git a/dev.buetow.org/templates/plain.xml b/dev.buetow.org/templates/plain.xml new file mode 100644 index 0000000..7c3225e --- /dev/null +++ b/dev.buetow.org/templates/plain.xml @@ -0,0 +1,5 @@ + + + + %%content%% + diff --git a/dev.buetow.org/templates/rss2.feed.xml b/dev.buetow.org/templates/rss2.feed.xml new file mode 100644 index 0000000..43e2c67 --- /dev/null +++ b/dev.buetow.org/templates/rss2.feed.xml @@ -0,0 +1,16 @@ + + + + ?xml version="1.0"? + + + buetow.org Newsfeed + http://%%host%% + buetow.org - Paul Buetows Tech Newsfeed + $$!/bin/date$$ + Xerl Web Engine (http://xerl.buetow.org) + en + %%content%% + + + diff --git a/dev.buetow.org/templates/xhtml.xml b/dev.buetow.org/templates/xhtml.xml new file mode 100644 index 0000000..b4caad8 --- /dev/null +++ b/dev.buetow.org/templates/xhtml.xml @@ -0,0 +1,35 @@ + + +!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" + + + %%title%% + + + + + + + + <=link rel="alternate" type="application/rss+xml" title="buetow.org Newsfeed" href="http://rss.buetow.org" /> + <=link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$" /> + + +
+ A fortune quote: + $$!/usr/games/fortune -s$$ +
+
+ + %%content%% + +
+ + +
+ -- cgit v1.2.3 From f8e257a1babbe3dc767eff1ca5a3429cacac746c Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 7 Sep 2013 14:48:47 +0200 Subject: new dev site --- dev.buetow.org/config.xml | 67 ------------- dev.buetow.org/content/home.xml | 31 ++++++ dev.buetow.org/htdocs/images/bg.png | Bin 347 -> 0 bytes dev.buetow.org/htdocs/images/camel.jpg | Bin 46392 -> 0 bytes dev.buetow.org/htdocs/images/dotORG.png | Bin 12256 -> 0 bytes dev.buetow.org/htdocs/images/head.jpg | Bin 55048 -> 0 bytes dev.buetow.org/htdocs/images/ipv6ready.png | Bin 3786 -> 0 bytes dev.buetow.org/htdocs/images/org.png | Bin 4682 -> 0 bytes dev.buetow.org/htdocs/styles/blank.css | 1 - dev.buetow.org/htdocs/styles/default.css | 110 --------------------- .../paul.buetow.org/content/.Style-Guide.xml | 37 +++++++ dev.buetow.org/paul.buetow.org/content/.rss.xml | 4 + .../paul.buetow.org/content/99.Imprint.xml | 75 ++++++++++++++ dev.buetow.org/paul.buetow.org/content/home.xml | 31 ++++++ .../paul.buetow.org/htdocs/images/bg_content.jpg | Bin 0 -> 13847 bytes .../paul.buetow.org/htdocs/images/hop.jpg | Bin 0 -> 18838 bytes .../paul.buetow.org/htdocs/images/paul.jpg | Bin 0 -> 22871 bytes .../paul.buetow.org/htdocs/images/paul2.jpg | Bin 0 -> 22377 bytes .../paul.buetow.org/htdocs/images/rantanplan.jpg | Bin 0 -> 32089 bytes dev.buetow.org/templates/plain.xml | 5 - dev.buetow.org/templates/rss2.feed.xml | 16 --- dev.buetow.org/templates/xhtml.xml | 35 ------- 22 files changed, 178 insertions(+), 234 deletions(-) delete mode 100644 dev.buetow.org/config.xml create mode 100644 dev.buetow.org/content/home.xml delete mode 100644 dev.buetow.org/htdocs/images/bg.png delete mode 100644 dev.buetow.org/htdocs/images/camel.jpg delete mode 100644 dev.buetow.org/htdocs/images/dotORG.png delete mode 100644 dev.buetow.org/htdocs/images/head.jpg delete mode 100644 dev.buetow.org/htdocs/images/ipv6ready.png delete mode 100644 dev.buetow.org/htdocs/images/org.png delete mode 100644 dev.buetow.org/htdocs/styles/blank.css delete mode 100644 dev.buetow.org/htdocs/styles/default.css create mode 100644 dev.buetow.org/paul.buetow.org/content/.Style-Guide.xml create mode 100644 dev.buetow.org/paul.buetow.org/content/.rss.xml create mode 100644 dev.buetow.org/paul.buetow.org/content/99.Imprint.xml create mode 100644 dev.buetow.org/paul.buetow.org/content/home.xml create mode 100644 dev.buetow.org/paul.buetow.org/htdocs/images/bg_content.jpg create mode 100644 dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg create mode 100644 dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg create mode 100644 dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg create mode 100644 dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg delete mode 100644 dev.buetow.org/templates/plain.xml delete mode 100644 dev.buetow.org/templates/rss2.feed.xml delete mode 100644 dev.buetow.org/templates/xhtml.xml (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/config.xml b/dev.buetow.org/config.xml deleted file mode 100644 index d076d15..0000000 --- a/dev.buetow.org/config.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - %%host%% - %%site%% - web.buetow.org/stats - ?document= - %%documentsurl%%images/ - %%documentsurl%%styles/ - - A-5916832-1 - ftp://ftp.buetow.org/pub - - - - - - - - - - [h1] - [h2] - [h3] - - [div class="important"] - [p] - [span class="@@class@@"] - [pre class="quote"] - [p][pre] - [a href="@@text@@"] - [a href="@@href@@"] - [a href="@@href@@"][img align="center" border="1" alt="@@desc@@" title="@@desc@@" src="@@src@@"] - [img border="0" alt="@@title@@" title="@@title@@" src="@@href@@" /] - [center][a href="@@link@@"][img alt="@@title@@" title="@@title@@" src="@@href@@" /][/a][/center] - [img border="0" alt="@@title@@" title="@@title@@" class="rimg" src="@@href@@" align="right" /] - [a href="@@link@@"][img border="0" alt="@@title@@" title="@@title@@" class="rimg" src="@@href@@" align="right" /][/a] - [img border="0" alt="@@title@@" title="@@title@@" class="limg" src="@@href@@" align="left" /] - [br /] - [div class="menu"] - [a class="menuitem" href="@@link@@$$params$$"] - [a class="activemenuitem" href="@@link@@$$params$$"] - [ul] - [li] - [li class="na"] - [div class="incsep"] - [pre class="code"] - [script type="text/javascript" language="JavaScript"] - - - [title] - [description] - [p] - [a href="@@text@@"] - [a href="@@href@@"] - %%whitespace%%(@@href@@) - [item] - [ul] - [li] - [li] - [pre] - - - - diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml new file mode 100644 index 0000000..46e6ccf --- /dev/null +++ b/dev.buetow.org/content/home.xml @@ -0,0 +1,31 @@ + + + It's just buetow.org + Welcome to my small humble website. My real name is Paul Bütow and I am a full time Senior 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. + If you don't like this website design: I am not a web designer and sometimes less is more. + + + + My development site: + http://dev.buetow.org + + + My tech blog: + http://comp.buetow.org + + + My "normal stuff" blog: + http://blog.buetow.org + (mostly german) + + + Twitter: + https://twitter.com/plantanran + + + My pictures: + http://www.flickr.com/photos/buetow/ + + + + diff --git a/dev.buetow.org/htdocs/images/bg.png b/dev.buetow.org/htdocs/images/bg.png deleted file mode 100644 index 35fb3b5..0000000 Binary files a/dev.buetow.org/htdocs/images/bg.png and /dev/null differ diff --git a/dev.buetow.org/htdocs/images/camel.jpg b/dev.buetow.org/htdocs/images/camel.jpg deleted file mode 100644 index ebbdfd3..0000000 Binary files a/dev.buetow.org/htdocs/images/camel.jpg and /dev/null differ diff --git a/dev.buetow.org/htdocs/images/dotORG.png b/dev.buetow.org/htdocs/images/dotORG.png deleted file mode 100644 index c487e26..0000000 Binary files a/dev.buetow.org/htdocs/images/dotORG.png and /dev/null differ diff --git a/dev.buetow.org/htdocs/images/head.jpg b/dev.buetow.org/htdocs/images/head.jpg deleted file mode 100644 index 0a9c408..0000000 Binary files a/dev.buetow.org/htdocs/images/head.jpg and /dev/null differ diff --git a/dev.buetow.org/htdocs/images/ipv6ready.png b/dev.buetow.org/htdocs/images/ipv6ready.png deleted file mode 100644 index 18a42a7..0000000 Binary files a/dev.buetow.org/htdocs/images/ipv6ready.png and /dev/null differ diff --git a/dev.buetow.org/htdocs/images/org.png b/dev.buetow.org/htdocs/images/org.png deleted file mode 100644 index c338dc5..0000000 Binary files a/dev.buetow.org/htdocs/images/org.png and /dev/null differ diff --git a/dev.buetow.org/htdocs/styles/blank.css b/dev.buetow.org/htdocs/styles/blank.css deleted file mode 100644 index 8b13789..0000000 --- a/dev.buetow.org/htdocs/styles/blank.css +++ /dev/null @@ -1 +0,0 @@ - diff --git a/dev.buetow.org/htdocs/styles/default.css b/dev.buetow.org/htdocs/styles/default.css deleted file mode 100644 index 2c9e778..0000000 --- a/dev.buetow.org/htdocs/styles/default.css +++ /dev/null @@ -1,110 +0,0 @@ -html { - height: 100%; -} - -body { - font-family: Georgia, Serif; - background-color: #19495f; - height: 100%; - max-width: 900px; -} - -p { - padding: 1px 0; -} - -div.header { - background-color: #01768f; - border-color: #000000; - border-width: 2px; - border-style: solid; - color: #FFFFFF; - padding: 20px; - margin: 0px; - margin-bottom: 5px; - text-align: center; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; -} - -span.italic { - font-style: italic; -} - -span.bold { - font-weight: bold; -} - -div.main { - background-color: #FFFFFA; - border-width: 1px; - border-style: solid; - padding: 5px; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; -} - -div.important { - background-color: #FF8181; - border-width: 1px; - border-style: solid; -} - -h1 { - padding-left: 10px; - font-size: 30px; -} - -h2, h3, p { - padding-left: 10px; - padding-right: 10px; -} - - -pre, .quote, .code { - border:1px #000000 solid; - font-family: "Courier New", courier; - background: #FFFFFF; - color: #000000; - padding-top: -10px; - padding-right: 10px; - padding: 10px; - margin-bottom: 30px; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; -} - -.footer { - background-color: #EEEEEE; - color: #000000; - text-align: center; - font-style: italic; - font-size: 12px; - margin-top: 10px; - padding: 10px; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; -} - -a { - color: #000000; -} - -a:hover { - color: #FF0000; - text-decoration: none; -} - -img { - padding-left: 10px; - padding-bottom: 10px; -} - -img.limg { - padding-right: 10px; -} - -div.incsep { - background-color: #FEFEFE; - padding-bottom: 50px; -} diff --git a/dev.buetow.org/paul.buetow.org/content/.Style-Guide.xml b/dev.buetow.org/paul.buetow.org/content/.Style-Guide.xml new file mode 100644 index 0000000..da17deb --- /dev/null +++ b/dev.buetow.org/paul.buetow.org/content/.Style-Guide.xml @@ -0,0 +1,37 @@ + + + Style guides for my nicknames + "rantanplan" + + + This is the style guide for my IRC nickname "rantanplan" @ irc.german-elite.net. This style guide has been inspired by + brian d foy's + style guide. This style guide helps you to write my nickname in the correct way! + + The rules + + The following rules have to be met: + + Each letter in rantanplan must be of the same case. Lower case is preferred. Any capitalization is incorrect unless each letter is capitalized. + Sentences should not start with rantanplan if you normally capitalize the first word of a sentence. Recast the sentence so that it begins with a capital letter. Or just write the whole sentence in small or capitalized letters! + If rantanplan is too long for you, you may use rant or ranti instead. + If you like rantanplan very much, you may use rantiplanti as his nickname! + Sometimes rantanplan changes his nick into some weird combinations like plantanran or ranplantan or tanplanrantanplan! Any version is valid! You can think of 3 main body parts: ran tan and plan. You may combine them in any order! + The above mentioned is also valid for the reversed body parts: nar nat nalp. This combination is valid as well: nartanranplannat. + Sometimes rantanplan likes to show other people on what cool stuff he is working on. In this case a |foo postfix is added to any version of his nickname. E.g.: ranti|C means, that rantanplan is currently coding in C. rantanplan|vs|work means, that he is fighting against his current task at work! + Another way to express what rantanplan is doing is a prefix notation like worktanplan (he is working) or eattanplan (he is eating). + + + "pbuetow" + + This is the style guide for my nickname "pbuetow". + + The rules + + The following rules have to be met: + + Each letter in pbuetow must be of the same case. Any capitalization is incorrect. Except if all letters are uppercase! "pbuetow" and "PBUETOW" are the only correct ways to spell this nick! All other versions are invalid! + I may also use buetow instead of pbuetow (like on PerlMonks)! pcbuetow may be used, if pbuetow and/or buetow is taken. + + + diff --git a/dev.buetow.org/paul.buetow.org/content/.rss.xml b/dev.buetow.org/paul.buetow.org/content/.rss.xml new file mode 100644 index 0000000..ffcb21d --- /dev/null +++ b/dev.buetow.org/paul.buetow.org/content/.rss.xml @@ -0,0 +1,4 @@ + + + + diff --git a/dev.buetow.org/paul.buetow.org/content/99.Imprint.xml b/dev.buetow.org/paul.buetow.org/content/99.Imprint.xml new file mode 100644 index 0000000..72e80ae --- /dev/null +++ b/dev.buetow.org/paul.buetow.org/content/99.Imprint.xml @@ -0,0 +1,75 @@ + + + Imprint + + In case you have work for me or have any other comments to pass, please choose your contact method... + + + + Address / Snail Mail: + + + Dipl.-Inform. (FH) Paul C. Bütow + + Schneidemühler Straße 12c + + D-76139 Karlsruhe-Waldstadt + + Germany / Deutschland + + + + + + Mailing Lists: + + + http://lists.buetow.org + + + + + + Ticket and Mail: + + + Ticket system: + + // 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', '@', 'tseuqer'); + for (var i = array.length - 1; i >= 0; --i) { + document.write(strrev(array[i])); + } + + + + Mail: + + // 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])); + } + + + GPG/PGP public key ID: 0x37EC5C1D + + + + + + diff --git a/dev.buetow.org/paul.buetow.org/content/home.xml b/dev.buetow.org/paul.buetow.org/content/home.xml new file mode 100644 index 0000000..46e6ccf --- /dev/null +++ b/dev.buetow.org/paul.buetow.org/content/home.xml @@ -0,0 +1,31 @@ + + + It's just buetow.org + Welcome to my small humble website. My real name is Paul Bütow and I am a full time Senior 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. + If you don't like this website design: I am not a web designer and sometimes less is more. + + + + My development site: + http://dev.buetow.org + + + My tech blog: + http://comp.buetow.org + + + My "normal stuff" blog: + http://blog.buetow.org + (mostly german) + + + Twitter: + https://twitter.com/plantanran + + + My pictures: + http://www.flickr.com/photos/buetow/ + + + + diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/bg_content.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/bg_content.jpg new file mode 100644 index 0000000..2e60c1b Binary files /dev/null and b/dev.buetow.org/paul.buetow.org/htdocs/images/bg_content.jpg differ diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg new file mode 100644 index 0000000..a3668fe Binary files /dev/null and b/dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg differ diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg new file mode 100644 index 0000000..96968c8 Binary files /dev/null and b/dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg differ diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg new file mode 100644 index 0000000..5f4734a Binary files /dev/null and b/dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg differ diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg new file mode 100644 index 0000000..5396753 Binary files /dev/null and b/dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg differ diff --git a/dev.buetow.org/templates/plain.xml b/dev.buetow.org/templates/plain.xml deleted file mode 100644 index 7c3225e..0000000 --- a/dev.buetow.org/templates/plain.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - %%content%% - diff --git a/dev.buetow.org/templates/rss2.feed.xml b/dev.buetow.org/templates/rss2.feed.xml deleted file mode 100644 index 43e2c67..0000000 --- a/dev.buetow.org/templates/rss2.feed.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - ?xml version="1.0"? - - - buetow.org Newsfeed - http://%%host%% - buetow.org - Paul Buetows Tech Newsfeed - $$!/bin/date$$ - Xerl Web Engine (http://xerl.buetow.org) - en - %%content%% - - - diff --git a/dev.buetow.org/templates/xhtml.xml b/dev.buetow.org/templates/xhtml.xml deleted file mode 100644 index b4caad8..0000000 --- a/dev.buetow.org/templates/xhtml.xml +++ /dev/null @@ -1,35 +0,0 @@ - - -!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" - - - %%title%% - - - - - - - - <=link rel="alternate" type="application/rss+xml" title="buetow.org Newsfeed" href="http://rss.buetow.org" /> - <=link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$" /> - - -
- A fortune quote: - $$!/usr/games/fortune -s$$ -
-
- - %%content%% - -
- - -
- -- cgit v1.2.3 From 625129b0e911c36c917c7e3fa290d3d7768fbe23 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 7 Sep 2013 14:57:05 +0200 Subject: foo --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 46e6ccf..0392199 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -1,6 +1,6 @@ - It's just buetow.org + It's just xerldev.buetow.org Welcome to my small humble website. My real name is Paul Bütow and I am a full time Senior 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. If you don't like this website design: I am not a web designer and sometimes less is more. -- cgit v1.2.3 From 1e19af2cd24c4979f44f0a48ba1825d0d38a9e8d Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 7 Sep 2013 14:57:32 +0200 Subject: add xerldev --- dev.buetow.org/content/home.xml | 31 --------- .../paul.buetow.org/content/.Style-Guide.xml | 37 ---------- dev.buetow.org/paul.buetow.org/content/.rss.xml | 4 -- .../paul.buetow.org/content/99.Imprint.xml | 75 --------------------- dev.buetow.org/paul.buetow.org/content/home.xml | 31 --------- .../paul.buetow.org/htdocs/images/bg_content.jpg | Bin 13847 -> 0 bytes .../paul.buetow.org/htdocs/images/hop.jpg | Bin 18838 -> 0 bytes .../paul.buetow.org/htdocs/images/paul.jpg | Bin 22871 -> 0 bytes .../paul.buetow.org/htdocs/images/paul2.jpg | Bin 22377 -> 0 bytes .../paul.buetow.org/htdocs/images/rantanplan.jpg | Bin 32089 -> 0 bytes 10 files changed, 178 deletions(-) delete mode 100644 dev.buetow.org/content/home.xml delete mode 100644 dev.buetow.org/paul.buetow.org/content/.Style-Guide.xml delete mode 100644 dev.buetow.org/paul.buetow.org/content/.rss.xml delete mode 100644 dev.buetow.org/paul.buetow.org/content/99.Imprint.xml delete mode 100644 dev.buetow.org/paul.buetow.org/content/home.xml delete mode 100644 dev.buetow.org/paul.buetow.org/htdocs/images/bg_content.jpg delete mode 100644 dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg delete mode 100644 dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg delete mode 100644 dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg delete mode 100644 dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml deleted file mode 100644 index 0392199..0000000 --- a/dev.buetow.org/content/home.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - It's just xerldev.buetow.org - Welcome to my small humble website. My real name is Paul Bütow and I am a full time Senior 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. - If you don't like this website design: I am not a web designer and sometimes less is more. - - - - My development site: - http://dev.buetow.org - - - My tech blog: - http://comp.buetow.org - - - My "normal stuff" blog: - http://blog.buetow.org - (mostly german) - - - Twitter: - https://twitter.com/plantanran - - - My pictures: - http://www.flickr.com/photos/buetow/ - - - - diff --git a/dev.buetow.org/paul.buetow.org/content/.Style-Guide.xml b/dev.buetow.org/paul.buetow.org/content/.Style-Guide.xml deleted file mode 100644 index da17deb..0000000 --- a/dev.buetow.org/paul.buetow.org/content/.Style-Guide.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - Style guides for my nicknames - "rantanplan" - - - This is the style guide for my IRC nickname "rantanplan" @ irc.german-elite.net. This style guide has been inspired by - brian d foy's - style guide. This style guide helps you to write my nickname in the correct way! - - The rules - - The following rules have to be met: - - Each letter in rantanplan must be of the same case. Lower case is preferred. Any capitalization is incorrect unless each letter is capitalized. - Sentences should not start with rantanplan if you normally capitalize the first word of a sentence. Recast the sentence so that it begins with a capital letter. Or just write the whole sentence in small or capitalized letters! - If rantanplan is too long for you, you may use rant or ranti instead. - If you like rantanplan very much, you may use rantiplanti as his nickname! - Sometimes rantanplan changes his nick into some weird combinations like plantanran or ranplantan or tanplanrantanplan! Any version is valid! You can think of 3 main body parts: ran tan and plan. You may combine them in any order! - The above mentioned is also valid for the reversed body parts: nar nat nalp. This combination is valid as well: nartanranplannat. - Sometimes rantanplan likes to show other people on what cool stuff he is working on. In this case a |foo postfix is added to any version of his nickname. E.g.: ranti|C means, that rantanplan is currently coding in C. rantanplan|vs|work means, that he is fighting against his current task at work! - Another way to express what rantanplan is doing is a prefix notation like worktanplan (he is working) or eattanplan (he is eating). - - - "pbuetow" - - This is the style guide for my nickname "pbuetow". - - The rules - - The following rules have to be met: - - Each letter in pbuetow must be of the same case. Any capitalization is incorrect. Except if all letters are uppercase! "pbuetow" and "PBUETOW" are the only correct ways to spell this nick! All other versions are invalid! - I may also use buetow instead of pbuetow (like on PerlMonks)! pcbuetow may be used, if pbuetow and/or buetow is taken. - - - diff --git a/dev.buetow.org/paul.buetow.org/content/.rss.xml b/dev.buetow.org/paul.buetow.org/content/.rss.xml deleted file mode 100644 index ffcb21d..0000000 --- a/dev.buetow.org/paul.buetow.org/content/.rss.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/dev.buetow.org/paul.buetow.org/content/99.Imprint.xml b/dev.buetow.org/paul.buetow.org/content/99.Imprint.xml deleted file mode 100644 index 72e80ae..0000000 --- a/dev.buetow.org/paul.buetow.org/content/99.Imprint.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - Imprint - - In case you have work for me or have any other comments to pass, please choose your contact method... - - - - Address / Snail Mail: - - - Dipl.-Inform. (FH) Paul C. Bütow - - Schneidemühler Straße 12c - - D-76139 Karlsruhe-Waldstadt - - Germany / Deutschland - - - - - - Mailing Lists: - - - http://lists.buetow.org - - - - - - Ticket and Mail: - - - Ticket system: - - // 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', '@', 'tseuqer'); - for (var i = array.length - 1; i >= 0; --i) { - document.write(strrev(array[i])); - } - - - - Mail: - - // 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])); - } - - - GPG/PGP public key ID: 0x37EC5C1D - - - - - - diff --git a/dev.buetow.org/paul.buetow.org/content/home.xml b/dev.buetow.org/paul.buetow.org/content/home.xml deleted file mode 100644 index 46e6ccf..0000000 --- a/dev.buetow.org/paul.buetow.org/content/home.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - It's just buetow.org - Welcome to my small humble website. My real name is Paul Bütow and I am a full time Senior 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. - If you don't like this website design: I am not a web designer and sometimes less is more. - - - - My development site: - http://dev.buetow.org - - - My tech blog: - http://comp.buetow.org - - - My "normal stuff" blog: - http://blog.buetow.org - (mostly german) - - - Twitter: - https://twitter.com/plantanran - - - My pictures: - http://www.flickr.com/photos/buetow/ - - - - diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/bg_content.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/bg_content.jpg deleted file mode 100644 index 2e60c1b..0000000 Binary files a/dev.buetow.org/paul.buetow.org/htdocs/images/bg_content.jpg and /dev/null differ diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg deleted file mode 100644 index a3668fe..0000000 Binary files a/dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg and /dev/null differ diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg deleted file mode 100644 index 96968c8..0000000 Binary files a/dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg and /dev/null differ diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg deleted file mode 100644 index 5f4734a..0000000 Binary files a/dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg and /dev/null differ diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg deleted file mode 100644 index 5396753..0000000 Binary files a/dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg and /dev/null differ -- cgit v1.2.3 From 640975009be1677df14274b1e53e3601d50d083b Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 7 Sep 2013 14:59:27 +0200 Subject: readd dev --- dev.buetow.org/content/home.xml | 69 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 dev.buetow.org/content/home.xml (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml new file mode 100644 index 0000000..6a99438 --- /dev/null +++ b/dev.buetow.org/content/home.xml @@ -0,0 +1,69 @@ + + + Some programming projects + Mailing List + + Here are some programming projects listed which I programmed in my spare time. Some may be usefull and others may not. Please use the + Development Mailing List + for any considerations. + + Git repository + + You may go to + gitweb + for browsing some of the repositories. Please check out each individual project site how to clone a git repository. + + Deb repository + Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via '[deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main'. + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" + Project list + + + my $hostroot = $config->get_hostroot(); + + sub getf ($) { + open my $f, $_[0] or die "$!: $_[0]\n"; + my @slurp = \<$f\>; + close $f; + @slurp; + } + + sub nl () { "\
\n" } + + sub list (*) { + my $tag = shift; + my @found = sort `find $hostroot -name $tag`; + my $ret = ''; + + + for my $found (@found) { + $found =~ /.*hosts.(.*?).$tag/; + my $host = $1; + + my @content = getf $found; + + $ret .= "\\
$host\\" . nl;; + if (@content) { + $ret .= join " ", @content; + $ret .= nl; + } + $ret .= nl; + } + + $ret; + } + + my $ret = list PROJECT; + + $ret .= "\\Older projects (not active at the moment):\" . nl x 2; + + $ret .= list OLDPROJECT; + + $ret .= "\\Obsolete projects (no work will be done anymore and the software may be broken):\" . nl x 2; + + $ret .= list OBSOLETEPROJECT; + + $ret; + + + -- cgit v1.2.3 From 4ca436af3240a6e862e8208505d610baf69b1886 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:18:46 +0200 Subject: fix --- dev.buetow.org/content/home.xml | 108 ++++++++++++++++++++-------------------- 1 file changed, 53 insertions(+), 55 deletions(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 6a99438..c7ae960 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -1,69 +1,67 @@ - Some programming projects - Mailing List - - Here are some programming projects listed which I programmed in my spare time. Some may be usefull and others may not. Please use the - Development Mailing List - for any considerations. - - Git repository - - You may go to - gitweb - for browsing some of the repositories. Please check out each individual project site how to clone a git repository. - - Deb repository - Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via '[deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main'. - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" - Project list - - - my $hostroot = $config->get_hostroot(); + Some programming projects + Mailing List + + Here are some programming projects listed which I programmed in my spare time. Some may be usefull and others may not. Please use the + Development Mailing List + for any considerations. + + Git repository + + You may go to + gitweb + for browsing some of the repositories. Please check out each individual project site how to clone a git repository. + + Deb repository + Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via '[deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main'. + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" + Project list + + + # Ugly but works for now + my $hostroot = $config->get_hostroot(); - sub getf ($) { - open my $f, $_[0] or die "$!: $_[0]\n"; - my @slurp = \<$f\>; - close $f; - @slurp; - } + sub getf ($) { + open my $f, $_[0] or die "$!: $_[0]\n"; + my @slurp = !!LT!!$f!!GT!!; + close $f; + @slurp; + } - sub nl () { "\
\n" } + sub nl () { "!!LT!!br /!!GT!!\n" } - sub list (*) { - my $tag = shift; - my @found = sort `find $hostroot -name $tag`; - my $ret = ''; + sub list (*) { + my $tag = shift; + my @found = sort `find $hostroot -name $tag`; + my $ret = ''; - for my $found (@found) { - $found =~ /.*hosts.(.*?).$tag/; - my $host = $1; + for my $found (@found) { + $found =~ /.*hosts.(.*?).$tag/; + my $host = $1; - my @content = getf $found; + my @content = getf $found; - $ret .= "\\
$host\\" . nl;; - if (@content) { - $ret .= join " ", @content; - $ret .= nl; - } - $ret .= nl; - } + $ret .= "!!LT!!b!!GT!!!!LT!!a href=http://$host!!GT!!$host!!LT!!/a!!GT!!!!LT!!/b!!GT!!" . nl;; + if (@content) { + $ret .= join " ", @content; + $ret .= nl; + } + $ret .= nl; + } - $ret; - } + $ret; + } - my $ret = list PROJECT; + my $ret = list PROJECT; - $ret .= "\\Older projects (not active at the moment):\" . nl x 2; + $ret .= "!!LT!!b!!GT!!!!LT!!i!!GT!!Older projects (not active at the moment):!!LT!!/i!!GT!!!!LT!!/b!!GT!!" . nl x 2; + $ret .= list OLDPROJECT; + $ret .= "!!LT!!b!!GT!!!!LT!!i!!GT!!Obsolete projects (no work will be done anymore and the software may be broken):!!LT!!/i!!GT!!!!LT!!/b!!GT!!" . nl x 2; + $ret .= list OBSOLETEPROJECT; - $ret .= list OLDPROJECT; - - $ret .= "\\Obsolete projects (no work will be done anymore and the software may be broken):\" . nl x 2; - - $ret .= list OBSOLETEPROJECT; - - $ret; - - + $ret; + + -- cgit v1.2.3 From 2bfe5014a3ec0c2dc04fc3a72420ca86f5fac524 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 28 Sep 2013 18:02:25 +0200 Subject: reformat XML --- dev.buetow.org/content/home.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev.buetow.org') 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 @@ - + Some programming projects Mailing List Here are some programming projects listed which I programmed in my spare time. Some may be usefull and others may not. Please use the - Development Mailing List + Development Mailing List for any considerations. Git repository You may go to - gitweb + gitweb for browsing some of the repositories. Please check out each individual project site how to clone a git repository. Deb repository @@ -20,7 +20,7 @@ # 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"; -- cgit v1.2.3 From 70d9d624fcd9aaac479989463dca25d40627c117 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetow.webde.local)" Date: Mon, 30 Sep 2013 09:19:55 +0200 Subject: foo --- dev.buetow.org/content/home.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index f1761ab..ff35b5a 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -14,8 +14,10 @@ for browsing some of the repositories. Please check out each individual project site how to clone a git repository. Deb repository - Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via '[deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main'. - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" + Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via + [deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main + To trust it please run: + curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add - Project list -- cgit v1.2.3 From 7acaca39eb95fa7dee6a64c18bdb50668b79de9f Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Mon, 30 Sep 2013 23:16:00 +0200 Subject: foo --- dev.buetow.org/content/home.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index f1761ab..2ce05e5 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -38,6 +38,7 @@ for my $found (@found) { + next if $found =~ /\.foo$/; $found =~ /.*hosts.(.*?).$tag/; my $host = $1; -- cgit v1.2.3 From 0e21a77db5f08a70f73eea70c5edcb4f03ddb119 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Mon, 30 Sep 2013 23:17:32 +0200 Subject: foo --- dev.buetow.org/content/home.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 0778d4c..961d985 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -39,8 +39,7 @@ my $ret = ''; - for my $found (@found) { - next if $found =~ /\.foo$/; + for my $found (grep !/\.foo$/, @found) { $found =~ /.*hosts.(.*?).$tag/; my $host = $1; -- cgit v1.2.3 From 0f2e785088ac4ff375994c54af3d24ab68509770 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Mon, 30 Sep 2013 23:18:04 +0200 Subject: foo --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 961d985..3d129d6 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -39,7 +39,7 @@ my $ret = ''; - for my $found (grep !/\.foo$/, @found) { + for my $found (grep !/\.foo/, @found) { $found =~ /.*hosts.(.*?).$tag/; my $host = $1; -- cgit v1.2.3 From 0a32ffbbd5befc00004607f19ab90cf830486b5d Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Mon, 30 Sep 2013 23:18:39 +0200 Subject: foo --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 3d129d6..ff35b5a 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -39,7 +39,7 @@ my $ret = ''; - for my $found (grep !/\.foo/, @found) { + for my $found (@found) { $found =~ /.*hosts.(.*?).$tag/; my $host = $1; -- cgit v1.2.3 From 616ae326c3155d255cb9fa37917dd384e0ce1556 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 19:52:05 +0200 Subject: add info --- dev.buetow.org/content/home.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index ff35b5a..ab2f613 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -19,6 +19,11 @@ To trust it please run: curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add - Project list + + All host's ending with + .foo + are most likely dev, test or PoCs. Don't expect to find anything usefull there. + # Ugly but works for now -- cgit v1.2.3 From 56f58abff1be4e21ad2bd64b8a3a0cade3f8d5fc Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 19:59:40 +0200 Subject: fix --- dev.buetow.org/content/home.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index ab2f613..17686fa 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -19,11 +19,13 @@ To trust it please run: curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add - Project list - - All host's ending with - .foo - are most likely dev, test or PoCs. Don't expect to find anything usefull there. - + + + All host's ending with + .foo + are most likely dev, test or PoCs. Don't expect to find anything usefull there. + + # Ugly but works for now -- cgit v1.2.3 From 5753c49571753f0378a542796bb40d4ed17ea92d Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 20:04:25 +0200 Subject: fix --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 17686fa..c806ac9 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -21,7 +21,7 @@ Project list - All host's ending with + All hosts ending with .foo are most likely dev, test or PoCs. Don't expect to find anything usefull there. -- cgit v1.2.3 From 297e838b5a08ccc4d7eaae94d7ed06ecda1a0d9e Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 20:14:34 +0200 Subject: add sitemap --- dev.buetow.org/SITEMAP | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 dev.buetow.org/SITEMAP (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/SITEMAP b/dev.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3 From d535cad06564bd6ada6073021e1ed0b901340418 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 19 Oct 2013 16:36:24 +0200 Subject: add github --- dev.buetow.org/content/home.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index c806ac9..fce700c 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -13,6 +13,12 @@ gitweb for browsing some of the repositories. Please check out each individual project site how to clone a git repository. + Github + + Only a selected projects are mirrored to my github account which is + github.com/rantanplan + which can be seen as a 'social backup'. + Deb repository Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via [deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main -- cgit v1.2.3 From 4e6b0a250069d02570c98a5cecc980c324e1a8c3 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 15 Dec 2013 11:39:49 +0100 Subject: no ftp --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index fce700c..e6076fc 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -21,7 +21,7 @@ Deb repository Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via - [deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main + [deb|deb-src] http://deb.buetow.org/apt REPLACEWITHDISTNAME main To trust it please run: curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add - Project list -- cgit v1.2.3 From 8f9afe65075d800acc42c72dbfc3c59f6054d764 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 21 Dec 2013 12:30:16 +0100 Subject: add sudo --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index e6076fc..a2e74d7 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -23,7 +23,7 @@ Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via [deb|deb-src] http://deb.buetow.org/apt REPLACEWITHDISTNAME main To trust it please run: - curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add - + curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - Project list -- cgit v1.2.3 From 99014c47574447678261fae2e29b5ac9e64d941e Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 31 Dec 2013 00:58:40 +0100 Subject: Your ignorance cramps my conversation. --- dev.buetow.org/content/home.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index a2e74d7..d907b48 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -21,8 +21,8 @@ Deb repository Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via - [deb|deb-src] http://deb.buetow.org/apt REPLACEWITHDISTNAME main - To trust it please run: + [deb|deb-src] http://deb.buetow.org/apt DISTRIBUTION main + Where DISTRIBUTION may be squeeze, wheezy.... To the repo please run: curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - Project list -- cgit v1.2.3 From aed9c6fe5e04cd7a8630a68ec21900b5c05773db Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 5 Jan 2014 11:55:50 +0100 Subject: What happened last night can happen again. --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index d907b48..58dc519 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -22,7 +22,7 @@ Deb repository Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via [deb|deb-src] http://deb.buetow.org/apt DISTRIBUTION main - Where DISTRIBUTION may be squeeze, wheezy.... To the repo please run: + Where DISTRIBUTION may be squeeze, wheezy.... To trust the repo please run: curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - Project list -- cgit v1.2.3 From 4ab565ee932992b199bde6ab428c19a2c55f1f91 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Fri, 21 Mar 2014 09:46:01 +0100 Subject: update github notice --- dev.buetow.org/content/home.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 58dc519..04d64f2 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -7,23 +7,26 @@ Development Mailing List for any considerations. - Git repository - - You may go to - gitweb - for browsing some of the repositories. Please check out each individual project site how to clone a git repository. - + Github - Only a selected projects are mirrored to my github account which is + My Github page is github.com/rantanplan - which can be seen as a 'social backup'. + + Git (backup) repository + + You may go to + gitweb + for browsing some of the repositories. It is a mirror of all the repositories on github. Due to legacy issues some projects are not on Github yet but only on git.buetow.org. + + Deb repository Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via [deb|deb-src] http://deb.buetow.org/apt DISTRIBUTION main Where DISTRIBUTION may be squeeze, wheezy.... To trust the repo please run: curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - + Project list -- cgit v1.2.3 From 8c7c3ec8998001d15bd616db1d9428dff374a3f2 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 22 Mar 2014 11:34:16 +0100 Subject: add open source report card --- dev.buetow.org/content/home.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 04d64f2..8d967d0 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -11,22 +11,21 @@ Github My Github page is - github.com/rantanplan + github.com/rantanplan + and my open source report card is + http://osrc.dfm.io/rantanplan - Git (backup) repository You may go to gitweb for browsing some of the repositories. It is a mirror of all the repositories on github. Due to legacy issues some projects are not on Github yet but only on git.buetow.org. - Deb repository Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via [deb|deb-src] http://deb.buetow.org/apt DISTRIBUTION main Where DISTRIBUTION may be squeeze, wheezy.... To trust the repo please run: curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - - Project list -- cgit v1.2.3 From ab5d0f02bafbb9f266715c756984534ac42b729e Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:48:30 +0200 Subject: Are you making all this up as you go along? --- dev.buetow.org/content/home.xml | 46 +------------------------------ dev.buetow.org/content/projectlist.inc.pl | 42 ++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 45 deletions(-) create mode 100644 dev.buetow.org/content/projectlist.inc.pl (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 8d967d0..dbc3ba8 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -35,50 +35,6 @@ - - # Ugly but works for now - my $hostroot = $config->get_hostroot(); - - sub getf ($) { - open my $f, $_[0] or die "$!: $_[0]\n"; - my @slurp = !!LT!!$f!!GT!!; - close $f; - @slurp; - } - - sub nl () { "!!LT!!br /!!GT!!\n" } - - sub list (*) { - my $tag = shift; - my @found = sort `find $hostroot -name $tag`; - my $ret = ''; - - - for my $found (@found) { - $found =~ /.*hosts.(.*?).$tag/; - my $host = $1; - - my @content = getf $found; - - $ret .= "!!LT!!b!!GT!!!!LT!!a href=http://$host!!GT!!$host!!LT!!/a!!GT!!!!LT!!/b!!GT!!" . nl;; - if (@content) { - $ret .= join " ", @content; - $ret .= nl; - } - $ret .= nl; - } - - $ret; - } - - my $ret = list PROJECT; - - $ret .= "!!LT!!b!!GT!!!!LT!!i!!GT!!Older projects (not active at the moment):!!LT!!/i!!GT!!!!LT!!/b!!GT!!" . nl x 2; - $ret .= list OLDPROJECT; - $ret .= "!!LT!!b!!GT!!!!LT!!i!!GT!!Obsolete projects (no work will be done anymore and the software may be broken):!!LT!!/i!!GT!!!!LT!!/b!!GT!!" . nl x 2; - $ret .= list OBSOLETEPROJECT; - - $ret; - + projectlist.inc.pl diff --git a/dev.buetow.org/content/projectlist.inc.pl b/dev.buetow.org/content/projectlist.inc.pl new file mode 100644 index 0000000..4d1d4f2 --- /dev/null +++ b/dev.buetow.org/content/projectlist.inc.pl @@ -0,0 +1,42 @@ +my $hostroot = $config->get_hostroot(); + +sub getf ($) { + open my $f, $_[0] or die "$!: $_[0]\n"; + my @slurp = <$f>; + close $f; + @slurp; +} + +sub nl () { "
\n" } + +sub list (*) { + my $tag = shift; + my @found = sort `find $hostroot -name $tag`; + my $ret = ''; + + + for my $found (@found) { + $found =~ /.*hosts.(.*?).$tag/; + my $host = $1; + + my @content = getf $found; + + $ret .= "
$host" . nl; + if (@content) { + $ret .= join " ", @content; + $ret .= nl; + } + $ret .= nl; + } + + $ret; +} + +my $ret = list PROJECT; + +$ret .= "Older projects (not active at the moment):" . nl x 2; +$ret .= list OLDPROJECT; +$ret .= "Obsolete projects (no work will be done anymore and the software may be broken):" . nl x 2; +$ret .= list OBSOLETEPROJECT; + +return $ret; -- cgit v1.2.3 From a65180a69505f4121ffe14d3f9cd404fe0e0839b Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus.fritz.box)" Date: Sat, 9 Aug 2014 23:55:20 +0200 Subject: Familiarity breeds contempt -- and children. -- Mark Twain --- dev.buetow.org/content/home.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index dbc3ba8..a5ba793 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -15,12 +15,6 @@ and my open source report card is http://osrc.dfm.io/rantanplan - Git (backup) repository - - You may go to - gitweb - for browsing some of the repositories. It is a mirror of all the repositories on github. Due to legacy issues some projects are not on Github yet but only on git.buetow.org. - Deb repository Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via [deb|deb-src] http://deb.buetow.org/apt DISTRIBUTION main -- cgit v1.2.3 From 2be5d0cef770cdc5a0bb12da27367bcbd5cc10e7 Mon Sep 17 00:00:00 2001 From: "Chuck Norris (mars.fritz.box)" Date: Sat, 6 Sep 2014 09:20:21 +0200 Subject: Reformatted XML --- dev.buetow.org/content/home.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index a5ba793..dd9c70e 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -7,7 +7,6 @@ Development Mailing List for any considerations. - Github My Github page is -- cgit v1.2.3 From 35719078b7dc7cd54461f575f91e726894766ea3 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus.fritz.box)" Date: Sun, 16 Nov 2014 18:12:33 +0100 Subject: update dns --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index dd9c70e..6d1e768 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -24,7 +24,7 @@ All hosts ending with .foo - are most likely dev, test or PoCs. Don't expect to find anything usefull there. + are most likely dev, test or PoCs. Don't expect to find anything usefull there (There are DNS entries anyway yet). -- cgit v1.2.3 From 28f665747e28aec330d1e2adcb24af6ab44db933 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sun, 23 Nov 2014 19:18:46 +0000 Subject: update desc about .foo sld --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 6d1e768..877238c 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -24,7 +24,7 @@ All hosts ending with .foo - are most likely dev, test or PoCs. Don't expect to find anything usefull there (There are DNS entries anyway yet). + are most likely dev, test or PoCs. Don't expect to find anything usefull there (There are no valid DNS entries yet). -- cgit v1.2.3 From 7d41f1f69a8af9b3171f9f1c51fcc726062480bb Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sat, 27 Dec 2014 14:17:39 +0100 Subject: s/.foo/.ninja/ --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 877238c..c0fb176 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -23,7 +23,7 @@ All hosts ending with - .foo + .ninja are most likely dev, test or PoCs. Don't expect to find anything usefull there (There are no valid DNS entries yet). -- cgit v1.2.3 From ccc9bf5a8c7ebe20c2d0bdf180666c81e167cdb1 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sat, 27 Dec 2014 14:21:18 +0100 Subject: update --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index c0fb176..006c967 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -24,7 +24,7 @@ All hosts ending with .ninja - are most likely dev, test or PoCs. Don't expect to find anything usefull there (There are no valid DNS entries yet). + are most likely dev, test or PoCs. Don't expect to find anything usefull there. -- cgit v1.2.3 From dace221b1fabae687dc68dc1bce3085579c72da6 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sat, 27 Dec 2014 15:30:21 +0100 Subject: fix listurls --- dev.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 006c967..32abbd5 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -4,7 +4,7 @@ Mailing List Here are some programming projects listed which I programmed in my spare time. Some may be usefull and others may not. Please use the - Development Mailing List + Development Mailing List for any considerations. Github -- cgit v1.2.3 From e43a989acd2055661bb2d93454f2f7aa4e6e5177 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Thu, 1 Jan 2015 23:35:31 +0100 Subject: use alpha.buetow.org instead of buetow.ninja --- dev.buetow.org/content/home.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index 32abbd5..9bb2b05 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -22,8 +22,8 @@ Project list - All hosts ending with - .ninja + All hosts containing + .alpha.buetow.org are most likely dev, test or PoCs. Don't expect to find anything usefull there. -- cgit v1.2.3