HomePython softwarell.xistnsatom

XIST.ns.atom

Namespace module for Atom 1.0

This is a namespace module implementing RSS 2.0.

class rss​(ll.xist.xsc.Element):

The root element.

class Attrs​(ll.xist.xsc.Attrs):

class version​(ll.xist.xsc.TextAttr):

class channel​(ll.xist.xsc.Element):

Information about a particular channel. Everything pertaining to an individual channel is contained within this tag.

class title​(ll.xist.xsc.Element):

The name of the channel, item, image or textInput.

class description​(ll.xist.xsc.Element):

Phrase or sentence describing the channel, item or textInput.

class language​(ll.xist.xsc.Element):

The language the channel is written in.

class managingEditor​(ll.xist.xsc.Element):

Email address for person responsible for editorial content.

class webMaster​(ll.xist.xsc.Element):

Email address for person responsible for technical issues relating to channel.

class pubDate​(ll.xist.xsc.Element):

The publication date for the content in the channel.

class lastBuildDate​(ll.xist.xsc.Element):

The last time the content of the channel changed.

class category​(ll.xist.xsc.Element):

Specify one or more categories that the channel or item belongs to.

class Attrs​(ll.xist.xsc.Attrs):

class domain​(ll.xist.xsc.TextAttr):

class generator​(ll.xist.xsc.Element):

A string indicating the program used to generate the channel.

class docs​(ll.xist.xsc.Element):

A URL that points to the documentation for the format used in the RSS file.

class cloud​(ll.xist.xsc.Element):

Allows processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds.

class Attrs​(ll.xist.xsc.Attrs):

class domain​(ll.xist.xsc.TextAttr):

class port​(ll.xist.xsc.IntAttr):

class path​(ll.xist.xsc.IntAttr):

class registerProcedure​(ll.xist.xsc.IntAttr):

class protocol​(ll.xist.xsc.IntAttr):

class ttl​(ll.xist.xsc.Element):

ttl stands 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 image​(ll.xist.xsc.Element):

Specifies a GIF, JPEG or PNG image that can be displayed with the channel.

class textInput​(ll.xist.xsc.Element):

Specifies a text input box that can be displayed with the channel.

class name​(ll.xist.xsc.Element):

The name of the text object in the textInput area.

class skipHours​(ll.xist.xsc.Element):

A hint for aggregators telling them which hours they can skip.

class skipDays​(ll.xist.xsc.Element):

A hint for aggregators telling them which days they can skip.

class day​(ll.xist.xsc.Element):

The day of the week, spelled out in English.

class hour​(ll.xist.xsc.Element):

Specifies an hour of the day. Should be an integer value between 0 and 23. See skipHours.

class url​(ll.xist.xsc.Element):

The URL of a GIF, JPEG or PNG image that represents the channel.

class width​(ll.xist.xsc.Element):

Image width.

class height​(ll.xist.xsc.Element):

Image height.

class item​(ll.xist.xsc.Element):

An 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 a title or description.

class author​(ll.xist.xsc.Element):

Author of an item.

class comments​(ll.xist.xsc.Element):

URL of a page for comments relating to the item.

class enclosure​(ll.xist.xsc.Element):

Describes a media object that is attached to the item.

class Attrs​(ll.xist.xsc.Attrs):

class url​(ll.xist.xsc.URLAttr):

class length​(ll.xist.xsc.IntAttr):

class type​(ll.xist.xsc.TextAttr):

class guid​(ll.xist.xsc.Element):

A string that uniquely identifies the item.

class Attrs​(ll.xist.xsc.Attrs):

class source​(ll.xist.xsc.Element):

The RSS channel that the item came from.

class Attrs​(ll.xist.xsc.Attrs):

class url​(ll.xist.xsc.URLAttr):

Alternate versions   Text   XIST   Python