<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/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://antwort.42h.de/feeds/atom.xml" rel="self" title="Die Antwort" type="application/atom+xml" />
    <link href="http://antwort.42h.de/"                        rel="alternate"    title="Die Antwort" type="text/html" />
    <link href="http://antwort.42h.de/rss.php?version=2.0"     rel="alternate"    title="Die Antwort" type="application/rss+xml" />
    <title type="html">Die Antwort</title>
    <subtitle type="html">Life, the Universe and Everything</subtitle>
    <icon>http://antwort.42h.de/templates/default/img/s9y_banner_small.png</icon>
    <id>http://antwort.42h.de/</id>
    <updated>2010-02-28T07:22:34Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.2">Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://antwort.42h.de/archives/62-Twitter-to-Jabber-gateway.html" rel="alternate" title="Twitter to Jabber gateway" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2009-03-17T21:10:00Z</published>
        <updated>2010-02-28T07:22:34Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=62</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=62</wfw:commentRss>
    
            <category scheme="http://antwort.42h.de/categories/1-Useful" label="Useful" term="Useful" />
    
        <id>http://antwort.42h.de/archives/62-guid.html</id>
        <title type="html">Twitter to Jabber gateway</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Ever since Twitter decided to close their Jabber-gateway I was looking for a solution that allowed me to use Twitter over Jabber again. Same days ago I stumbled over a ruby <a href="http://da.nmilne.com/?p=353" title="dkam's blog">script</a> by <a href="http://twitter.com/dkam" title="Twitter">dkam,</a> that perfectly fits my needs. Because I'm following quite a few german Twitterers I had some problems with ugly HTML entities like:

<pre>Wei&#223; hier jemand ob der iPod Touch 1G Mikros unterst&#252;tzt?</pre>

So I decided to take my non-existent ruby skils and extend <a href="http://twitter.com/dkam" title="Twitter">dkam's</a> script to jabber me the full UTF8 glory. So here's my result of a little bit of hacking:

