<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.pommepause.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
	<channel>
<title>GobbleRSS</title><link>http://gobblerss.pommepause.com/index.html</link><description>GobbleRSS News</description><dc:language>en</dc:language><dc:creator>gobblerss-rss@pommepause.com</dc:creator><dc:rights>Copyright 2006 Guillaume Boudreau</dc:rights><dc:date>2008-01-09T20:56:02-05:00</dc:date><admin:generatorAgent rdf:resource="http://www.realmacsoftware.com/" />
<admin:errorReportsTo rdf:resource="mailto:gobblerss-rss@pommepause.com" /><sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
<lastBuildDate>Thu, 05 Jun 2008 19:47:18 -0400</lastBuildDate><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.pommepause.com/GobbleRSS" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="gobblerss" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>Article about GobbleRSS on linux.com</title><dc:creator>gobblerss-rss@pommepause.com</dc:creator><category>None</category><dc:date>2008-01-09T20:56:02-05:00</dc:date><link>http://gobblerss.pommepause.com/news_files/d4061a9897170af53612b6b653b8e198-11.html#unique-entry-id-11</link><guid isPermaLink="true">http://gobblerss.pommepause.com/news_files/d4061a9897170af53612b6b653b8e198-11.html#unique-entry-id-11</guid><content:encoded><![CDATA[Thanks to <a href="http://freesoftwhere.org/" rel="self">Nathan Willis</a> for his <a href="http://www.linux.com/feature/124164" rel="self">article covering GobbleRSS</a> on <a href="http://www.linux.com/" rel="self">linux.com</a><br />(Yes, I know, the ratio of linked words is too high in that sentence!)]]></content:encoded></item><item><title>Bugfixes: reset scroll, empty filters, load articles from feeds</title><dc:creator>gobblerss-rss@pommepause.com</dc:creator><category>None</category><dc:date>2007-09-01T14:09:04-04:00</dc:date><link>http://gobblerss.pommepause.com/news_files/f3d15598f6a99ed937e872b41afcd7f7-10.html#unique-entry-id-10</link><guid isPermaLink="true">http://gobblerss.pommepause.com/news_files/f3d15598f6a99ed937e872b41afcd7f7-10.html#unique-entry-id-10</guid><content:encoded><![CDATA[Here's the recent bugfixes:<br /><ul>
<li><strong>r53</strong> 2007-09-01 Fix for article scroll not resetted to top when switching articles.</li>
<li><strong>r52</strong> 2007-08-20 Bugfix for empty filters.</li>
<li><strong>r51</strong> 2007-08-19 Update to better load articles; load them in random order, so if the last feeds are never fetched because of timeout, it won't affect always the same feed.</li>
</ul>]]></content:encoded></item><item><title>New feature: articles filters</title><dc:creator>gobblerss-rss@pommepause.com</dc:creator><category>None</category><dc:date>2007-08-03T17:33:58-04:00</dc:date><link>http://gobblerss.pommepause.com/news_files/87d941e2390c165d68a2ce13ea088705-9.html#unique-entry-id-9</link><guid isPermaLink="true">http://gobblerss.pommepause.com/news_files/87d941e2390c165d68a2ce13ea088705-9.html#unique-entry-id-9</guid><content:encoded><![CDATA[I just committed a new feature that allows you to filter out articles containing specific words from your reading list. Articles containing the words you specify will not be shown in the reading interface, and will be marked 'read' automatically.<br /><ul>
<li><strong>r48-50</strong> 2007-08-03 New feature: filters for articles.</li>
<li><strong>r47</strong> 2007-07-03 Bugfix for invalid SQL query when updating an article.</li>
<li><strong>r46</strong> 2007-07-15 Fix to force UTF-8 encoding on all pages.</li>
<li><strong>r45</strong> 2007-07-15 Added Last Opened and Last Starred items in Statistics page.</li>
<li><strong>r44</strong> 2007-07-15 Fixed text in articles for which the subscription has been deleted.</li>
</ul>]]></content:encoded></item><item><title>Bugfix &amp; compatibility fixes (PHP 4, MySQL 4.0)</title><dc:creator>gobblerss-rss@pommepause.com</dc:creator><category>None</category><dc:date>2007-07-03T11:07:52-04:00</dc:date><link>http://gobblerss.pommepause.com/news_files/564bf85e126c2534839f026c0e6d0243-8.html#unique-entry-id-8</link><guid isPermaLink="true">http://gobblerss.pommepause.com/news_files/564bf85e126c2534839f026c0e6d0243-8.html#unique-entry-id-8</guid><content:encoded><![CDATA[Here's the changes made today to try to support PHP 4 and MySQL 4.0:<br /><ul>
<li><strong>r37, 39-r43</strong> 2007-07-03 Support for PHP4. Support for MySQL < 4.1 (no support for collate & charset in table creation).</li>
<li><strong>r38</strong> 2007-07-03 Bugfix: DB Migration failed if tables didn't exists. Now creating tables first then try to do DB Migration.</li>
<li><strong>r36</strong> 2007-07-03 Updated ReadMe file.</li>
</ul>]]></content:encoded></item><item><title>Bugfixes and small changes</title><dc:creator>gobblerss-rss@pommepause.com</dc:creator><category>None</category><dc:date>2007-07-03T04:22:06-04:00</dc:date><link>http://gobblerss.pommepause.com/news_files/56b786da363465d0f221175480b84035-7.html#unique-entry-id-7</link><guid isPermaLink="true">http://gobblerss.pommepause.com/news_files/56b786da363465d0f221175480b84035-7.html#unique-entry-id-7</guid><content:encoded><![CDATA[Here's the recent changes:<br /><ul>
<li><strong>r35</strong> 2007-07-03 Bugfix: PHP 5 required only to use ma.gnolia export feature.</li>
<li><strong>r34</strong> 2007-06-13 No need for modal sexyBOX when opening an article.</li>
<li><strong>r32, r33</strong> 2007-06-11 Allow user to Cmd-Click (Ctrl-Click in Windows) the article title to open a new background tab. v/o/space shortcut is untouched (i.e. it still opens the article in a new window with focus).</li>
<li><strong>r31</strong> 2007-06-09 Bugfix for empty articles IDs field when form is submitted.</li>
<li><strong>r30</strong> 2007-06-09 New option to filter unread articles: only for a specific feed, or everything except a specific feed. Useful to filter-out digg feed when you don't have time to read all that spam!</li>
<li><strong>r29</strong> 2007-05-13 Changed keyboard shortcuts to follow Google Reader. Added sexyBox notification when starring / marking unread an article.</li>
<li><strong>r28</strong> 2007-05-11 Fixed JavaScript error that appeared when showing the last unread article.</li>
<li><strong>r27</strong> 2007-05-10 Fixed minor pre-fetching bug.</li>
</ul>]]></content:encoded></item><item><title>New features: articles pre-fetching</title><dc:creator>gobblerss-rss@pommepause.com</dc:creator><category>None</category><dc:date>2007-05-10T08:31:47-04:00</dc:date><link>http://gobblerss.pommepause.com/news_files/b630433d8e4e77774fc8f29030ac6c0c-6.html#unique-entry-id-6</link><guid isPermaLink="true">http://gobblerss.pommepause.com/news_files/b630433d8e4e77774fc8f29030ac6c0c-6.html#unique-entry-id-6</guid><content:encoded><![CDATA[Here's the recent changes:<br /><ul>
<li><strong>r25, r26, r26</strong> 2007-05-09 Added pre-fetching while reading articles: pre-fetch next article to be able to load it faster.</li>
<li><strong>r24</strong> 2007-04-23 Added longer timeout to prevent slow feeds from stopping processing. Now using 2m.</li>
</ul>]]></content:encoded></item><item><title>More New features &amp; fixes</title><dc:creator>gobblerss-rss@pommepause.com</dc:creator><category>None</category><dc:date>2007-04-22T11:55:18-04:00</dc:date><link>http://gobblerss.pommepause.com/news_files/ca809edbaabce3a68ca15b49631b4fa5-5.html#unique-entry-id-5</link><guid isPermaLink="true">http://gobblerss.pommepause.com/news_files/ca809edbaabce3a68ca15b49631b4fa5-5.html#unique-entry-id-5</guid><content:encoded><![CDATA[In the three months, I committed a couple of new features and bug fixes. Here's the official changelog:<br /><ul>
<li><strong>r22, r23 </strong>2007-04-22 (<em>Latest version</em>) Added option to export subscriptions as OPML.</li>
<li><strong>r20, r21</strong> 2007-04-22 New functionality: export starred items to ma.gnolia</li>
<li><strong>r19</strong> 2007-04-22 Bugfix: removed warning when reading articles by ID.</li>
<li><strong>r18</strong> 2007-04-17 New JS library to show graphics.</li>
<li><strong>r17</strong> 2007-04-17 Allow post-processing on subscriptions feeds (need to manually insert Regular Expressions in MySQL for now to use this).</li>
<li><strong>r16</strong> 2007-04-17 Mark articles as 'opened' when opening them; will allow statistics.</li>
<li><strong>r15</strong> 2007-04-17 Split tables creation code into a separate PHP file.</li>
<li><strong>r14</strong> 2007-04-17 New DB migration script to change DB tables.</li>
<li><strong>r13</strong> 2007-04-17 New drop down menu to change pages; new Statistics page.</li>
<li><strong>r11, r12</strong> 2007-02-29 Bugfix for articles ID box and space bar shortcut.</li>
<li><strong>r8, r9, r10</strong> 2007-02-19 Added User-Agent to HTTP GET requests to bypass websites that block PHP's default User-Agent.</li>
<li><strong>r7</strong> 2007-01-23 Multiple lines title is easier to read than one long line.</li>
</ul>]]></content:encoded></item><item><title>New features &amp; fixes</title><dc:creator>gobblerss-rss@pommepause.com</dc:creator><category>None</category><dc:date>2007-01-13T13:39:24-05:00</dc:date><link>http://gobblerss.pommepause.com/news_files/435ad2ddca80c71d9479fdd494207ddf-4.html#unique-entry-id-4</link><guid isPermaLink="true">http://gobblerss.pommepause.com/news_files/435ad2ddca80c71d9479fdd494207ddf-4.html#unique-entry-id-4</guid><content:encoded><![CDATA[In the last month, I committed a couple of new features and bug fixes. Here's the official changelog:<br /><ul>
<li><strong>r6</strong> 2007-01-13 (<em>Latest version</em>) Enhancement: Added link in Subscriptions page to add GobbleRSS as a Firefox 2 feed reader; fixed a JS error in Subscriptions page; fixed small things in the visual of the Subscriptions page.</li>
<li><strong>r5</strong> 2006-12-21 Enhancement: Added <em>space</em> (the <em>space</em> key) shortcut to open original.</li>
<li><strong>r4</strong> 2006-12-20 Bugfix: Create tables when loading index.php the first time, if needed.</li>
<li><strong>r3</strong> 2006-12-10 (<em>First release</em>) Enhancement: Changed default config.</li>
</ul>]]></content:encoded></item><item><title>New Help Forum</title><dc:creator>gobblerss-rss@pommepause.com</dc:creator><category>None</category><dc:date>2006-12-10T18:12:41-05:00</dc:date><link>http://gobblerss.pommepause.com/news_files/684239261787e2a60b694866e70293ab-1.html#unique-entry-id-1</link><guid isPermaLink="true">http://gobblerss.pommepause.com/news_files/684239261787e2a60b694866e70293ab-1.html#unique-entry-id-1</guid><content:encoded><![CDATA[A new <a href="http://beast.danslereseau.com/forums/2" rel="self">Help Forum</a> has been created.<br />Feel free to register and post comments or questions about GobbleRSS.<br /><br />The new forum is available at <a href="http://beast.danslereseau.com/forums/2" rel="self">http://beast.danslereseau.com</a>]]></content:encoded></item><item><title>New website</title><dc:creator>gobblerss-rss@pommepause.com</dc:creator><category>None</category><dc:date>2006-12-10T18:12:38-05:00</dc:date><link>http://gobblerss.pommepause.com/news_files/2e45f186bc896ca929dee27c23753df3-0.html#unique-entry-id-0</link><guid isPermaLink="true">http://gobblerss.pommepause.com/news_files/2e45f186bc896ca929dee27c23753df3-0.html#unique-entry-id-0</guid><content:encoded><![CDATA[Lauched a new website, <a href="http://gobblerss.pommepause.com/" rel="self">http://gobblerss.pommepause.com</a>, for GobbleRss.<br />- <a href="http://gobblerss.pommepause.com/news.html" rel="self" title="News">News</a> about the project, with a RSS feed to stay current with new developments.<br />- A <a href="http://gobblerss.pommepause.com/how.html" rel="self">How to use</a> page that explains the basic functionality of GobbleRSS.<br />- An <a href="http://gobblerss.pommepause.com/install.html" rel="self">Installation</a> page that explains how to install GobbleRSS (same instructions can be found in the ReadMe.rtf file in the downloadable package).<br />- <a href="http://gobblerss.pommepause.com/download.html" rel="self">Download</a> page with links to source code.<br />]]></content:encoded></item></channel>
</rss>

