<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: feed2omb &#8211; A feed to microblog posting tool</title>
	<atom:link href="http://ciarang.com/posts/feed2omb/feed" rel="self" type="application/rss+xml" />
	<link>http://ciarang.com/posts/feed2omb</link>
	<description>Random things I've written about stuff</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:28:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Microblog as an Information Hub &#183; Ciaran's Random Writings</title>
		<link>http://ciarang.com/posts/feed2omb/comment-page-1#comment-21977</link>
		<dc:creator>The Microblog as an Information Hub &#183; Ciaran's Random Writings</dc:creator>
		<pubDate>Wed, 24 Feb 2010 10:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/?p=366#comment-21977</guid>
		<description>[...] sources already produce an RSS and/or Atom feed &#8211; these can be easily hooked up using feed2omb. For sources that produce output in the form of emails, Laconica will accept those directly, and [...]</description>
		<content:encoded><![CDATA[<p>[...] sources already produce an RSS and/or Atom feed &#8211; these can be easily hooked up using feed2omb. For sources that produce output in the form of emails, Laconica will accept those directly, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brion Vibber (brionv) 's status on Friday, 06-Nov-09 16:31:19 UTC - Identi.ca</title>
		<link>http://ciarang.com/posts/feed2omb/comment-page-1#comment-17687</link>
		<dc:creator>Brion Vibber (brionv) 's status on Friday, 06-Nov-09 16:31:19 UTC - Identi.ca</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/?p=366#comment-17687</guid>
		<description>[...] noticed @statusnetcode commit feed is pulling via http://ciarang.com/posts/feed2omb feed2omb tool [...]</description>
		<content:encoded><![CDATA[<p>[...] noticed @statusnetcode commit feed is pulling via <a href="http://ciarang.com/posts/feed2omb" rel="nofollow">http://ciarang.com/posts/feed2omb</a> feed2omb tool [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CiaranG</title>
		<link>http://ciarang.com/posts/feed2omb/comment-page-1#comment-9187</link>
		<dc:creator>CiaranG</dc:creator>
		<pubDate>Sat, 11 Apr 2009 10:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/?p=366#comment-9187</guid>
		<description>There is much more documentation, and the latest version, at http://projects.ciarang.com/p/feed2omb.

You can also log bugs and feature requests in the tracker there.</description>
		<content:encoded><![CDATA[<p>There is much more documentation, and the latest version, at <a href="http://projects.ciarang.com/p/feed2omb" rel="nofollow">http://projects.ciarang.com/p/feed2omb</a>.</p>
<p>You can also log bugs and feature requests in the tracker there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CiaranG</title>
		<link>http://ciarang.com/posts/feed2omb/comment-page-1#comment-5274</link>
		<dc:creator>CiaranG</dc:creator>
		<pubDate>Wed, 17 Dec 2008 12:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/?p=366#comment-5274</guid>
		<description>@mippe - looks like you are missing the feedurl in your config file.</description>
		<content:encoded><![CDATA[<p>@mippe &#8211; looks like you are missing the feedurl in your config file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mippe</title>
		<link>http://ciarang.com/posts/feed2omb/comment-page-1#comment-5238</link>
		<dc:creator>mippe</dc:creator>
		<pubDate>Tue, 16 Dec 2008 10:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/?p=366#comment-5238</guid>
		<description>mibbul@kek:~$ python /home/XXX/feed2omb/feed2omb.py --update --test identica.config
feed2omb version 0.5
Copyright 2008 Ciaran Gultnieks

Reading config: identica.config
Reading feed...
Traceback (most recent call last):
  File &quot;/home/XXX/feed2omb/feed2omb.py&quot;, line 64, in ?
    feed=feedparser.parse(config[&#039;feedurl&#039;])
  File &quot;/home/XXX/feed2omb/configobj.py&quot;, line 580, in __getitem__
    val = dict.__getitem__(self, key)
KeyError: &#039;feedurl&#039;

Help! :(</description>
		<content:encoded><![CDATA[<p>mibbul@kek:~$ python /home/XXX/feed2omb/feed2omb.py &#8211;update &#8211;test identica.config<br />
feed2omb version 0.5<br />
Copyright 2008 Ciaran Gultnieks</p>
<p>Reading config: identica.config<br />
Reading feed&#8230;<br />
Traceback (most recent call last):<br />
  File &#8220;/home/XXX/feed2omb/feed2omb.py&#8221;, line 64, in ?<br />
    feed=feedparser.parse(config['feedurl'])<br />
  File &#8220;/home/XXX/feed2omb/configobj.py&#8221;, line 580, in __getitem__<br />
    val = dict.__getitem__(self, key)<br />
KeyError: &#8216;feedurl&#8217;</p>
<p>Help! <img src='http://ciarang.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: highzeth</title>
		<link>http://ciarang.com/posts/feed2omb/comment-page-1#comment-1972</link>
		<dc:creator>highzeth</dc:creator>
		<pubDate>Tue, 07 Oct 2008 20:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/?p=366#comment-1972</guid>
		<description>I have  no idea, Im a man that hates borders. =)</description>
		<content:encoded><![CDATA[<p>I have  no idea, Im a man that hates borders. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Børge</title>
		<link>http://ciarang.com/posts/feed2omb/comment-page-1#comment-1964</link>
		<dc:creator>Børge</dc:creator>
		<pubDate>Tue, 07 Oct 2008 09:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/?p=366#comment-1964</guid>
		<description>hz: Aha, so that&#039;s you. I should&#039;ve guessed! Then We&#039;re already following each other! :) Are there any other norwegians I should follow on fun?</description>
		<content:encoded><![CDATA[<p>hz: Aha, so that&#8217;s you. I should&#8217;ve guessed! Then We&#8217;re already following each other! <img src='http://ciarang.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Are there any other norwegians I should follow on fun?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: highzeth</title>
		<link>http://ciarang.com/posts/feed2omb/comment-page-1#comment-1960</link>
		<dc:creator>highzeth</dc:creator>
		<pubDate>Tue, 07 Oct 2008 08:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/?p=366#comment-1960</guid>
		<description>@Børge no I was just testing various .no RSS feeds. =)

I can be found at; http://fun.ohhh.no/hz primarly.</description>
		<content:encoded><![CDATA[<p>@Børge no I was just testing various .no RSS feeds. =)</p>
<p>I can be found at; <a href="http://fun.ohhh.no/hz" rel="nofollow">http://fun.ohhh.no/hz</a> primarly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Børge</title>
		<link>http://ciarang.com/posts/feed2omb/comment-page-1#comment-1959</link>
		<dc:creator>Børge</dc:creator>
		<pubDate>Tue, 07 Oct 2008 08:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/?p=366#comment-1959</guid>
		<description>highzeth: This is interesting! Are you making an account for digi.no on identi.ca, or another Laconica based micro blog? What&#039;s your account? I&#039;m making a list of all Norwegians on identi.ca! :)</description>
		<content:encoded><![CDATA[<p>highzeth: This is interesting! Are you making an account for digi.no on identi.ca, or another Laconica based micro blog? What&#8217;s your account? I&#8217;m making a list of all Norwegians on identi.ca! <img src='http://ciarang.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CiaranG</title>
		<link>http://ciarang.com/posts/feed2omb/comment-page-1#comment-1881</link>
		<dc:creator>CiaranG</dc:creator>
		<pubDate>Fri, 03 Oct 2008 21:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/?p=366#comment-1881</guid>
		<description>Updated for version 0.5 - new &#039;msgmode&#039; config option and a bug fix for the --max option.</description>
		<content:encoded><![CDATA[<p>Updated for version 0.5 &#8211; new &#8216;msgmode&#8217; config option and a bug fix for the &#8211;max option.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