<div class="geshi" style="text-align: left"><ol><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#008000; font-style:italic;">#!/usr/bin/ruby</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'rubygems'</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'xmpp4r-simple'</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'twitter'</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'benchmark'</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'cgi'</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'htmlentities'</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">jabber_user=<span style="color:#996600;">&quot;jabber-user@luusa.org&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">jabber_pass=<span style="color:#996600;">&quot;password&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#ff6633; font-weight:bold;">$receiving_jabber</span> = <span style="color:#996600;">&quot;user@jabber.ccc.de&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">twitter_user=<span style="color:#996600;">&quot;obama&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">twitter_pass=<span style="color:#996600;">&quot;change!&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">jabber = twitter = <span style="color:#0000FF; font-weight:bold;">nil</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">cj = <span style="color:#CC00FF; font-weight:bold;">Benchmark</span>.<span style="color:#9900CC;">realtime</span> <span style="color:#006600; font-weight:bold;">&#123;</span>jabber = <span style="color:#6666ff; font-weight:bold;">Jabber::Simple</span>.<span style="color:#9900CC;">new</span><span style="color:#006600; font-weight:bold;">&#40;</span>jabber_user, jabber_pass<span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;Connecting to Jabber: #{cj}&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">ct = <span style="color:#CC00FF; font-weight:bold;">Benchmark</span>.<span style="color:#9900CC;">realtime</span> <span style="color:#006600; font-weight:bold;">&#123;</span>twitter = <span style="color:#6666ff; font-weight:bold;">Twitter::Base</span>.<span style="color:#9900CC;">new</span><span style="color:#006600; font-weight:bold;">&#40;</span>twitter_user, twitter_pass<span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;Connecting to Twitter: #{ct}&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#9966CC; font-weight:bold;">def</span> filters<span style="color:#006600; font-weight:bold;">&#40;</span>status<span style="color:#006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; <span style="color:#9966CC; font-weight:bold;">if</span> status.<span style="color:#9900CC;">user</span>.<span style="color:#9900CC;">name</span> == <span style="color:#996600;">&quot;MelbTransport&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; <span style="color:#9966CC; font-weight:bold;">yield</span> <span style="color:#9966CC; font-weight:bold;">if</span> status.<span style="color:#9900CC;">text</span> =~ <span style="color:#006600; font-weight:bold;">/</span>Craigieburn<span style="color:#006600; font-weight:bold;">|</span>Broadmeadows<span style="color:#006600; font-weight:bold;">|</span>Upfield<span style="color:#006600; font-weight:bold;">/</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; <span style="color:#9966CC; font-weight:bold;">else</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; coder = HTMLEntities.<span style="color:#9900CC;">new</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; status.<span style="color:#9900CC;">text</span> = coder.<span style="color:#9900CC;">decode</span><span style="color:#006600; font-weight:bold;">&#40;</span>status.<span style="color:#9900CC;">text</span><span style="color:#006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; <span style="color:#9966CC; font-weight:bold;">yield</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; <span style="color:#9966CC; font-weight:bold;">end</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#9966CC; font-weight:bold;">end</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#9966CC; font-weight:bold;">def</span> get_tweets<span style="color:#006600; font-weight:bold;">&#40;</span>twitter, tweets, jabber<span style="color:#006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; <span style="color:#9966CC; font-weight:bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; twitter.<span style="color:#9900CC;">timeline</span>.<span style="color:#9900CC;">reverse</span>.<span style="color:#9900CC;">each</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span>s<span style="color:#006600; font-weight:bold;">|</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; &#160; <span style="color:#9966CC; font-weight:bold;">if</span> tweets<span style="color:#006600; font-weight:bold;">&#91;</span>s.<span style="color:#9900CC;">id</span><span style="color:#006600; font-weight:bold;">&#93;</span>.<span style="color:#0000FF; font-weight:bold;">nil</span>?</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; &#160; &#160; filters<span style="color:#006600; font-weight:bold;">&#40;</span>s<span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> jabber.<span style="color:#9900CC;">deliver</span><span style="color:#006600; font-weight:bold;">&#40;</span>$receiving_jabber, <span style="color:#996600;">&quot;#{s.user.screen_name} says: #{s.text}&quot;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; &#160; &#160; tweets<span style="color:#006600; font-weight:bold;">&#91;</span>s.<span style="color:#9900CC;">id</span><span style="color:#006600; font-weight:bold;">&#93;</span> = <span style="color:#996600;">&quot;Sent&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; &#160; <span style="color:#9966CC; font-weight:bold;">end</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; <span style="color:#9966CC; font-weight:bold;">end</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; <span style="color:#9966CC; font-weight:bold;">rescue</span> <span style="color:#6666ff; font-weight:bold;">Twitter::CantConnect</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; <span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;Can't connect. Sleeping.&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; <span style="color:#CC0066; font-weight:bold;">sleep</span> <span style="color:#006666;">120</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; <span style="color:#9966CC; font-weight:bold;">retry</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; <span style="color:#9966CC; font-weight:bold;">end</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#9966CC; font-weight:bold;">end</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#9966CC; font-weight:bold;">def</span> post_tweets<span style="color:#006600; font-weight:bold;">&#40;</span>twitter, jabber<span style="color:#006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; jabber.<span style="color:#9900CC;">received_messages</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#006600; font-weight:bold;">|</span>msg<span style="color:#006600; font-weight:bold;">|</span> twitter.<span style="color:#9900CC;">post</span><span style="color:#006600; font-weight:bold;">&#40;</span>msg.<span style="color:#9900CC;">body</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#9966CC; font-weight:bold;">if</span> msg.<span style="color:#9900CC;">type</span> == <span style="color:#ff3333; font-weight:bold;">:chat</span> <span style="color:#006600; font-weight:bold;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#9966CC; font-weight:bold;">end</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#9966CC; font-weight:bold;">def</span> main<span style="color:#006600; font-weight:bold;">&#40;</span>twitter, jabber<span style="color:#006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; tweets = <span style="color:#006600; font-weight:bold;">&#123;</span><span style="color:#006600; font-weight:bold;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; <span style="color:#9966CC; font-weight:bold;">while</span> <span style="color:#0000FF; font-weight:bold;">true</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; <span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;Action!&quot;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; get_tweets<span style="color:#006600; font-weight:bold;">&#40;</span>twitter, tweets, jabber<span style="color:#006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; post_tweets<span style="color:#006600; font-weight:bold;">&#40;</span>twitter, jabber<span style="color:#006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; &#160; <span style="color:#CC0066; font-weight:bold;">sleep</span> <span style="color:#006666;">60</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160; <span style="color:#9966CC; font-weight:bold;">end</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color:#9966CC; font-weight:bold;">end</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&#160;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">main<span style="color:#006600; font-weight:bold;">&#40;</span>twitter, jabber<span style="color:#006600; font-weight:bold;">&#41;</span></div></li></ol></div>

