<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>akregator blog</title>
	<link>http://akregator.pwsp.net/blog</link>
	<description>akregator developer's blog</description>
	<pubDate>Thu, 12 Nov 2009 00:07:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Test feeds wanted</title>
		<link>http://akregator.pwsp.net/blog/?p=29</link>
		<comments>http://akregator.pwsp.net/blog/?p=29#comments</comments>
		<pubDate>Fri, 03 Nov 2006 09:26:23 +0000</pubDate>
		<dc:creator>Frank Osterfeld</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://akregator.pwsp.net/blog/?p=29</guid>
		<description><![CDATA[Akregator&#8217;s new parser backend, libsyndication, is coming along nicely and more and more feeds of the test suite are parsed as expected.
However, to make the parser even better, more real-world test feeds are needed, feeds that I would never think of, feeds that use exotic encodings, (mis-)use the standards in creative ways, or contain additional [...]]]></description>
			<content:encoded><![CDATA[<p>Akregator&#8217;s new parser backend, <a href="http://websvn.kde.org/trunk/KDE/kdepimlibs/syndication/">libsyndication</a>, is coming along nicely and more and more feeds of the test suite are parsed as expected.</p>
<p>However, to make the parser even better, more real-world test feeds are needed, feeds that I would never think of, feeds that use exotic encodings, (mis-)use the standards in creative ways, or contain additional information that is not covered by Akregator yet: your feeds.</p>
<p>If you have any feed in your feed list that isn&#8217;t rendered correctly, or that has some feature supported in other feed readers but not in Akregator, add it here. Exceptions are the well-known missing features, like categories, enclosures and advanced support for author information - these are already supported by libsyndication.</p>
<p>Some good criteria for a feed that would be useful for us:</p>
<ul>
<li>the feed has problems with character encoding (special characters or your non-latin script are not displayed correctly), linebreaks and whitespace.</li>
<li>the feed isn&#8217;t rendered correctly in Akregator but <a href="http://feedvalidator.org/">Feed Validator</a> doesn&#8217;t report errors.</li>
<li>the feed isn&#8217;t rendered correctly in Akregator, <a href="http://feedvalidator.org/">Feed Validator</a> reports errors, but the problem exists for a lot of feeds (e.g. because some widely used generator messes it up).</li>
<li>The feed uses some RSS or Atom extension that you find important enough to be supported in coming Akregator versions.</li>
</ul>
<p>You can add your test feeds to the <a href="http://akregator.kde.org/wiki/index.php/TestFeeds">Wiki page</a> (preferred), add it here as comment, or send it by mail to the <a href="mailto:akregator-devel@lists.sf.net">mailing list</a> (no subscription needed).
</p>
<p><!--1d1ab3e3f2eb605d02fac43662e39fbd-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://akregator.pwsp.net/blog/?feed=rss2&amp;p=29</wfw:commentRSS>
		</item>
		<item>
		<title>Qt4/KDE4 build instructions</title>
		<link>http://akregator.pwsp.net/blog/?p=26</link>
		<comments>http://akregator.pwsp.net/blog/?p=26#comments</comments>
		<pubDate>Thu, 15 Dec 2005 13:05:30 +0000</pubDate>
		<dc:creator>Frank Osterfeld</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://akregator.pwsp.net/blog/?p=26</guid>
		<description><![CDATA[I promised in my last entry to blog about how to build akregator from trunk.
Well, Thorsten Staerk and Allen Winter already did the work, so I just point you to the KDE3to4 wiki page.
kdebase is optional, you can just skip it (as it doesn&#8217;t always build) and go for kdepim directly. See previous blog entry [...]]]></description>
			<content:encoded><![CDATA[<p>I promised in my last entry to blog about how to build akregator from trunk.<br />
Well, Thorsten Staerk and Allen Winter already did the work, so I just point you to <a href="http://wiki.kde.org/tiki-index.php?page=KDE3To4">the KDE3to4 wiki page</a>.</p>
<p>kdebase is optional, you can just skip it (as it doesn&#8217;t always build) and go for kdepim directly. See previous blog entry how to build and install akregator.<br />
You might also read README.qt-copy in qt-copy/ to learn how to speed up Qt4 compilation (i.e., don&#8217;t build examples and such).
</p>
]]></content:encoded>
			<wfw:commentRSS>http://akregator.pwsp.net/blog/?feed=rss2&amp;p=26</wfw:commentRSS>
		</item>
		<item>
		<title>Akregator dependencies</title>
		<link>http://akregator.pwsp.net/blog/?p=25</link>
		<comments>http://akregator.pwsp.net/blog/?p=25#comments</comments>
		<pubDate>Sat, 19 Nov 2005 14:18:44 +0000</pubDate>
		<dc:creator>Frank Osterfeld</dc:creator>
		
	<category>Coding</category>
		<guid isPermaLink="false">http://akregator.pwsp.net/blog/?p=25</guid>
		<description><![CDATA[For those interested in Akregator development for KDE4, here&#8217;s a diagram showing the dependencies of akregator:

To compile Akregator, you need to compile and install the directories bottom-up: do unsermake in libkmime, ktnef, libemailfunctions, libkcal, libkdepim, akregator, and then unsermake install in the same order. More information on how to install kdelibs+kdepim from trunk/ to follow&#8230;

]]></description>
			<content:encoded><![CDATA[<p>For those interested in Akregator development for KDE4, here&#8217;s a diagram showing the dependencies of akregator:</p>
<p><img src="http://www-user.rhrk.uni-kl.de/~f_osterf/temp/akregator-kdepim4-dependencies.png" alt="dependency graph of Akregator" /></p>
<p>To compile Akregator, you need to compile and install the directories bottom-up: do <code>unsermake</code> in libkmime, ktnef, libemailfunctions, libkcal, libkdepim, akregator, and then <code>unsermake install</code> in the same order. More information on how to install kdelibs+kdepim from trunk/ to follow&#8230;
</p>
]]></content:encoded>
			<wfw:commentRSS>http://akregator.pwsp.net/blog/?feed=rss2&amp;p=25</wfw:commentRSS>
		</item>
		<item>
		<title>How to re-enable tagging</title>
		<link>http://akregator.pwsp.net/blog/?p=24</link>
		<comments>http://akregator.pwsp.net/blog/?p=24#comments</comments>
		<pubDate>Thu, 08 Sep 2005 19:55:13 +0000</pubDate>
		<dc:creator>Frank Osterfeld</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://akregator.pwsp.net/blog/?p=24</guid>
		<description><![CDATA[As mentioned in the last entry, tagging functionality wasn&#8217;t finished in time and the UI isn&#8217;t yet in a state I want it to be released. So I disabled the vertical &#8220;Tags&#8221; tab and the &#8220;set tags&#8221; action by default, adding a hidden config option. If you are using Akregator from SVN, you might have [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned in the last entry, tagging functionality wasn&#8217;t finished in time and the UI isn&#8217;t yet in a state I want it to be released. So I disabled the vertical &#8220;Tags&#8221; tab and the &#8220;set tags&#8221; action by default, adding a hidden config option. If you are using Akregator from SVN, you might have used tagging already and don&#8217;t want to lose your tags. You can re-enable the tagging UI elements by editing $KDEHOME/share/config/akregatorrc. Add the following:</p>
<p><code><br />
[Advanced]<br />
Show Tagging GUI=true<br />
</code></p>
<p>When you start Akregator for the next time, &#8220;My Tags&#8221; tab and the tagging menu should reappear.</p>
]]></content:encoded>
			<wfw:commentRSS>http://akregator.pwsp.net/blog/?feed=rss2&amp;p=24</wfw:commentRSS>
		</item>
		<item>
		<title>Akregator in freeze for KDE-PIM 3.5</title>
		<link>http://akregator.pwsp.net/blog/?p=23</link>
		<comments>http://akregator.pwsp.net/blog/?p=23#comments</comments>
		<pubDate>Thu, 08 Sep 2005 19:46:58 +0000</pubDate>
		<dc:creator>Frank Osterfeld</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://akregator.pwsp.net/blog/?p=23</guid>
		<description><![CDATA[Akregator is in feature and string freeze for KDE-PIM 3.5 now. Unfortunately I haven&#8217;t had any time for Akregator development lately and nobody else stepped in, so many features I created buzz about aren&#8217;t in there: Tagging functionality (in particular the UI) wasn&#8217;t finished in time, so I had to disable it. Same goes for [...]]]></description>
			<content:encoded><![CDATA[<p>Akregator is in feature and string freeze for KDE-PIM 3.5 now. Unfortunately I haven&#8217;t had any time for Akregator development lately and nobody else stepped in, so many features I created buzz about aren&#8217;t in there: Tagging functionality (in particular the UI) wasn&#8217;t finished in time, so I had to disable it. Same goes for enclosure support: No podcasts in 3.5.<br />
I hope there will be a KDE-PIM 3.6, so can we bring some of the features to our users before KDE4. </p>
<p>So what can you expect for Akregator in 3.5?  Vastly improved startup times when you have many feeds, and better performance in general (e.g. selecting &#8220;All Feeds&#8221; is safe now) . There is an optional text-to-speech toolbar you can use to let the computer speak selected articles. Apart from that, there are several little features and improvements I won&#8217;t list in detail now <img src='http://akregator.pwsp.net/blog/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  (gotta update the changelog though).</p>
<p>From october on I will have more time for KDE and Akregator again, so stay tuned <img src='http://akregator.pwsp.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://akregator.pwsp.net/blog/?feed=rss2&amp;p=23</wfw:commentRSS>
		</item>
		<item>
		<title>Podcast support in amaroK</title>
		<link>http://akregator.pwsp.net/blog/?p=22</link>
		<comments>http://akregator.pwsp.net/blog/?p=22#comments</comments>
		<pubDate>Sun, 24 Jul 2005 07:50:04 +0000</pubDate>
		<dc:creator>Frank Osterfeld</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://akregator.pwsp.net/blog/?p=22</guid>
		<description><![CDATA[amaroK got podcast support! I am still trying to build it from SVN, but it seems I am coming near.
Update: I managed to install it. Now I have a hard time to get the engines running without crashes.
Update 2:It works!

]]></description>
			<content:encoded><![CDATA[<p><a href="http://amarok.kde.org/">amaroK</a> got <a href="http://amarok.kde.org/blog/archives/44-amaroK-1.3,-podcasting-support.html">podcast support</a>! I am still trying to build it from SVN, but it seems I am coming near.</p>
<p><strong>Update:</strong> I managed to install it. Now I have a hard time to get the engines running without crashes.<br />
<strong>Update 2:</strong>It works!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://akregator.pwsp.net/blog/?feed=rss2&amp;p=22</wfw:commentRSS>
		</item>
		<item>
		<title>Usability Report on Blogs and RSS</title>
		<link>http://akregator.pwsp.net/blog/?p=21</link>
		<comments>http://akregator.pwsp.net/blog/?p=21#comments</comments>
		<pubDate>Sun, 24 Jul 2005 00:34:38 +0000</pubDate>
		<dc:creator>Frank Osterfeld</dc:creator>
		
	<category>Usability</category>
		<guid isPermaLink="false">http://akregator.pwsp.net/blog/?p=21</guid>
		<description><![CDATA[The Catalyst Design Group has published an interesting usability study on blogs and RSS. Not surprisingly, most people are not aware of RSS and its benefits and are confused by things like XML icons and the whole blog newspeak. The purpose of RSS is badly explained to &#8220;normal&#8221; users.
What we should ask us for Akregator: [...]]]></description>
			<content:encoded><![CDATA[<p>The Catalyst Design Group has published an interesting <a href="http://www.catalystgroupdesign.com/cofactors/?p=111">usability study</a> on blogs and RSS. Not surprisingly, most people are not aware of RSS and its benefits and are confused by things like XML icons and the whole blog newspeak. The purpose of RSS is badly explained to &#8220;normal&#8221; users.</p>
<p>What we should ask us for Akregator: Do people grok what Akregator is good for and use it? Do they know how to add feeds conveniently and use the konq feed icon? Probably it&#8217;s far too small, unexplained and cryptic and 95% of users just ignore it. </p>
<p>I hope replacing the &#8220;RSS&#8221; in the konq icon and using a more verbose tooltip than &#8220;add feed to akregator&#8221; improves it at least a bit. That&#8217;s how it looks like in SVN:</p>
<p><img src="http://www-user.rhrk.uni-kl.de/~f_osterf/akregator/blog/akr-new_konqfeedicon.png" alt="New feed icon" /></p>
<p>Maybe we should use something even more simple like &#8220;Inform me on site updates&#8221;, whatever.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://akregator.pwsp.net/blog/?feed=rss2&amp;p=21</wfw:commentRSS>
		</item>
		<item>
		<title>Beagle backend for Akregator</title>
		<link>http://akregator.pwsp.net/blog/?p=20</link>
		<comments>http://akregator.pwsp.net/blog/?p=20#comments</comments>
		<pubDate>Fri, 22 Jul 2005 17:13:12 +0000</pubDate>
		<dc:creator>Frank Osterfeld</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://akregator.pwsp.net/blog/?p=20</guid>
		<description><![CDATA[If you are a beagle user, you might find this interesting: Debajyoti Bera is working on an Akregator backend for beagle, so you can search your feeds like any other data source. It works together with all released Akregator versions, but can&#8217;t be used with SVN trunk right now, as we changed the backend to [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a <a href="http://beaglewiki.org/Main_Page">beagle</a> user, you might find this interesting: Debajyoti Bera is working on an <a href="http://bugzilla.gnome.org/show_bug.cgi?id=309916">Akregator backend</a> for beagle, so you can search your feeds like any other data source. It works together with all released Akregator versions, but can&#8217;t be used with SVN trunk right now, as we changed the backend to <a href="http://www.equi4.com/metakit.html">metakit</a>. Hopefully there is a way to use metakit from C#&#8230;</p>
]]></content:encoded>
			<wfw:commentRSS>http://akregator.pwsp.net/blog/?feed=rss2&amp;p=20</wfw:commentRSS>
		</item>
		<item>
		<title>Atom 1.0</title>
		<link>http://akregator.pwsp.net/blog/?p=19</link>
		<comments>http://akregator.pwsp.net/blog/?p=19#comments</comments>
		<pubDate>Sat, 16 Jul 2005 09:53:57 +0000</pubDate>
		<dc:creator>Frank Osterfeld</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://akregator.pwsp.net/blog/?p=19</guid>
		<description><![CDATA[Atom 1.0 is near. I haven&#8217;t looked at it yet, so I don&#8217;t know the changes compared to Atom 0.3 and how much work it will be to support it. I myself won&#8217;t have the time to implement it for 3.5. So I guess it has to wait until 3.5.x if noone else volunteers. And [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tbray.org/ongoing/When/200x/2005/07/14/Atom-1.0">Atom 1.0 is near</a>. I haven&#8217;t looked at it yet, so I don&#8217;t know the changes compared to Atom 0.3 and how much work it will be to support it. I myself won&#8217;t have the time to implement it for 3.5. So I guess it has to wait until 3.5.x if noone else volunteers. And yeah, our parser in general and the Atom part of it in particular needs lots of love and major refactoring&#8230;
</p>
]]></content:encoded>
			<wfw:commentRSS>http://akregator.pwsp.net/blog/?feed=rss2&amp;p=19</wfw:commentRSS>
		</item>
		<item>
		<title>News from the development labs</title>
		<link>http://akregator.pwsp.net/blog/?p=17</link>
		<comments>http://akregator.pwsp.net/blog/?p=17#comments</comments>
		<pubDate>Tue, 28 Jun 2005 09:33:19 +0000</pubDate>
		<dc:creator>Frank Osterfeld</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://akregator.pwsp.net/blog/?p=17</guid>
		<description><![CDATA[After months without releases or news from Akregator, you could have come to the conclusion that nothing is going on in Akregator development. This is far from true, so here is an update on the exciting things going on:
In the last weeks, several new contributors joined us. Eike Hein implemented the delayed mark as read [...]]]></description>
			<content:encoded><![CDATA[<p>After months without releases or news from Akregator, you could have come to the conclusion that nothing is going on in Akregator development. This is far from true, so here is an update on the exciting things going on:</p>
<p>In the last weeks, several new contributors joined us. Eike Hein implemented the <a href="http://bugs.kde.org/show_bug.cgi?id=92085">delayed mark as read feature</a>, Heinrich Wendel fixed <del datetime="2005-07-02T17:45:19+00:00">a lot</del> tons of bugs, and our bug tracker manager Eckhart W&ouml;rner submitted his first patch (and probably more to come). This is great, as it gives new momentum to Akregator development, after it was slowed down a bit due to lack of developers and their spare time.</p>
<p>A major feature for Akregator 1.5 (released as part of KDE-PIM 3.5) I implemented is &#8220;tag folders&#8221;, which means you can create tags like &#8220;Interesting&#8221;, &#8220;Funny&#8221;, &#8220;Programming&#8221;, &#8220;Basketball&#8221;, whatever, and assign them to articles (very similar to tags in Digikam). At the moment, tagging can be done only manually, but automatic tagging by KMail-like filters is planned (Like &#8220;if article contains &#8216;KDE&#8217;, assign &#8216;KDE&#8217; tag&#8221;). Here you can see how it looks right now (click the image for the full screenshot):<br />
<a href="http://www-user.rhrk.uni-kl.de/~f_osterf/akregator/blog/akr-tags.jpg"><br />
<img src="http://www-user.rhrk.uni-kl.de/~f_osterf/akregator/blog/akr-tags-small.jpg" alt="Tags in Akregator" /><br />
</a></p>
<p>Related to tagging, Dennis Nienh&uuml;ser is experimenting with text classification tools like bayes filters and the like, to filter articles for the stuff the user finds interesting. Another use for classification would be to suggest tags for articles based on similarity to the already tagged articles. We plan to plug in several classification libs via DCOP and look how they work for our purposes. Who knows, maybe we even get something working for KDE-PIM 3.5.</p>
<p>Last but not least, RSS 2.0 enclosures are now supported by the backend, so you can expect at least very basic support for podcasts soon. Showing them attachment-like will be easy, but I am not sure if we get more sophisticated support implemented until feature freeze (August, 1st). If you want to help here, dear reader, you are of course invited to join us <img src='http://akregator.pwsp.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://akregator.pwsp.net/blog/?feed=rss2&amp;p=17</wfw:commentRSS>
		</item>
	</channel>
</rss>
