diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 14:48:47 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 14:48:47 +0200 |
| commit | f8e257a1babbe3dc767eff1ca5a3429cacac746c (patch) | |
| tree | 467ace7e2e8ce0a226d439b06ffb3bbbed93c555 | |
| parent | 2b410702314b5db36b7e637cb2634282665744a6 (diff) | |
new dev site
22 files changed, 178 insertions, 234 deletions
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 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> -<config> - <!-- Static variables are written like %%varname%% --> - <!-- Dynamic variables are written like $$varname$$ --> - <!-- Special variables for XML-ing are written like @@varname@@ --> - <variables> - <title>%%host%% - %%site%%</title> - <piwik>web.buetow.org/stats</piwik> - <documentsurl>?document=</documentsurl> - <imagesurl>%%documentsurl%%images/</imagesurl> - <stylesurl>%%documentsurl%%styles/</stylesurl> - <whitespace> </whitespace> - <analytics>A-5916832-1</analytics> - <pubftp>ftp://ftp.buetow.org/pub</pubftp> - </variables> - <rules> - <!-- Possible rules-params: --> - <!-- end=yes --> - <!-- start=yes --> - <!-- Possible special-vars: --> - <!-- @@text@@ = The content text of the current content-tag --> - <!-- @@paramname@@ = The value of the specified tag parameter --> - <xhtml> - <pagetitle>[h1]</pagetitle> - <textheader>[h2]</textheader> - <textsubheader>[h3]</textsubheader> - <news start="yes"></news> - <important>[div class="important"]</important> - <text>[p]</text> - <type>[span class="@@class@@"]</type> - <quote>[pre class="quote"]</quote> - <pretext>[p][pre]</pretext> - <link>[a href="@@text@@"]</link> - <namedlink>[a href="@@href@@"]</namedlink> - <picture>[a href="@@href@@"][img align="center" border="1" alt="@@desc@@" title="@@desc@@" src="@@src@@"]</picture> - <cimg start="yes">[img border="0" alt="@@title@@" title="@@title@@" src="@@href@@" /]</cimg> - <cimglink start="yes">[center][a href="@@link@@"][img alt="@@title@@" title="@@title@@" src="@@href@@" /][/a][/center]</cimglink> - <rimg start="yes">[img border="0" alt="@@title@@" title="@@title@@" class="rimg" src="@@href@@" align="right" /]</rimg> - <rimglink start="yes">[a href="@@link@@"][img border="0" alt="@@title@@" title="@@title@@" class="rimg" src="@@href@@" align="right" /][/a]</rimglink> - <limg start="yes">[img border="0" alt="@@title@@" title="@@title@@" class="limg" src="@@href@@" align="left" /]</limg> - <newline start="yes">[br /]</newline> - <menu>[div class="menu"]</menu> - <menuitem>[a class="menuitem" href="@@link@@$$params$$"]</menuitem> - <activemenuitem>[a class="activemenuitem" href="@@link@@$$params$$"]</activemenuitem> - <enumeration>[ul]</enumeration> - <enumitem>[li]</enumitem> - <enumitemna>[li class="na"]</enumitemna> - <incsep>[div class="incsep"]</incsep> - <code>[pre class="code"]</code> - <javascript>[script type="text/javascript" language="JavaScript"]</javascript> - </xhtml> - <rss2.feed> - <textsubheader>[title]</textsubheader> - <news addfront="![CDATA[" addback="]]">[description]</news> - <text>[p]</text> - <link>[a href="@@text@@"]</link> - <namedlink>[a href="@@href@@"]</namedlink> - <namedlink end="yes">%%whitespace%%(@@href@@)</namedlink> - <incsep>[item]</incsep> - <enumeration>[ul]</enumeration> - <enumitem>[li]</enumitem> - <enumitemna>[li]</enumitemna> - <code>[pre]</code> - <quote></quote> - </rss2.feed> - </rules> -</config> 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>It's just buetow.org</pagetitle> + <text>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.</text> + <text>If you don't like this website design: I am not a web designer and sometimes less is more.</text> + <text> + <enumeration> + <enumitem> + <noop>My development site: </noop> + <link>http://dev.buetow.org</link> + </enumitem> + <enumitem> + <noop>My tech blog: </noop> + <link>http://comp.buetow.org</link> + </enumitem> + <enumitem> + <noop>My "normal stuff" blog: </noop> + <link>http://blog.buetow.org</link> + <noop> (mostly german)</noop> + </enumitem> + <enumitem> + <noop>Twitter: </noop> + <link>https://twitter.com/plantanran</link> + </enumitem> + <enumitem> + <noop>My pictures: </noop> + <link>http://www.flickr.com/photos/buetow/</link> + </enumitem> + </enumeration> + </text> +</content> diff --git a/dev.buetow.org/htdocs/images/bg.png b/dev.buetow.org/htdocs/images/bg.png Binary files differdeleted file mode 100644 index 35fb3b5..0000000 --- a/dev.buetow.org/htdocs/images/bg.png +++ /dev/null diff --git a/dev.buetow.org/htdocs/images/camel.jpg b/dev.buetow.org/htdocs/images/camel.jpg Binary files differdeleted file mode 100644 index ebbdfd3..0000000 --- a/dev.buetow.org/htdocs/images/camel.jpg +++ /dev/null diff --git a/dev.buetow.org/htdocs/images/dotORG.png b/dev.buetow.org/htdocs/images/dotORG.png Binary files differdeleted file mode 100644 index c487e26..0000000 --- a/dev.buetow.org/htdocs/images/dotORG.png +++ /dev/null diff --git a/dev.buetow.org/htdocs/images/head.jpg b/dev.buetow.org/htdocs/images/head.jpg Binary files differdeleted file mode 100644 index 0a9c408..0000000 --- a/dev.buetow.org/htdocs/images/head.jpg +++ /dev/null diff --git a/dev.buetow.org/htdocs/images/ipv6ready.png b/dev.buetow.org/htdocs/images/ipv6ready.png Binary files differdeleted file mode 100644 index 18a42a7..0000000 --- a/dev.buetow.org/htdocs/images/ipv6ready.png +++ /dev/null diff --git a/dev.buetow.org/htdocs/images/org.png b/dev.buetow.org/htdocs/images/org.png Binary files differdeleted file mode 100644 index c338dc5..0000000 --- a/dev.buetow.org/htdocs/images/org.png +++ /dev/null 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Style guides for my nicknames</pagetitle> + <textheader>"rantanplan"</textheader> + <text> + <rimg href="?document=images/rantanplan.jpg" title="rantanplan" /> + <noop>This is the style guide for my IRC nickname "rantanplan" @ irc.german-elite.net. This style guide has been inspired by </noop> + <namedlink href="http://www252.pair.com/comdog/style.html">brian d foy's</namedlink> + <noop> style guide. This style guide helps you to write my nickname in the correct way!</noop> + </text> + <textsubheader>The rules</textsubheader> + <text> + <noop>The following rules have to be met:</noop> + <enumeration> + <enumitem>Each letter in rantanplan must be of the same case. Lower case is preferred. Any capitalization is incorrect unless each letter is capitalized.</enumitem> + <enumitem>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!</enumitem> + <enumitem>If rantanplan is too long for you, you may use rant or ranti instead.</enumitem> + <enumitem>If you like rantanplan very much, you may use rantiplanti as his nickname!</enumitem> + <enumitem>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!</noop> + <enumitem>The above mentioned is also valid for the reversed body parts: nar nat nalp. This combination is valid as well: nartanranplannat.</menuitem> + <enumitem>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!</enumitem> + <enumitem>Another way to express what rantanplan is doing is a prefix notation like worktanplan (he is working) or eattanplan (he is eating).</enumitem> + </enumeration> + </text> + <textheader>"pbuetow"</textheader> + <text> + <noop>This is the style guide for my nickname "pbuetow".</bnoop> + </text> + <textsubheader>The rules</textsubheader> + <text> + <noop>The following rules have to be met:</noop> + <enumeration> + <enumitem>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!</enumitem> + <enumitem>I may also use buetow instead of pbuetow (like on PerlMonks)! pcbuetow may be used, if pbuetow and/or buetow is taken.</enumitem> + </enumeration> + </text> +</content> 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <includefiles separator="incsep" reversed="1" reldir="News" pattern="\.xml$" /> +</content> 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Imprint</pagetitle> + <text> + <noop>In case you have work for me or have any other comments to pass, please choose your contact method...</noop> + <enumeration> + <enumitem> + <noop> + <strong>Address / Snail Mail:</strong> + </noop> + <newline /> + <noop>Dipl.-Inform. (FH) Paul C. Bütow</noop> + <newline /> + <noop>Schneidemühler Straße 12c</noop> + <newline /> + <noop>D-76139 Karlsruhe-Waldstadt</noop> + <newline /> + <noop>Germany / Deutschland</noop> + <newline /> + <newline /> + </enumitem> + <enumitem> + <noop> + <strong>Mailing Lists:</strong> + </noop> + <newline /> + <link>http://lists.buetow.org</link> + <newline /> + <newline /> + </enumitem> + <enumitem> + <noop> + <strong>Ticket and Mail:</strong> + </noop> + <newline /> + <noop>Ticket system:</noop> + <javascript> + // 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])); + } + </javascript> + <newline /> + <newline /> + <noop>Mail:</noop> + <javascript> + // 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])); + } + </javascript> + <newline /> + <noop>GPG/PGP public key ID: 0x37EC5C1D </noop> + <newline /> + <newline /> + </enumitem> + </enumeration> + </text> +</content> 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>It's just buetow.org</pagetitle> + <text>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.</text> + <text>If you don't like this website design: I am not a web designer and sometimes less is more.</text> + <text> + <enumeration> + <enumitem> + <noop>My development site: </noop> + <link>http://dev.buetow.org</link> + </enumitem> + <enumitem> + <noop>My tech blog: </noop> + <link>http://comp.buetow.org</link> + </enumitem> + <enumitem> + <noop>My "normal stuff" blog: </noop> + <link>http://blog.buetow.org</link> + <noop> (mostly german)</noop> + </enumitem> + <enumitem> + <noop>Twitter: </noop> + <link>https://twitter.com/plantanran</link> + </enumitem> + <enumitem> + <noop>My pictures: </noop> + <link>http://www.flickr.com/photos/buetow/</link> + </enumitem> + </enumeration> + </text> +</content> 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 Binary files differnew file mode 100644 index 0000000..2e60c1b --- /dev/null +++ b/dev.buetow.org/paul.buetow.org/htdocs/images/bg_content.jpg diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg Binary files differnew file mode 100644 index 0000000..a3668fe --- /dev/null +++ b/dev.buetow.org/paul.buetow.org/htdocs/images/hop.jpg diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg Binary files differnew file mode 100644 index 0000000..96968c8 --- /dev/null +++ b/dev.buetow.org/paul.buetow.org/htdocs/images/paul.jpg diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg Binary files differnew file mode 100644 index 0000000..5f4734a --- /dev/null +++ b/dev.buetow.org/paul.buetow.org/htdocs/images/paul2.jpg diff --git a/dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg b/dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg Binary files differnew file mode 100644 index 0000000..5396753 --- /dev/null +++ b/dev.buetow.org/paul.buetow.org/htdocs/images/rantanplan.jpg 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 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<content type="text/plain"> - <noop>%%content%%</noop> -</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" encoding="ISO-8859-1"?> - -<content type="application/rss+xml"> - <tag>?xml version="1.0"?</tag> - <rss version="2.0"> - <channel> - <title>buetow.org Newsfeed</title> - <link>http://%%host%%</link> - <description>buetow.org - Paul Buetows Tech Newsfeed</description> - <pubDate>$$!/bin/date$$</pubDate> - <generator>Xerl Web Engine (http://xerl.buetow.org)</generator> - <language>en</language> - <noop>%%content%%</noop> - </channel> - </rss> -</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 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> -<content type="text/html"> -<tag>!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</tag> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>%%title%%</title> - <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> - <meta name="author" content="Paul Buetow" /> - <meta name="publisher" content="Xerl Template Engine (xerl.buetow.org)" /> - <meta name="distribution" content="global" /> - <meta name="robots" content="index, follow" /> - <meta name="language" content="en, english" /> - <meta name="revisit-after" content="1 days" /> - <=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$$" /> - </head> - <body> - <div class="header"> - <type class="bold">A fortune quote: </type> - <type class="italic">$$!/usr/games/fortune -s$$</type> - </div> - <div class="main"> - <navigation /> - <noop>%%content%%</noop> - <div class="footer"> - <noop>Generated in !!TIME!!s</noop> - <noop>| Powered by </noop> - <namedlink href="http://xerl.buetow.org">Xerl</namedlink> - <noop>| Xerl templates managed via Puppet/Git</noop> - </div> - </div> - </body> -</html> -</content> - |