<a href="http://da.nmilne.com/wp-trackback.php?p=353"></a>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/60-Enterprise-2.0.html" rel="alternate" title="Enterprise 2.0" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2007-11-13T08:45:00Z</published>
        <updated>2007-11-13T08:45:00Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=60</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=60</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/60-guid.html</id>
        <title type="html">Enterprise 2.0</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p>... ist doch eigentlich nix anderes als Star Trek &#8211; The Next Generation, oder? </p> 
            </div>
        </content>
        <dc:subject>buzzwords</dc:subject>
<dc:subject>enterprise 2.0</dc:subject>
<dc:subject>star trek</dc:subject>
<dc:subject>web2.0</dc:subject>

    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/58-Ein-Muss-fuer-jeden-Filmfan.html" rel="alternate" title="Ein Muß für jeden Filmfan" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2007-08-02T07:13:00Z</published>
        <updated>2007-08-02T13:25:21Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=58</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=58</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/58-guid.html</id>
        <title type="html">Ein Muß für jeden Filmfan</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p>ist das <a href="http://www.dhaunsch.com/2007/07/24/filmratsel-blogparade/" >Film-Quiz</a> bei Dirk Haunsch.</p>

	<p>Wer also weiß wie </p>

	<p>Yippiayeh … ? </p>

	<p>weiter geht oder den usprünglich für Scream vorgesehene Titel kennt (Tip: die Wayans Brüder haben einen Film mit einem ganz ähnlichen Titel veröffentlicht) sollte mitmachen. </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/56-Das-iphone-ist-echt-multifunktional-einsetzbar.html" rel="alternate" title="Das iphone ist echt multifunktional einsetzbar" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2007-07-30T23:50:37Z</published>
        <updated>2007-07-30T23:50:37Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=56</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=56</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/56-guid.html</id>
        <title type="html">Das iphone ist echt multifunktional einsetzbar</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p><!-- s9ymdb:20 --><img width='328' height='440' style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://antwort.42h.de/uploads/iphone1.jpeg" alt="" /></p>

	<p>Es eignet sich auch hervoragen als Flaschenöffner. </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/54-Eigentlich-geht-es-uns-noch-gut.html" rel="alternate" title="Eigentlich geht es uns noch gut" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2007-05-18T06:31:00Z</published>
        <updated>2007-05-18T06:31:00Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=54</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=54</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/54-guid.html</id>
        <title type="html">Eigentlich geht es uns noch gut</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p>Ich hab eine New Yorker <a href="http://en.wikipedia.org/wiki/Direct_Inward_Dialing"  title="Direct Inward Dialing">DID</a>-Telefonummer. (lange Geschichte)<br/><br />
Auf der Mailbox zu dieser Nummer landen alle halbe Jahre irgendwelche Anrufe. Bisher waren es meistens spanisch-sprachigen Ansagen, mit denen ich nicht viel anfangen konnte. Gestern kam allerdings <a href="http://antwort.42h.de/uploads/msg0000.ogg" title="msg0000.ogg" target="_blank">dieser Anruf.</a> Dort wird ein Musikschule für Kinder beworben und eine Gratis-Stunde angeboten. Ich bin echt froh, daß wir dieses Level in Deutschland noch nicht erreicht haben. </p> 
            </div>
        </content>
        <dc:subject>new york</dc:subject>
<dc:subject>telemarketing</dc:subject>
<dc:subject>voip</dc:subject>

    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/53-Schaeuble-is-watching.html" rel="alternate" title="Schäuble is watching" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2007-05-02T20:45:17Z</published>
        <updated>2007-05-05T17:58:22Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=53</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=53</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/53-guid.html</id>
        <title type="html">Schäuble is watching</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p>Nach dem Wolfgang schon <a href="http://planet.luusa.org"  title="Planet LUUSA">Planet LUUSA</a>überwacht, hat er sich jetzt auch dieses Blog vorgenommen.<br />
