feed-0.3.7: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.Source codeContentsIndex
Text.RSS1.Syntax
Portability
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>
Description
Documentation
type URIString = StringSource
type TitleString = StringSource
type TimeString = StringSource
type TextString = StringSource
data Feed Source
Constructors
Feed
feedVersion :: String
feedChannel :: Channel
feedImage :: Maybe Image
feedItems :: [Item]
feedTextInput :: Maybe TextInputInfo
feedTopics :: [TaxonomyTopic]
feedOther :: [Element]
feedAttrs :: [Attr]
data Channel Source
Constructors
Channel
channelURI :: URIString
channelTitle :: TitleString
channelLink :: URIString
channelDesc :: TextString
channelImageURI :: Maybe URIString
channelItemURIs :: [URIString]
channelTextInputURI :: Maybe URIString
channelDC :: [DCItem]
channelUpdatePeriod :: Maybe UpdatePeriod
channelUpdateFreq :: Maybe Integer
channelUpdateBase :: Maybe TimeString
channelContent :: [ContentInfo]
channelTopics :: [URIString]
channelOther :: [Element]
channelAttrs :: [Attr]
data Image Source
Constructors
Image
imageURI :: URIString
imageTitle :: TextString
imageURL :: URIString
imageLink :: URIString
imageDC :: [DCItem]
imageOther :: [Element]
imageAttrs :: [Attr]
data Item Source
Constructors
Item
itemURI :: URIString
itemTitle :: TextString
itemLink :: URIString
itemDesc :: Maybe TextString
itemDC :: [DCItem]
itemTopics :: [URIString]
itemContent :: [ContentInfo]
itemOther :: [Element]
itemAttrs :: [Attr]
data TextInputInfo Source
Constructors
TextInputInfo
textInputURI :: URIString
textInputTitle :: TextString
textInputDesc :: TextString
textInputName :: TextString
textInputLink :: URIString
textInputDC :: [DCItem]
textInputOther :: [Element]
textInputAttrs :: [Attr]
data TaxonomyTopic Source
Constructors
TaxonomyTopic
taxonomyURI :: URIString
taxonomyLink :: URIString
taxonomyTitle :: Maybe String
taxonomyDesc :: Maybe String
taxonomyTopics :: [URIString]
taxonomyDC :: [DCItem]
taxonomyOther :: [Element]
data UpdatePeriod Source
Constructors
Update_Hourly
Update_Daily
Update_Weekly
Update_Monthly
Update_Yearly
data ContentInfo Source
Constructors
ContentInfo
contentURI :: Maybe URIString
contentFormat :: Maybe URIString
contentEncoding :: Maybe URIString
contentValue :: Maybe String
nullFeed :: URIString -> TitleString -> FeedSource
nullChannel :: URIString -> TitleString -> ChannelSource
nullImage :: URIString -> String -> URIString -> ImageSource
nullItem :: URIString -> TextString -> URIString -> ItemSource
nullTextInputInfo :: URIString -> TextString -> TextString -> URIString -> TextInputInfoSource
nullTaxonomyTopic :: URIString -> URIString -> TaxonomyTopicSource
nullContentInfo :: ContentInfoSource
Produced by Haddock version 2.6.1