Implemented Fetcher job, refactored JobManager, code cleanup.
commit73673d200a36caea3cbf7e4c1983406b737961ae
authorDrFrasierCrane <yagood@o2.pl>
Sun, 13 Jan 2008 13:35:49 +0000 (13 14:35 +0100)
committerPaweł Paprota <ppawel@fastmail.fm>
Sun, 20 Apr 2008 16:45:47 +0000 (20 18:45 +0200)
treee1148ad265e4b2256d52c3347021eaf613b2fa8f
parentee21d5564eb0560cb579207f2390667bcbc2d531
Implemented Fetcher job, refactored JobManager, code cleanup.
17 files changed:
data/straw.glade
straw/Application.py
straw/Config.py
straw/FeedDiscovery.py
straw/FeedListView.py
straw/FeedManager.py
straw/FeedUpdater.py
straw/Fetcher.py [new file with mode: 0644]
straw/JobManager.py
straw/__init__.py
straw/opml.py
straw/socks/BUGS [new file with mode: 0644]
straw/socks/LICENSE [new file with mode: 0644]
straw/socks/README [new file with mode: 0644]
straw/socks/socks.py [new file with mode: 0644]
straw/subscribe.py
test/TestFeedparser.py [deleted file]