<br/><br />
Falls ihr Wolfgang auch in euer Blog einbinden wollt findet ihr die Anleitung beim <a href="http://knoedeldealer.de/howto.html"  title="Anleitung zum Einbinden von Wolfgang">Knödel-Dealer.</a><br />
<br/><br />
thx to <a href="http://www.daniel-lehmann.net/" >Herr Lehmann</a> </p> 
            </div>
        </content>
        <dc:subject>javascript</dc:subject>
<dc:subject>schäuble</dc:subject>
<dc:subject>stasi 2.0</dc:subject>

    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/51-So-sieht-perfekte-Zusammenarbeit-aus.html" rel="alternate" title="So sieht perfekte Zusammenarbeit aus" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2007-03-16T08:00:00Z</published>
        <updated>2007-05-02T20:16:24Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=51</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=51</wfw:commentRss>
    
            <category scheme="http://antwort.42h.de/categories/3-Fun" label="Fun" term="Fun" />
    
        <id>http://antwort.42h.de/archives/51-guid.html</id>
        <title type="html">So sieht perfekte Zusammenarbeit aus</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p>wenn alle Räder perfekt ineinander greifen und sich trotzdem<br />
nichts rührt, wie z.B. hier: <br/><br/></p>

	<p><a href="http://www.qsc.de/de/partner.html"  title="QSC Partner">http://www.qsc.de/de/partner.html</a><br/><br/></p>

	<p>schnell einen Ingenieur rufen, der das dann repariert<br/><br/></p>

	<p><a href="http://www.guenther.pl"  title="Tigers Website">Tiger</a> via FV</p>

	<p>UPDATE:</p>

	<p>In der Zwischenzeit wurde die Grafik erneuert. Einen Screenshot findet ihr <a href="http://lachschon.gamigo.de/slide.php?id=61092"  title="Screenshot">bei Lachschon.</a></p>

	<p>(thx to Tobias) </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/47-Froscon-07-Call-for-Papers-started.html" rel="alternate" title="Froscon 07: Call for Papers started" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2007-03-15T16:55:45Z</published>
        <updated>2007-06-20T22:49:38Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=47</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=47</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/47-guid.html</id>
        <title type="html">Froscon 07: Call for Papers started</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>The second Free and Open Source Conference &#8220;FrOSCon&#8221; takes place on August, 25th and 26th 2007 in St. Augustin, near Bonn, Germany. The conference is once again hosted by the faculty of computer science of the University of Applied Sciences Bonn-Rhein-Sieg in collaboration with the student body and the Linux/Unix User Group St. Augustin.</p>

	<p>In a <a href="http://froscon.org/Call-for-Papers.12.0.html?L=1"  title="CfP FrOSCon 07">Call for Papers</a>, we ask for submission of contributions. A broad variety of topics concerning free and open source software is desired. </p>

	<p>Contributions can be submitted in English or German and should summarize the intended talk concisely and succinctly; talks should be no longer than 45 minutes in length. Deadline for submission is June, 4th 2007. <h1> General </h1><br />
