<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/s9y/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    
    <link href="http://www.schumbi.de/s9y/feeds/atom.xml" rel="self" title="Schumbis Reich" type="application/atom+xml" />
    <link href="http://www.schumbi.de/s9y/"                        rel="alternate"    title="Schumbis Reich" type="text/html" />
    <link href="http://www.schumbi.de/s9y/rss.php?version=2.0"     rel="alternate"    title="Schumbis Reich" type="application/rss+xml" />
    <title type="html">Schumbis Reich</title>
    <subtitle type="html">Spiel, Spaß und Spannung</subtitle>
    
    <id>http://www.schumbi.de/s9y/</id>
    <updated>2011-10-07T22:56:43Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.4">Serendipity 1.5.4 - http://www.s9y.org/</generator>
    <dc:language>de</dc:language>

    <entry>
        <link href="http://www.schumbi.de/s9y/archives/27-Geeky-;-D.html" rel="alternate" title="Geeky ;-D" />
        <author>
            <name>Ralf Warmuth</name>
                    </author>
    
        <published>2011-10-07T22:10:47Z</published>
        <updated>2011-10-07T22:56:43Z</updated>
        <wfw:comment>http://www.schumbi.de/s9y/wfwcomment.php?cid=27</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.schumbi.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    
            <category scheme="http://www.schumbi.de/s9y/categories/2-Linux" label="Linux" term="Linux" />
    
        <id>http://www.schumbi.de/s9y/archives/27-guid.html</id>
        <title type="html">Geeky ;-D</title>
        <content type="xhtml" xml:base="http://www.schumbi.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Manchmal sind Freitage und besonders die Abende merkwürdig langweilig. Heute resultierte daraus ein Skript für ein Linux-Terminal, das die <a href="http://de.wikipedia.org" title="Wikipedia(de)">Wikipedia(de)</a> nach dem übergebenen Parameter fragt.<br/><br />
