package cow
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Cow.AtomSource
The Atom Syndication format. See RFC4287 for the full specification.
year, month, date, hour, minute
An Atom URI. There are lots of rules on which combinations of links are permitted in one feed. See RFC4287 Sec 4.1.1 for the gory details.
mk_link ~rel ~typ uri builds a link. rel defaults to `self, and typ represents the optional MIME type (e.g. text/html). The uri should usually be a fully qualified URI.
A single entry in the Atom feed. The base represents the base href for the contents of the feed, in case it has relative links.