<p>FrOSCon is a two-day conference on free software and open source, which takes place on 25th and 26th August 2007 at the University of Applied Sciences Bonn-Rhein-Sieg, in St. Augustin near Bonn, Germany. <br />
</p><p>Focus of the conference is a comprehensive range of talks about current topics in free software and open source. Furthermore, space will be provided for developers of free software and open source projects to organize their own developer meetings or even their own program.<br />
</p><p>2007 will see the second installment of FrOSCon. It is organized by the deparmtent of computer science in collaboration with the Linux/Unix User Group Sankt Augustin, the student body and the FrOSCon e.V.<br />
</p><br />
<a name="Topics"></a><h1> Topics </h1><br />
<p>We are looking for contributions about current developments from the whole field of Free Software and Open Source., e.g.:<br />
</p><br />
<ul><li> Operating Systems<br />
</li><li> Development<br />
</li><li> Administration<br />
</li><li> Security<br />
</li><li> Legal Issues<br />
</li><li> Desktop<br />
</li><li> Open Hardware<br />
</li></ul><br />
<p>We would especially like to see contributions about the following topics:<br />
</p><br />
<ul><li> Web2.0 &#8211; Free Software as the building blocks of the web revolution<br />
</li><li> Virtualization &#8211; Basics, comparison and new developments (e.g. VT/Pacifica, Linux 2.6.20, <span class="caps">QEMU</span>, Virtualbox etc.)<br />
</li><li> Open beyond Software &#8211; The principles of Free Software applied far from source code<br />
</li></ul><br />
<p>Furthermore we are planning a special track (in german) for beginners. We would also like to see proposals for that.<br />
</p><br />
<a name="Submitting_Contributions"></a><h1> Submitting Contributions </h1><br />
<p>Registration and submission of contributions is via the web-based frontend under <a href="http://cfp.froscon.org/" class="external free" title="http://cfp.froscon.org/" rel="nofollow">http://cfp.froscon.org/</a>. For participating in the Call for Papers, you will have to submit a short abstract, as well as a detailed description. To participate in the conference, you will also need to submit slides for your talk beforehand. <br />
</p><br />
<a name="Language"></a><h2> Language </h2><br />
<p>Contributions can be submitted in German as well as English. The choice of language should depend solely on which language is more suitable for presenting the chosen topic. Language of the submitted texts and of the talk should be the same. <br />
</p><br />
<a name="Length_of_the_Contributions"></a><h2> Length of the Contributions </h2><br />
<p>The abstract should summarize the planned content of the talk in a precise and succinct way. We do not place a limit on its length.<br />
</p><p>The talks should take no more than 45 minutes, in order to allow some time for questions and for preparing the stage for the following speaker. <br />
</p><p>We can accept longer contributions in special cases; we ask for a justification for the longer extent in this case. <br />
</p><br />
<a name="Format"></a><h2> Format </h2><br />
<p>Abstract and Description have to be submitted as plain text via the web frontend. We ask for submission of the slides in PDF; other open document format such as OpenOffice should only be submitted after prior consultation. <br />
</p><br />
<a name="Licenses"></a><h2> Licenses </h2><br />
<p>We will publish abstract, description and slides on a website and include the abstract in the conference program. We demand that you place your contributions under the Creative Commons Attribution-NonCommercial 2.0 Germany (<a href="http://creativecommons.org/licenses/by-nc/2.0/de/" class="external free" title="http://creativecommons.org/licenses/by-nc/2.0/de/" rel="nofollow">http://creativecommons.org/licenses/by-nc/2.0/de/</a>) license (or a more lenient license.) <br />
</p><p>Unless another license is noted, we will assume that your contribution is under this license. If you want to place your works under a less restrictive license, please note so with your submission. <br />
</p><br />
<a name="Selection_of_Contributions"></a><h2> Selection of Contributions </h2><br />
<p>Contributions are selected based on their content by a program committee. Please understand that we cannot accept all contributions, depending on the number and quality of the submissions. We will favor submissions which fall under one of the aforementioned topics.<br />
</p><br />
<a name="Other"></a><h1> Other </h1><br />
<a name="Remuneration"></a><h2> Remuneration </h2><br />
<p>FrOSCon is organized by volunteers and is mostly funded by sponsors. We ask you to understand that we will not be able to reimburse you for your expenses. <br />
</p><br />
<a name="Accomodation"></a><h2> Accomodation </h2><br />
<p>The organizers of FrOSCon are looking for suitable accomodation at the moment. Current developments will be published on the web site of the event (<a href="http://www.froscon.org" class="external free" title="http://www.froscon.org" rel="nofollow">http://www.froscon.org</a>). We can also help find a place to sleep. <br />
</p><br />
<a name="Social_Event"></a><h2> Social Event </h2><br />
<p>We are planning to hold a social event on the evening of the 25th and kindly invite all speakers to attend.<br />
</p><br />
<a name="Important_Dates_and_Contacts"></a><h1> Important Dates and Contacts </h1><br />
<p><b>June 4th, 2007</b> End of the Call for Papers. All contributions need to be submitted by this date in order to qualify.<br />

<b>June 18th, 2007</b> Notification of acceptance of all contributions<br />

<b>June 30th, 2007</b> Final acceptance. We ask all invited speakers to give their final acceptance by this date.<br />

<b>August 1st, 2007</b> Last date for submitting slides<br />

<b>August 25th, 2007</b> First day of FrOSCon<br />
</p><p>Further information can be found on the web under <a href="http://www.froscon.org" class="external free" title="http://www.froscon.org" rel="nofollow">http://www.froscon.org</a>.<br />
</p><p>Please send questions about the Call for Papers via email to: program@froscon.org<br />

Contact the organizers via email: contact@froscon.org<br />
</p><p>Postal address:	 <br />
</p><p>FrOSCon e.V. <br />
	 <br />
c/o Fachhochschule Bonn-Rhein-Sieg	 <br />

Grantham-Allee 20	 <br />

53757 Sankt Augustin<br />

Germany<br />
</p></p> 
            </div>
        </content>
        <dc:subject>bonn</dc:subject>
<dc:subject>fhbrs</dc:subject>
<dc:subject>free software</dc:subject>
<dc:subject>froscon</dc:subject>
<dc:subject>froscon07</dc:subject>
<dc:subject>open source</dc:subject>

    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/43-Das-erklaert-so-einiges-....html" rel="alternate" title="Das erklärt so einiges ..." />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2006-11-28T08:50:11Z</published>
        <updated>2007-03-15T17:20:26Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=43</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=43</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/43-guid.html</id>
        <title type="html">Das erklärt so einiges ...</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p><div style="float: right; margin-left: 10px; margin-bottom: 10px;">
 <a href="http://www.flickr.com/photos/franzlife/307584493/" title="photo sharing"><img src="http://static.flickr.com/113/307584493_918c8db46c_m.jpg" alt="" style="border: solid 2px #000000;" /></a>
 <br />

 <span style="font-size: 0.9em; margin-top: 0px;">
  <a href="http://www.flickr.com/photos/franzlife/307584493/">...</a>
  <br />

  Originally uploaded by <a href="http://www.flickr.com/people/franzlife/">Franz Patzig</a>.
 </span><br />
</div><br />
Es waren doch Vertreter des StudiVZ auf dem Barcamp Cologne<br />
<br clear="all" /> </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/41-BarCamp-Colongne-Social-Event.html" rel="alternate" title="BarCamp Colongne &quot;Social Event&quot;" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2006-11-24T22:37:00Z</published>
        <updated>2007-03-15T17:22:39Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=41</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=41</wfw:commentRss>
    
            <category scheme="http://antwort.42h.de/categories/3-Fun" label="Fun" term="Fun" />
    
        <id>http://antwort.42h.de/archives/41-guid.html</id>
        <title type="html">BarCamp Colongne &quot;Social Event&quot;</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <blockquote>Wir wollen nicht Web 2.0, wir wollen Kölsch 0,2!</blockquote>  
            </div>
        </content>
        <dc:subject>barcampcologne</dc:subject>
<dc:subject>fun</dc:subject>
<dc:subject>web2.0</dc:subject>

    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/36-FrOSCon-ahead.html" rel="alternate" title="FrOSCon ahead" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2006-06-17T22:34:08Z</published>
        <updated>2007-03-15T17:22:28Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=36</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/36-guid.html</id>
        <title type="html">FrOSCon ahead</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p>Während der letzten Monate hat eine kleine Gruppe Idealisten sehr viel Arbeit investiert um eine OpenSource-Konferenz im Rheinland zu organisieren. In einer Woche ist es soweit. Der <a href="http://www.inf.fh-brs.de"  title="Fachbereich Informatik">Fachbereich Informatik</a> der <a href="http://www.fh-brs.de"  title="Fachhochschule Bonn-Rhein-Sieg">Fachhochschule Bonn-Rhein-Sieg</a> veranstaltet in Zusammenarbeit mit dem FrOSCon e.V. die <br/></p>

	<p><a href="http://www.froscon.de"  title="FrOSCon 2006">FrOSCon 2006</a> 24./25.6. 2006 an der FH Bonn-Rhein-Sieg. <br/></p>

	<p>Los gehts am Samstag ab 09:30. Der Eintritt für beide Tage bei schlappen 5 <span class="caps">EUR</span>.</p>

<br/>

	<p>Das <a href="http://programm.froscon.de"  title="Programm der FrOSCon">Programm</a> kann sich echt sehen lassen, da sollte für jeden was dabei sein. Also packt eure Sachen und kommt nächste Woche ins Rheinland.</p>

	<p>Falls ihr Zeit und Lust habt mal einen Blick hinter die Kulissen zu werfen oder einfach mit anzupacken, schreibt schnellstmöglich eine Mail an helfer@froscon.de</p>

	<p>Bis nächsten Samstag!
 </p> 
            </div>
        </content>
        <dc:subject>bonn</dc:subject>
<dc:subject>fhbrs</dc:subject>
<dc:subject>free software</dc:subject>
<dc:subject>froscon</dc:subject>
<dc:subject>open source</dc:subject>

    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/35-Die-Geschichte-der-Internets-in-Deutschland.html" rel="alternate" title="Die Geschichte der Internets in Deutschland" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2006-04-18T22:43:58Z</published>
        <updated>2007-03-15T17:22:21Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=35</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=35</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/35-guid.html</id>
        <title type="html">Die Geschichte der Internets in Deutschland</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p>Wer sich für die Entwicklung des Internets in Deutschland interessiert oder sich noch an die beiden Wolfgang erinnern kann, dem sei folgende Veranstaltung ans Herz gelegt:</p>

	<p><a href="http://www.roots-of-the-net.de/" >Roots of the Net</a><br />
27.04.2006<br />
Haus der Geschichte, Bonn<br />
10:00 &#8211; 23:00</p>

	<p>Kostenlose  <a href="http://home.arcor.de/birkenbihl/RootsOfTheNetAnmeldung/Anmeldung.html" >Anmeldung</a> erforderlich.</p>

	<p>P.S:</p>

	<p>Partizipieren! </p> 
            </div>
        </content>
        <dc:subject>bonn</dc:subject>
<dc:subject>deutschland</dc:subject>
<dc:subject>haus der geschichte</dc:subject>
<dc:subject>history</dc:subject>
<dc:subject>internet</dc:subject>

    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/34-Strassenschaeden.html" rel="alternate" title="Straßenschäden" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2006-03-27T17:26:50Z</published>
        <updated>2007-03-15T17:22:10Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=34</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/34-guid.html</id>
        <title type="html">Straßenschäden</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p><img width='600' height='800' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://antwort.42h.de/uploads/strassenschaeden.jpg" alt="" /> </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/33-Ohne-Worte.html" rel="alternate" title="Ohne Worte" />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2006-03-25T18:03:03Z</published>
        <updated>2007-03-15T17:22:01Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=33</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/33-guid.html</id>
        <title type="html">Ohne Worte</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p>Aus einem Presse-Text für die Wetten Dass Sendung am 1.4.06:</p>

<blockquote>
Im musikalischen Teil verwöhnen die Bands &#8220;Tokio Hotel&#8221; und &#8220;Toto&#8221; die Zuschauer.
</blockquote>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://antwort.42h.de/archives/32-Mit-dem-Strom-schwimmen..html" rel="alternate" title="Mit dem Strom schwimmen." />
        <author>
            <name>ScottyTM</name>
                    </author>
    
        <published>2006-03-13T11:47:00Z</published>
        <updated>2007-03-15T17:28:25Z</updated>
        <wfw:comment>http://antwort.42h.de/wfwcomment.php?cid=32</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://antwort.42h.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    
    
        <id>http://antwort.42h.de/archives/32-guid.html</id>
        <title type="html">Mit dem Strom schwimmen.</title>
        <content type="xhtml" xml:base="http://antwort.42h.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                	<p>Momentan ist es ja extrem in auf lustige Videos zu verlinken. Das möchte ich zum Anlaß nehmen, mal auf zwei kleine Filme zu verweisen die in meinem Umfeld für wahre Heiterkeitsausbrüche gesorgt haben. Zuerst sollte man sich dieses <a href="http://www.prangstgrup.com/lecturemusical/"  title="lecture musical">Vorlesungs-Musical</a> ansehen. Direkt im Anschluß das <a href="http://www.prangstgrup.com/librarymusical/popup.php"  title="library musical">Bibliotheks-Musical</a> und wer sich immer schon fand das der Windows Startup Sound nervig ist, sollte einen Blick <a href="http://www.prangstgrup.com/startupsound/popup.php"  title="startup sound">hierauf</a> werfen. </p>

	<p>Dieses fantastische Videos sind das Werk von <a href="http://www.prangstgrup.com" >Prangstgrüp,</a> einer Theatergruppe der Columbia University in New York. Ein bißchen mehr über die Gruppe erfährt man in einem <a href="http://www.arrivistepress.com/February04/zbendinerfeaturewriter2nd0204.shtml" >Artikel</a> der Arriviste Press. </p> 
            </div>
        </content>
        <dc:subject>fun</dc:subject>
<dc:subject>lecture musical</dc:subject>
<dc:subject>library musical</dc:subject>
<dc:subject>prangstgrüp</dc:subject>
<dc:subject>video</dc:subject>

    </entry>

</feed>