<div class="bash geshi" style="text-align: left"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&#160;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">function</span> wiki <span style="color: #7a0874; font-weight: bold;">&#123;</span> </div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&#8220;$1&#8221;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> ; <span style="color: #000000; font-weight: bold;">then</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&#160; <span style="color: #007800;">CONTENT</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">lynx</span> <span style="color: #660033;">-dump</span> de.wikipedia.org<span style="color: #000000; font-weight: bold;">/</span>wiki<span style="color: #000000; font-weight: bold;">/</span><span style="color: #ff0000;">&#8220;$1&#8221;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&#160;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&#160; <span style="color: #007800;">OUT</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&#8220;<span style="color: #007800;">$CONTENT</span>&#8221;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">&#8217;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;BEGIN { i=0 }</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;# extract first part</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;/^&#8217;</span><span style="color: #ff0000;">&#8220;$1&#8221;</span><span style="color: #ff0000;">&#8217;/,/^Inhaltsverzeichnis|Begriffsklärung[[:space:]]|Bearbeiten|[[:print:]]*Hauptseite/ {</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;# remove Wikipedia Stuff</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;gsub(/[[:print:]]*Wikipedia[[:print:]]*[[:space:]]*|Wechseln[[:print:]]*/, &#8220;&#8221;, $0)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;gsub(/Navigation,[[:space:]]*|Suche[[:space:]]*/, &#8220;&#8221;, $0)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;# remove braces</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;gsub(/\[[[:digit:]]+\]/, &#8220;&#8221;, $0)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;#remove &#8220;Inhaltsverzeichnis</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;gsub(/Inhaltsverzeichnis[[:space:]]*$/, &#8221;&#8220;, $0)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;gsub(/[[:print:]]*Begriffsklärung[[:print:]]*$/, &#8221;&#8220;, $0)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;gsub(/\[Bearbeiten\][[:print:]]*$/, &#8221;&#8220;, $0)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;gsub(/[[:print:]]*Hauptseite/,&#8221;&#8220;,$0)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;if ($0) </span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160; &#160;print $0</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160; &#160;i=i+1}</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;# executed at end of script</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;END {if (i==0) print &#8221;No definition found!&#8220;}&#8217;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&#160; <span style="color: #666666; font-style: italic;">#delete useless spaces</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&#160; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&#8221;<span style="color: #007800;">$OUT</span>&#8220;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">&#8217; !/^[[:blank:]]+$/ {print $0}</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff0000;"> &#160;END {print &#8221;\nENDE der Definition&#8220;}&#8217;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">else</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&#160; <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&#8221;ERROR: NO Argument given!&quot;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">fi</span>;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #7a0874; font-weight: bold;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&#160;</div></li></ol></div><br />
<br/><br />
<p>Damit es läuft, sollten <a href="http://de.wikipedia.org/wiki/Lynx_%28Browser%29" title="Lynx(Wikipedia(de))">Lynx</a>, die <a href="http://de.wikipedia.org/wiki/Bourne-again_shell" title="Bash(Wikipedia(de))">Bash</a> und <a href="http://de.wikipedia.org/wiki/Awk" title="AWK(Wikipedia(de))">AWK</a> installiert sein.</p> <br />
<p>Viel Spaß <img src="http://www.schumbi.de/s9y/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p> <br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.schumbi.de/s9y/archives/26-GnuPG.html" rel="alternate" title="GnuPG" />
        <author>
            <name>Ralf Warmuth</name>
                    </author>
    
        <published>2011-03-26T23:22:19Z</published>
        <updated>2011-03-26T23:23:56Z</updated>
        <wfw:comment>http://www.schumbi.de/s9y/wfwcomment.php?cid=26</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.schumbi.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    
            <category scheme="http://www.schumbi.de/s9y/categories/2-Linux" label="Linux" term="Linux" />
    
        <id>http://www.schumbi.de/s9y/archives/26-guid.html</id>
        <title type="html">GnuPG</title>
        <content type="xhtml" xml:base="http://www.schumbi.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Angetrieben durch einen sehr schönen Vortrag auf den <a target="_blank" href="http://chemnitzer.linux-tage.de/2011/vortraege/704" title="CLT2011 · Details zum Beitrag">Linux-Tagen</a> in Chemnitz in Sachen Sicherheit und Authentifizierung von Mails oder sonstigen Dateien habe ich mir ein Schlüsselpaar generiert. Ich kann es jedem empfehlen, egal ob Linux oder Windows, sich mit diesem Thema -- der Verschlüsselung und Signierung von Nachrichten -- und dem Web of Trust auseinander zu setzen. <a target="_blank" href="http://www.gnupg.org/" title="The GNU Privacy Guard - GnuPG.org">GnuPG</a> ist wirklich einfach zu benutzen und es gibt diverse Anleitungen im Netz zu finden. <img src="http://www.schumbi.de/s9y/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> Es ist doch schön, wenn man sich sicher sein kann, dass die Email bei dem Empfänger inhaltlich unverändert ankommt, oder?<br />Meinen öffentlichen Schlüssel habe ich auf einen der Schlüssel-Server (Key-Server) hoch geladen und er findet sich auch hier auf der <a target="_blank" href="http://schumbi.de/ralfwarmuth.asc" title="">Seite</a>.<br /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.schumbi.de/s9y/archives/12-Kugelfische-im-Anmarsch.html" rel="alternate" title="Kugelfische im Anmarsch" />
        <author>
            <name>Ralf Warmuth</name>
                    </author>
    
        <published>2011-01-29T20:38:11Z</published>
        <updated>2011-03-26T23:24:29Z</updated>
        <wfw:comment>http://www.schumbi.de/s9y/wfwcomment.php?cid=12</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.schumbi.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    
            <category scheme="http://www.schumbi.de/s9y/categories/1-Allgemeines" label="Allgemeines" term="Allgemeines" />
    
        <id>http://www.schumbi.de/s9y/archives/12-guid.html</id>
        <title type="html">Kugelfische im Anmarsch</title>
        <content type="xhtml" xml:base="http://www.schumbi.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p align="justify">Heute nettes Aquarium eingerichtet. <img src="http://www.schumbi.de/s9y/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> Bald kommen sie die kleinen Viecher. Eine Woche noch warten, dann mal sehen was sie so anstellen.</p><p align="center"> <a href="http://de.wikipedia.org/wiki/Palembang-Kugelfisch" title="Palembang-Kugelfisch – Wikipedia"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Tetraodon_biocelatus.jpg/300px-Tetraodon_biocelatus.jpg" title="Palembang @Wikipedia" alt="Palembang-Kugelfisch" /></a></p><p>Nachtrag: <a href="http://de.wikipedia.org/wiki/Palembang-Kugelfisch" title="Palembang-Kugelfisch – Wikipedia" title="Palembang-Kugelfische" target="_blank">Palembang-Kugelfische</a> werden es. Das Aquarium muss nun noch eine Woche stehen, damit das Wasser etwas natürlicher wird. Pflanzen und eine Wurzel habe ich schon hineingesetzt. Schauen wir Mal <img src="http://www.schumbi.de/s9y/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> Ich habe heute schon ganz fasziniert davor gesessen obwohl noch kein Fisch drinne herumschwimmt. Die Fachbezeichnung lautet <a href="http://filaman.uni-kiel.de/Summary/SpeciesSummary.php?genusname=Tetraodon&amp;speciesname=biocellatus&amp;lang=German" title="Tetraodon biocellatus" target="_blank">Tetraodon biocellatus</a>.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.schumbi.de/s9y/archives/10-Einen-Eintrag-mit-KDE-Blogilo-erstellen.html" rel="alternate" title="Einen Eintrag mit KDE Blogilo erstellen" />
        <author>
            <name>Ralf Warmuth</name>
                    </author>
    
        <published>2010-12-04T00:59:26Z</published>
        <updated>2011-03-26T23:24:39Z</updated>
        <wfw:comment>http://www.schumbi.de/s9y/wfwcomment.php?cid=10</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.schumbi.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    
            <category scheme="http://www.schumbi.de/s9y/categories/2-Linux" label="Linux" term="Linux" />
    
        <id>http://www.schumbi.de/s9y/archives/10-guid.html</id>
        <title type="html">Einen Eintrag mit KDE Blogilo erstellen</title>
        <content type="xhtml" xml:base="http://www.schumbi.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Als Abtrünniger bin ich zu Linux zurück gekehrt. Windows 7 ist schon ein tolles System. Doch ich habe mich an die Freiheit unter Linux gewöhnt. So habe ich auf meinem Arbeitsrechner nun ein <a href="http://archlinux.org" title="Archlinux" target="_blank">Archlinux</a> laufen. Das Windows 7 ruht noch als Partition auf der Platte, ich habe es aber nicht mehr gestartet.</p><p>Ich habe vor nicht allzu langer Zeit vom Windows Live Writer geschrieben und war doch auch recht begeistert von dieser Software. Unter Linux und speziell <a href="http://kde.org" title="KDE" target="_blank">KDE</a> gibt es einen Software mit dem Namen <a href="http://blogilo.gnufolks.org/" target="_blank" title="Blogilo">Blogilo</a>. Diese teste ich just in diesem Augenblick.</p><p align="center"><a   rel="lightbox[lightbox_group_entry_10]" href="uploads/avatar.png" title=""><img src="http://www.schumbi.de/s9y/uploads/avatar.png" title="Mein Avatar" alt="Zauberer im Southpark-Style" width="100" /></a></p><p align="left">Und wieder der obligatorische Bildtest. <img src="http://www.schumbi.de/s9y/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.schumbi.de/s9y/archives/8-Eintraege-erstellen-ueber-den-Windows-Live-Writer.html" rel="alternate" title="Einträge erstellen über den Windows Live Writer" />
        <author>
            <name>Ralf Warmuth</name>
                    </author>
    
        <published>2010-11-03T08:36:00Z</published>
        <updated>2011-03-26T23:24:57Z</updated>
        <wfw:comment>http://www.schumbi.de/s9y/wfwcomment.php?cid=8</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.schumbi.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    
            <category scheme="http://www.schumbi.de/s9y/categories/5-Software" label="Software" term="Software" />
    
        <id>http://www.schumbi.de/s9y/archives/8-guid.html</id>
        <title type="html">Einträge erstellen über den Windows Live Writer</title>
        <content type="xhtml" xml:base="http://www.schumbi.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Da ich nun durch meine Arbeit leider nicht mehr so recht mit Linux arbeiten kann, weil es nicht starten mag mit diesem Rechner, habe ich mich dazu entschlossen voll in das Windows 7 Erlebnis einzutauchen.</p>  <p>Dazu habe ich mir die ganzen Windows Essentials installiert und nun diesen Live Writer entdeckt. Da ich schon seit geraumer Zeit auf der Suche nach einer einfachen Lösung bin, wie ich von meinem Rechner aus meine Seite gestalten kann, bietet es sich förmlich an.</p>  <p>Die Einrichtung ist sehr einfach zu bewerkstelligen. Ich nutze <a href="http://www.s9y.org/" target="_blank" title="Serendipity Weblog System">Serendipity</a> als Management System. Dort gilt es das Plugin Einträge via XML-RPC zu installieren. Im Live Writer wird dann lediglich der Seitenname eingegeben, sowie die Logindaten des Nutzers unter dessen Namen die Beiträge veröffentlich werden sollen. Ist das geschafft, konfiguriert das Programm den Zugang eigenständig. <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smiley" src="http://www.schumbi.de/s9y/uploads/Artikelbilder/cf96c4bcbcb2_94C2/wlEmoticon-smile.png" /></p>  <p>Selbst das einfügen von Bildern geht ganz leicht. Dazu wird das Bild mit dem Bild-Knopf von der Festplatte geladen. Es kann anschließend noch ein wenig angepasst werden.</p>  <p><a   rel="lightbox[lightbox_group_entry_8]" href="http://www.schumbi.de/s9y/uploads/Artikelbilder/cf96c4bcbcb2_94C2/CIMG6672.jpg" target="_blank" title=""><img style="border-right-width: 0px; margin: 5px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Der idyllische Blick aus dem Molli" alt="Fahrt mit dem Molli, viel Rauch und 2 Rehen" src="http://www.schumbi.de/s9y/uploads/Artikelbilder/cf96c4bcbcb2_94C2/CIMG6672_thumb.jpg" height="244" width="184" border="0" /></a></p>  <p>Dieses Bild entstand während einer Fahrt mit der <a title="Bäderbahn Molli" href="http://www.molli-bahn.de/" target="_blank">Bäderbahn Molli</a>von Kühlungsborn nach Bad Doberan.</p>  <p>Es gibt noch viel zu entdecken in diesem Programm sowie in den vielen anderen Teilen von Windows 7. Gespannt bin ich auf die Kapazitäten in Sachen Programmierung.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.schumbi.de/s9y/archives/1-Auf-ein-Neues....html" rel="alternate" title="Auf ein Neues..." />
        <author>
            <name>Ralf Warmuth</name>
                    </author>
    
        <published>2010-10-05T21:21:43Z</published>
        <updated>2011-03-26T23:25:06Z</updated>
        <wfw:comment>http://www.schumbi.de/s9y/wfwcomment.php?cid=1</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.schumbi.de/s9y/rss.php?version=atom1.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    
            <category scheme="http://www.schumbi.de/s9y/categories/1-Allgemeines" label="Allgemeines" term="Allgemeines" />
    
        <id>http://www.schumbi.de/s9y/archives/1-guid.html</id>
        <title type="html">Auf ein Neues...</title>
        <content type="xhtml" xml:base="http://www.schumbi.de/s9y/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <div><p>Nach nun doch einiges Zeit Stillstand und dem Wechsel hin zu  <a href="http://www.s9y.org/" target="_blank" title="Serendipity Weblog System">Serendipity</a> als Webseitenverwaltung starte ich nun einen neuen Versuch, dieser Seite etwas Leben einzuhauchen. In den nächsten Tagen und Wochen wird noch einiges an Inhalt folgen. Ich bin schon richtig gespannt, wie sich Serendipity so schlägt.</p><p> <u>Update:</u> Es scheint, als könnte man sogar mit dem LibreOffice Writer nun Einträge verfassen. Da bin ich aber mal gespannt und werde das bei Zeiten genauer probieren. Ein paar Stärken und Schwächen wird sicher auch dieser Weg mit sich bringen.</p><br clear="left" /></div> 
            </div>
        </content>
        
    </entry>

</feed>
