/[straw]/straw/src/lib/Feed.py
ViewVC logotype

Diff of /straw/src/lib/Feed.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by juri, Tue Oct 28 21:17:29 2003 UTC revision 1.34 by jmalonzo, Thu Oct 30 09:39:53 2003 UTC
# Line 15  class Feed(object, straw.SignalEmitter): Line 15  class Feed(object, straw.SignalEmitter):
15      "A Feed object stores information set by user about a RSS feed."      "A Feed object stores information set by user about a RSS feed."
16      __slots__ = ('_title', '_location', '_username', '_password', '_parsed',      __slots__ = ('_title', '_location', '_username', '_password', '_parsed',
17                   '__save_fields', '_items', '_slots',                   '__save_fields', '_items', '_slots',
18                   '_id', 'invalid_rss', '_channel_description',                   '_id', '_channel_description',
19                   '_channel_title', '_channel_link', '_channel_copyright',                   '_channel_title', '_channel_link', '_channel_copyright',
20                   'channel_lbd', 'channel_editor', 'channel_webmaster',                   'channel_lbd', 'channel_editor', 'channel_webmaster',
21                   '_channel_subscriptions_location', '_channel_blogroll_location',                   '_channel_subscriptions_location', '_channel_blogroll_location',
# Line 65  class Feed(object, straw.SignalEmitter): Line 65  class Feed(object, straw.SignalEmitter):
65          self._password = password          self._password = password
66          self._parsed = None          self._parsed = None
67          self._items = straw.FeedItems(self)          self._items = straw.FeedItems(self)
         self.invalid_rss = -1  
68          self._previous_etag = None          self._previous_etag = None
69          self._error = None          self._error = None
70          self._process_status = self.STATUS_IDLE          self._process_status = self.STATUS_IDLE

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26