rss20 – RSS 2.0
This is a namespace module implementing RSS 2.0.
- class ll.xist.ns.rss20.rss[source]
Bases:
ll.xist.xsc.ElementThe root element.
- class ll.xist.ns.rss20.channel[source]
Bases:
ll.xist.xsc.ElementInformation about a particular channel. Everything pertaining to an individual channel is contained within this tag.
- class ll.xist.ns.rss20.title[source]
Bases:
ll.xist.xsc.Element
- class ll.xist.ns.rss20.link[source]
Bases:
ll.xist.xsc.ElementThe URLto the HTML website corresponding to the
channel,itemorimage. InsidetextInputelement it’s the URL of the CGI script that processes text input requests.
- class ll.xist.ns.rss20.description[source]
Bases:
ll.xist.xsc.ElementPhrase or sentence describing the
channel,itemortextInput.
- class ll.xist.ns.rss20.language[source]
Bases:
ll.xist.xsc.ElementThe language the channel is written in.
- class ll.xist.ns.rss20.copyright[source]
Bases:
ll.xist.xsc.ElementCopyright notice for content in the channel.
- class ll.xist.ns.rss20.managingEditor[source]
Bases:
ll.xist.xsc.ElementEmail address for person responsible for editorial content.
- class ll.xist.ns.rss20.webMaster[source]
Bases:
ll.xist.xsc.ElementEmail address for person responsible for technical issues relating to channel.
- class ll.xist.ns.rss20.pubDate[source]
Bases:
ll.xist.xsc.ElementThe publication date for the content in the channel.
- class ll.xist.ns.rss20.lastBuildDate[source]
Bases:
ll.xist.xsc.ElementThe last time the content of the channel changed.
- class ll.xist.ns.rss20.category[source]
Bases:
ll.xist.xsc.ElementSpecify one or more categories that the channel or item belongs to.
- class ll.xist.ns.rss20.generator[source]
Bases:
ll.xist.xsc.ElementA string indicating the program used to generate the channel.
- class ll.xist.ns.rss20.docs[source]
Bases:
ll.xist.xsc.ElementA URL that points to the documentation for the format used in the RSS file.
- class ll.xist.ns.rss20.cloud[source]
Bases:
ll.xist.xsc.ElementAllows processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds.
- class ll.xist.ns.rss20.ttl[source]
Bases:
ll.xist.xsc.Elementttlstands for time to live. It’s a number of minutes that indicates how long a channel can be cached before refreshing from the source.
- class ll.xist.ns.rss20.image[source]
Bases:
ll.xist.xsc.ElementSpecifies a GIF, JPEG or PNG image that can be displayed with the channel.
- class ll.xist.ns.rss20.textInput[source]
Bases:
ll.xist.xsc.ElementSpecifies a text input box that can be displayed with the channel.
- class ll.xist.ns.rss20.name[source]
Bases:
ll.xist.xsc.ElementThe name of the text object in the
textInputarea.
- class ll.xist.ns.rss20.skipHours[source]
Bases:
ll.xist.xsc.ElementA hint for aggregators telling them which hours they can skip.
- class ll.xist.ns.rss20.skipDays[source]
Bases:
ll.xist.xsc.ElementA hint for aggregators telling them which days they can skip.
- class ll.xist.ns.rss20.day[source]
Bases:
ll.xist.xsc.ElementThe day of the week, spelled out in English.
- class ll.xist.ns.rss20.hour[source]
Bases:
ll.xist.xsc.ElementSpecifies an hour of the day. Should be an integer value between 0 and 23. See
skipHours.
- class ll.xist.ns.rss20.url[source]
Bases:
ll.xist.xsc.ElementThe URL of a GIF, JPEG or PNG image that represents the channel.
- class ll.xist.ns.rss20.width[source]
Bases:
ll.xist.xsc.ElementImage width.
- class ll.xist.ns.rss20.height[source]
Bases:
ll.xist.xsc.ElementImage height.
- class ll.xist.ns.rss20.item[source]
Bases:
ll.xist.xsc.ElementAn item that is associated with a
channel. The item should represent a web-page, or subsection within a web page. It should have a unique URL associated with it. Each item must contain atitleordescription.
- class ll.xist.ns.rss20.author[source]
Bases:
ll.xist.xsc.ElementAuthor of an
item.
- class ll.xist.ns.rss20.comments[source]
Bases:
ll.xist.xsc.ElementURL of a page for comments relating to the item.
- class ll.xist.ns.rss20.enclosure[source]
Bases:
ll.xist.xsc.ElementDescribes a media object that is attached to the item.
- class ll.xist.ns.rss20.guid[source]
Bases:
ll.xist.xsc.ElementA string that uniquely identifies the item.
- class ll.xist.ns.rss20.source[source]
Bases:
ll.xist.xsc.ElementThe RSS channel that the item came from.