|
Text.Feed.Constructor | Stability | provisional
| Maintainer | Sigbjorn Finne <sof@galois.com>
|
|
|
|
Description |
Description: Module for an abstraction layer between different kinds of feeds.
|
|
Synopsis |
|
|
|
Documentation |
|
|
The kinds of feed documents supported.
| Constructors | |
|
|
|
Construct an empty feed document, intending to output it in
the fk feed format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
withFeedHTML sets the URL where an HTML version of the
feed is published.
|
|
|
withFeedHTML sets the URL where an HTML version of the
feed is published.
|
|
|
|
|
|
|
'withFeedDate dt' is the composition of withFeedPubDate
and withFeedLastUpdate, setting both publication date and
last update date to dt. Notice that RSS2.0 is the only format
supporting both pub and last-update.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'withItemTitle myTitle' associates a new title, myTitle,
with a feed item.
|
|
|
'withItemTitle myLink' associates a new URL, myLink,
with a feed item.
|
|
|
'withItemPubDate dt' associates the creation/ publication date dt
with a feed item.
|
|
|
withItemDate is a synonym for withItemPubDate.
|
|
|
'withItemAuthor auStr' associates new author info
with a feed item.
|
|
|
'withItemCommentLink url' sets the URL reference to the comment page to url.
|
|
|
'withItemEnclosure url mbTy len' sets the URL reference to the comment page to url.
|
|
|
'withItemFeedLink name myFeed' associates the parent feed URL myFeed
with a feed item. It is labelled as name.
|
|
|
'withItemId isURL id' associates new unique identifier with a feed item.
If isURL is True, then the id is assumed to point to a valid web resource.
|
|
|
|
|
'withItemDescription desc' associates a new descriptive string (aka summary)
with a feed item.
|
|
|
'withItemRights rightStr' associates the rights information rightStr
with a feed item.
|
|
Produced by Haddock version 2.6.1 |