summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Adam Sampson [Sat, 12 Jul 2003 16:12:34 +0000 (16:12 +0000)]
Use feedparser rather than rssparser.
Adam Sampson [Sat, 12 Jul 2003 16:10:40 +0000 (16:10 +0000)]
Replaced with feedparser.py.
Adam Sampson [Sat, 12 Jul 2003 16:10:06 +0000 (16:10 +0000)]
Change timeout to 30s.
Add notice of changes made.
Adam Sampson [Sat, 12 Jul 2003 16:08:58 +0000 (16:08 +0000)]
Replaced rssparser.py with the new feedparser.py.
Adam Sampson [Mon, 26 May 2003 14:04:43 +0000 (14:04 +0000)]
Added NEWS file.
Adam Sampson [Mon, 26 May 2003 14:04:35 +0000 (14:04 +0000)]
Updated URL.
Adam Sampson [Fri, 23 May 2003 23:19:36 +0000 (23:19 +0000)]
Add sequence attribute, to preserve RSS ordering of items added at the same
time.
Adam Sampson [Fri, 23 May 2003 11:11:47 +0000 (11:11 +0000)]
Document proxy usage in README.
Adam Sampson [Fri, 23 May 2003 11:09:24 +0000 (11:09 +0000)]
Updated version to 1.1.
Adam Sampson [Wed, 21 May 2003 13:37:29 +0000 (13:37 +0000)]
Remove pre-0.5 workaround.
Adam Sampson [Wed, 21 May 2003 13:37:18 +0000 (13:37 +0000)]
Updated version to 1.0.
Adam Sampson [Wed, 7 May 2003 01:08:21 +0000 (01:08 +0000)]
Fix an interesting bug: if a feed hadn't changed for long enough that the
articles from it had been expired, then when it *did* change those articles
would be shown again. The fix is to only do expiry on feeds that have received
some items this update. (Which also means that feeds that never update will
never expire, which is probably a desirable feature.)
Adam Sampson [Wed, 7 May 2003 01:06:53 +0000 (01:06 +0000)]
Increase update time.
Add comment about changes.
Adam Sampson [Mon, 5 May 2003 03:15:53 +0000 (03:15 +0000)]
Updated version.
Adam Sampson [Mon, 5 May 2003 03:06:41 +0000 (03:06 +0000)]
Document forced updating.
Adam Sampson [Mon, 5 May 2003 03:05:13 +0000 (03:05 +0000)]
Allow forced updating of a feed.
Adam Sampson [Mon, 5 May 2003 02:55:55 +0000 (02:55 +0000)]
Remove Rawdog.last_update, since it's not used.
Adam Sampson [Mon, 5 May 2003 02:52:54 +0000 (02:52 +0000)]
Abstract persistability out into a couple of classes.
Adam Sampson [Mon, 5 May 2003 02:38:38 +0000 (02:38 +0000)]
Abstract configuration out into a class.
Adam Sampson [Mon, 5 May 2003 02:19:47 +0000 (02:19 +0000)]
Move most of the code into rawdoglib.rawdog.
Adam Sampson [Mon, 5 May 2003 02:00:29 +0000 (02:00 +0000)]
Moved hash_item into Article.
Adam Sampson [Mon, 5 May 2003 01:55:52 +0000 (01:55 +0000)]
Remove maybe_get (since get does the same thing).
Adam Sampson [Mon, 5 May 2003 01:54:48 +0000 (01:54 +0000)]
Update version number.
Adam Sampson [Sat, 3 May 2003 13:03:32 +0000 (13:03 +0000)]
Added package manifest.
Adam Sampson [Sat, 3 May 2003 13:00:17 +0000 (13:00 +0000)]
Updated stylesheet for new features, and to look less generally unpleasant.
Adam Sampson [Sat, 3 May 2003 12:59:39 +0000 (12:59 +0000)]
Add feeds display.
Adam Sampson [Sat, 3 May 2003 12:56:42 +0000 (12:56 +0000)]
Add timeoutsocket.
Adam Sampson [Sat, 3 May 2003 12:50:57 +0000 (12:50 +0000)]
Add get_html_name and get_html_link to Feed.
Adam Sampson [Sat, 3 May 2003 12:49:25 +0000 (12:49 +0000)]
Prefer content_encoded over description if it's available.
Adam Sampson [Sat, 3 May 2003 12:47:57 +0000 (12:47 +0000)]
Remove excessive entity decoding -- rssparser already does this for us.
Adam Sampson [Sat, 3 May 2003 12:43:37 +0000 (12:43 +0000)]
Update version.
Adam Sampson [Sat, 3 May 2003 12:42:04 +0000 (12:42 +0000)]
Initial revision