<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>B:\datenbrei &#187; Python</title>
	<atom:link href="http://b4mad.net/datenbrei/skos/coding/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://b4mad.net/datenbrei</link>
	<description>Collaborating Individuals - All Knowledge on one Floppy</description>
	<lastBuildDate>Mon, 18 Feb 2013 08:00:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>WITW automation goes on</title>
		<link>http://b4mad.net/datenbrei/archives/2005/10/15/witw-automation-goes-on/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/10/15/witw-automation-goes-on/#comments</comments>
		<pubDate>Sat, 15 Oct 2005 16:38:36 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/?p=226</guid>
		<description><![CDATA[After a few hours of learning AppleScript I figured out how to attach AppleScripts to an iCal Event and let that AppleScript reuse my old widw Python script to set my current location at WITW Service. All to do is set the location of the event to &#8220;GEO: lat, long&#8221; and call the witw.scpt for [...]]]></description>
				<content:encoded><![CDATA[<p>After a few hours of learning <a href="http://www.apple.com/macosx/features/applescript/">AppleScript</a> I figured out how to attach AppleScripts to an iCal Event and let that AppleScript reuse my old widw Python script to set my current location at <a href="http://norman.walsh.name/2005/02/witw/is/goern">WITW Service</a>. All to do is set the location of the event to &#8220;GEO: lat, long&#8221; and call the witw.scpt for this event. That&#8217;s it! If you are looking for a how to attach AppleScript to an Event <a href="http://www.google.com/search?client=safari&#038;rls=de-de&#038;q=attach+applescript+to+ical+event&#038;ie=UTF-8&#038;oe=UTF-8">search google</a>.</p>
<p>The <a href="http://b4mad.net/2005/10/15/widw.tar.gz">archive of witw.scpt</a> also contains widw.py and supporting files, just set your username and password in witw.scpt and go&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/10/15/witw-automation-goes-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>putting WIDW together&#8230;</title>
		<link>http://b4mad.net/datenbrei/archives/2005/08/09/putting-widw-together/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/08/09/putting-widw-together/#comments</comments>
		<pubDate>Tue, 09 Aug 2005 09:23:23 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[jabber/XMPP]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/?p=185</guid>
		<description><![CDATA[After a long time without looking into all that Jabber and WITW stuff some work by Lost Boy came to my attention [via: Phil Wilson]. The only missing piece is a nice desktop GUI to set my location and publish this change via Jabber, that&#8217;s a TODO. But for now I can: start a gateway [...]]]></description>
				<content:encoded><![CDATA[<p>After a long time without looking into <a href="http://b4mad.net/datenbrei/archives/2005/04/15/witw-updater/">all that Jabber and WITW stuff</a> <a href="http://www.ldodds.com/blog/archives/000210.html">some work by Lost Boy</a> came to my attention [via: <a href="http://philwilson.org/blog/2005/08/use-jabber-resources-to-update-your.html">Phil Wilson</a>]. The only missing piece is a nice desktop GUI to set my location and publish this change via Jabber, that&#8217;s a TODO. But for now I can:</p>
<ol>
<li>start a <a href="http://b4mad.net/datenbrei/archives/2005/04/15/witw-updater/">gateway between WITW webservice and a jabber pubsub node</a>, this will look for updates on the jabber node and update WITW according to the informations received.</li>
<li>use a python program to update a jabber pubsub node, to let others know that my geo positions has been updated</li>
<li>and finaly <a href="http://mygmaps.com/show/0.0.8/?url=http%3A%2F%2Fwww.w3.org%2F2000%2F06%2Fwebdata%2Fxslt%3Fxslfile%3Dhttp%253A%252F%252Fwww.ldodds.com%252Fprojects%252Fwitw%252Fwitw2gm.xsl%26xmlfile%3Dhttp%253A%252F%252Fnorman.walsh.name%252F2005%252F02%252Fwitw%252Fis%252Fgoern">take a look at where I am</a></li>
</ol>
<p><em>Next Step:</em> build a GUI to set the geo position, maybe using Python and wxPython</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/08/09/putting-widw-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WITW-updater via XMPP</title>
		<link>http://b4mad.net/datenbrei/archives/2005/04/15/witw-updater/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/04/15/witw-updater/#comments</comments>
		<pubDate>Fri, 15 Apr 2005 17:29:56 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[jabber/XMPP]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/04/15/witw-updater/</guid>
		<description><![CDATA[Here is the next extension using Norman Walsh&#8217;s WITW service: I integrated it with the MeNow XMPP PubSub stuff I did earlier. Now there is a python command line tool to set the current location and a gateway between XMPP PubSub and WITW webservice. This gateway will subscribe to a given node and will update [...]]]></description>
				<content:encoded><![CDATA[<p>Here is the next extension using <a href="http://norman.walsh.name/2005/02/witw/is/goern">Norman Walsh&#8217;s WITW service</a>: I integrated it with the <a href="http://b4mad.net/datenbrei/archives/2004/12/01/menow-via-jabber-pubsub-its-shaping-up/">MeNow XMPP PubSub stuff</a> I did earlier. Now there is a python command line tool to set the current location and a gateway between <a href="http://jabber.org/">XMPP</a> PubSub and WITW webservice. This gateway will subscribe to a given node and will update the WITW record of the user if new data is received via XMPP.  I also put togeter an <a href="http://b4mad-service.net/2005/04/11/widw.png">architectural overview diagram</a>.</p>
<p>The source for the new releae is <a href="http://B4mad.Net/2005/04/11/widw-20050415.tar.gz">here</a> (I love here-links).</p>
<p><em>Next Step:</em> a Gnome based desktop applet that subscribes to the XMPP node and displays data received from it.</p>
<p><em>UPDATE</em>: there are some things going on, lost boy hacked up some <a href="http://www.ldodds.com/blog/archives/000210.html">WITW to GoogleMap</a> service [via: <a href="http://philwilson.org/blog/2005/08/use-jabber-resources-to-update-your.html">Phil Wilson</a>].</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/04/15/witw-updater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wo in der Welt Python Interface</title>
		<link>http://b4mad.net/datenbrei/archives/2005/04/11/wo-in-der-welt-python-interface/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/04/11/wo-in-der-welt-python-interface/#comments</comments>
		<pubDate>Mon, 11 Apr 2005 19:43:13 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/04/11/wo-in-der-welt-python-interface/</guid>
		<description><![CDATA[Hacking arround&#8230; and created a interface to Norman Walsh&#8217;s WITW service as a Python class. I am using the brute force method to set and retrieve some data of the web service. What the witwService() class does is: getUserAsHTML() &#8211; will return the given user&#8217;s current location getUserAsMeNow() &#8211; will return the given user&#8217;s current [...]]]></description>
				<content:encoded><![CDATA[<p>Hacking arround&#8230; and created a interface to Norman Walsh&#8217;s WITW service as a Python class.  I am using the <a href="http://norman.walsh.name/2005/02/16/witw-part-1">brute force method</a> to set and retrieve some data of the web service. What the <code>witwService()</code> class does is:</p>
<p><code>getUserAsHTML()</code> &#8211; will return the given user&#8217;s current location</p>
<p><code>getUserAsMeNow()</code> &#8211; will return the given user&#8217;s current location using the MeNow RDF Schema</p>
<p><code>getLandmarksAsXML()</code> &#8211; get all landmarks of the given user</p>
<p><code>setUserLongLat(lon, lat)</code> &#8211; set the given user&#8217;s long and lat</p>
<p>Please find the <a href="http://b4mad.net/2005/04/11/widw-20050411.tar.bz2"><code>.tar.bz2</code></a> and test it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/04/11/wo-in-der-welt-python-interface/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WITW and my Python</title>
		<link>http://b4mad.net/datenbrei/archives/2005/03/06/witw-and-my-python/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/03/06/witw-and-my-python/#comments</comments>
		<pubDate>Sun, 06 Mar 2005 19:58:39 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/03/06/witw-and-my-python/</guid>
		<description><![CDATA[After I gave sudo port install gtk-sharp a try I finally found a python2.4 installed on /opt/local/&#8230; so I started playing arround with it a little. After a few webpage readings I came up with &#8220;Wo in der Welt?&#8221; aka widw&#8230; a little python script picking up the current WITW info of a given user. [...]]]></description>
				<content:encoded><![CDATA[<p>After I gave <code>sudo port install gtk-sharp</code> a try I finally found a <a href="http://python.org/doc/2.4/">python2.4</a> installed on <code>/opt/local/</code>&#8230; so I started playing arround with it a little.</p>
<p>After a few webpage readings I came up with &#8220;Wo in der Welt?&#8221; aka <a href="http://b4mad.net/2005/03/06/widw.py.txt">widw</a>&#8230; a little python script picking up the current WITW info of a given user. As worldly wisdom showed once again <a href="http://norman.walsh.name/2005/02/16/witw-part-1">brute force and ignorance</a> helps! My next idea was to fetch the <a href="http://norman.walsh.name/2005/02/21/witw-are-they">atom feed</a> and push updates of locations into jabber. Unfortunatly the atom feed doesnt seem to be a Atom 0.3 feed, I &#8220;filed this bug&#8221;&#8230; so stay tuned for another step forward to my personal vision of an information desktop&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/03/06/witw-and-my-python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RSS 1.0 Enclosure Aggregator</title>
		<link>http://b4mad.net/datenbrei/archives/2005/02/07/rss-10-enclosure-aggregator/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/02/07/rss-10-enclosure-aggregator/#comments</comments>
		<pubDate>Mon, 07 Feb 2005 22:23:38 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/02/07/rss-10-enclosure-aggregator/</guid>
		<description><![CDATA[Hello World! This is the 0.2 release of gclosure, a RSS 1.0 and Rss 2.0 enabled enclosure aggregator primarly targetet at Podcast downloading. Basically it&#8217;s intention is to bring all the wonderful RDF features to the world of podcasting. It uses librdf and was hacked together with a lot of help of dajobe (once again). [...]]]></description>
				<content:encoded><![CDATA[<p>Hello World! <a href="http://B4mad.Net/svn/gclosure/">This is the 0.2 release</a> of <em>gclosure</em>, a RSS 1.0 and Rss 2.0 enabled enclosure aggregator primarly targetet at Podcast downloading. Basically it&#8217;s intention is to bring all the wonderful RDF features to the world of podcasting. It uses <a href="http://librdf.org/">librdf</a> and was hacked together with a lot of help of dajobe (once again). First milestone is to see the download counter climbe higher than 3 :) Thanks for feedback&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/02/07/rss-10-enclosure-aggregator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RDF/RSS1.0 podcasting updates</title>
		<link>http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/#comments</comments>
		<pubDate>Fri, 04 Feb 2005 15:39:36 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/</guid>
		<description><![CDATA[I think I am going to build a podcast aggregator on my own, usage of RDF/RSS1.0 in the podcasting universe must be enhanced&#8230; The first step would be a Python console application getting the usual suspect&#8217;s podcasts. As it&#8217;s beeing Python the natural choice seems to be librdf, so get a grip on Rasqal. With [...]]]></description>
				<content:encoded><![CDATA[<p>I think I am going to build a podcast aggregator on my own, usage of RDF/RSS1.0 in the podcasting universe must be enhanced&#8230; The first step would be a <a href="http://www.python.org/">Python</a> console application getting the usual suspect&#8217;s podcasts. As it&#8217;s beeing Python the natural choice seems to be librdf, so get a grip on <a href="http://librdf.org/rasqal/">Rasqal</a>. With a little help of <a href="http://purl.org/net/dajobe/">dajobe</a> I got a <a href="http://www.org/TR/2005/WD-rdf-sparql-protocol-20050114/">SPARQL </a> query to get the list of Enclosures and the Length out of my RDF/RSS1.0 feed. Here is the code:<br />
<code><br />
PREFIX dc: &lt;http ://purl.org/dc/elements/1.1/&gt;<br />
PREFIX rss: &lt;http ://purl.org/rss/1.0/&gt;<br />
PREFIX enc: &lt;http ://purl.oclc.org/net/rss_2.0/enc#&gt;<br />
SELECT ?title ?enc ?len<br />
WHERE ( ?item rdf:type rss:item )<br />
      ( ?item rss:title ?title )<br />
      ( ?enclosure rdf:type enc:Enclosure )<br />
      ( ?item enc:enclosure ?enclosure )<br />
      ( ?enclosure enc:url ?enc )<br />
      ( ?enclosure enc:type ?type )<br />
      ( ?enclosure enc:length ?len )<br />
AND ?type =~ /audio/mpeg/<br />
</code></p>
<p>Have a <a href="http://tinyurl.com/5xzvv">try on it</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MeNow via Jabber PubSub &#8211; it&#8217;s shaping up&#8230;</title>
		<link>http://b4mad.net/datenbrei/archives/2004/12/01/menow-via-jabber-pubsub-its-shaping-up/</link>
		<comments>http://b4mad.net/datenbrei/archives/2004/12/01/menow-via-jabber-pubsub-its-shaping-up/#comments</comments>
		<pubDate>Wed, 01 Dec 2004 20:14:05 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[jabber/XMPP]]></category>
		<category><![CDATA[macish]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2004/12/01/menow-via-jabber-pubsub-its-shaping-up/</guid>
		<description><![CDATA[Ok, first try to get a Jabber PubSub thingy together using python/twisted; first try to get a MacOSX application done using PyObjC/Growl; did I say that this is my first shot at parsing MeNow/RDF with python? And here is the status: I have some Python code communication with the pubsub component at pubsub.ik.nu, it creates [...]]]></description>
				<content:encoded><![CDATA[<p>Ok, first try to get a <a href="http://jabber.org/jeps/jep-0060.html" title="JEP-0060">Jabber PubSub</a> thingy together using python/<a href="http://twistedmatrix.com/" title="Twisted">twisted</a>; first try to get a MacOSX application done using <a href="http://pyobjc.sourceforge.net/" title="Python Objective-C Bridge">PyObjC</a>/<a href="http://growl.info/" title="Growl Notification System">Growl</a>; did I say that this is my first shot at parsing <a href="http://www.schemaweb.info/schema/SchemaInfo.aspx?id=205" title="MeNow Schema">MeNow</a>/RDF with python?</p>
<p>And here is the status:
<ul>
<li>I have some Python code communication with the pubsub component at pubsub.ik.nu, it creates new nodes, subscribes to existing nodes&#8230;</li>
<li>the desktop application subscribes to <em>generic/B4mad/mood/goern</em> to listen for MeNow updates published there</li>
<li>the desktop application pops up new notifications as soon as it receives updates</li>
<li>and I have a some test program to send updates</li>
</ul>
<p>But where is the code you are talking about? Ahm, not yet released, just drop me a line if you are interested. Especialy the Mac users!! :)</p>
<p>coded using: <strong>Krieg</strong> from the album &#8220;Und Lautlos Fliegt Der Kopf Weg &#8221; by <a href="http://www.google.com/search?q=Ben%20Becker">Ben Becker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2004/12/01/menow-via-jabber-pubsub-its-shaping-up/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Python unter MacOSX</title>
		<link>http://b4mad.net/datenbrei/archives/2004/11/28/python-unter-macosx/</link>
		<comments>http://b4mad.net/datenbrei/archives/2004/11/28/python-unter-macosx/#comments</comments>
		<pubDate>Sun, 28 Nov 2004 12:06:11 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[macish]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2004/11/28/python-unter-macosx/</guid>
		<description><![CDATA[Nachdem ich ein bischen mit Python auf dem MacOSX rumgespielt habe, stellt sich mir die Frage wie ich denn den Programmen eine schÃ¶ne GUI geben kann. Erster ansatz scheint Pashua zu sein, damit kann man recht viele GUI Elemente auf den Bildschirm zaubern. Es stellt allerdings keine Integration von Python in ObjC (und somit auf [...]]]></description>
				<content:encoded><![CDATA[<p>Nachdem ich ein bischen mit Python auf dem MacOSX rumgespielt habe, stellt sich mir die Frage wie ich denn den Programmen eine schÃ¶ne GUI geben kann. Erster ansatz scheint <a href="http://www.bluem.net/downloads/pashua_en/">Pashua </a>zu sein, damit kann man recht viele GUI Elemente auf den Bildschirm zaubern. Es stellt allerdings keine Integration von Python in ObjC (und somit auf all die Nettigkeiten des Mac) dar. Als Python&lt;-&gt; ObjC bridge kommt <a href="http://pyobjc.sourceforge.net/index.php">PyObjC</a> daher. Nach dem ich beide Sites quergelesen habe, habe ich mich entschieden erstmal mit PyObjC zu starten, es scheint mir bei geringer KomplexitÃ¤t grÃ¶ssere MÃ¶glichkeiten zu bieten.</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2004/11/28/python-unter-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jabber PubSub Experiments</title>
		<link>http://b4mad.net/datenbrei/archives/2004/11/27/jabber-pubsub-experiments/</link>
		<comments>http://b4mad.net/datenbrei/archives/2004/11/27/jabber-pubsub-experiments/#comments</comments>
		<pubDate>Sat, 27 Nov 2004 21:42:22 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[jabber/XMPP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2004/11/27/jabber-pubsub-experiments/</guid>
		<description><![CDATA[The fact that pubsub.ik.nu uses Idavoll 2 now reminded me that I need to do some jabber/pubsub/menow hacking&#8230; So with a lot of help from ralphm I hacked together some python JEP-60 publisher and receiver. The intention is to transport Menow status information from a Aqua or Gtk GUI application (or IRC bot or whatever) [...]]]></description>
				<content:encoded><![CDATA[<p>The fact that <a href="http://ralphm.net/blog/2004/11/01/pubsub.ik.nu_idavoll2">pubsub.ik.nu uses Idavoll 2</a> now reminded me that I need to do some jabber/pubsub/menow hacking&#8230; So with a lot of help from ralphm I hacked together some python JEP-60 publisher and receiver. The intention is to transport <a href="http://www.schemaweb.info/schema/SchemaInfo.aspx?id=205">Menow</a> status information from a Aqua or Gtk GUI application (or IRC bot or whatever) to all the subscribed client GUI applications (which will pretty print the status information, like gdesklet or some fancy Aqua popup).</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2004/11/27/jabber-pubsub-experiments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
