Thu, 31 Mar 2011 03:50:46 +0200 |
Dirk Olmes |
add a comment about a Feedparser bug wrt python3
|
Tue, 29 Mar 2011 03:17:30 +0200 |
Dirk Olmes |
updates fro python3
python3
|
Tue, 15 Feb 2011 03:40:26 +0100 |
Dirk Olmes |
Provide a better error message if updating a feed fails.
|
Mon, 14 Feb 2011 20:51:03 +0100 |
Dirk Olmes |
use the URL as feed title if the feed itself does not come with a title
|
Thu, 09 Sep 2010 16:36:29 +0200 |
Dirk Olmes |
look at the bozo value of the result to determine if something went wrong with the HTTP call
|
Thu, 29 Jul 2010 21:37:46 +0200 |
dirk |
log when creating a new FeedEntry
|
Wed, 28 Jul 2010 20:30:34 +0200 |
dirk |
FeedEntry provides a static method for creating new entries: better modularization and support for working with the class in interactive mode. FeedUpdater's normalize method is a module function now, again for ease of use in interactive scenarios
|
Fri, 23 Jul 2010 17:24:32 +0200 |
Dirk Olmes |
Adding a feed now logs the exception if one occurred during retrieval. More normalization of feed entries before creating new FeedEntry objects.
|
Mon, 17 May 2010 04:30:55 +0200 |
Dirk Olmes |
better error handling while adding feeds: data is only saved if a feed could be created and entries could be retrieved. MainWindow displays feedback in the status bar if an exception occurred while adding a feed.
|
Fri, 14 May 2010 15:24:51 +0200 |
Dirk Olmes |
pass session when creating a new feed
|
Wed, 05 May 2010 03:07:59 +0200 |
Dirk Olmes |
Feeds manage the point in time when the next update should happen. FeedUpdater only updates feeds that are due.
|
Thu, 29 Apr 2010 07:04:42 +0200 |
Dirk Olmes |
better logging when updating feeds, handle entries that have no id
|
Thu, 29 Apr 2010 06:47:47 +0200 |
Dirk Olmes |
implemented adding a feed
|
Tue, 27 Apr 2010 20:18:22 +0200 |
Dirk Olmes |
use the logging framework for printing messages
|
Tue, 27 Apr 2010 20:08:21 +0200 |
Dirk Olmes |
catch the FeedUpdateException that might be raised when updating a feed, print it and continue with next feed
|