feed-0.3.7: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
Source code
Contents
Index
Text.RSS1.Syntax
Portability
Stability
provisional
Maintainer
Sigbjorn Finne <sof@galois.com>
Description
Documentation
type
URIString
=
String
Source
type
TitleString
=
String
Source
type
TimeString
=
String
Source
type
TextString
=
String
Source
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
->
Feed
Source
nullChannel
::
URIString
->
TitleString
->
Channel
Source
nullImage
::
URIString
->
String
->
URIString
->
Image
Source
nullItem
::
URIString
->
TextString
->
URIString
->
Item
Source
nullTextInputInfo
::
URIString
->
TextString
->
TextString
->
URIString
->
TextInputInfo
Source
nullTaxonomyTopic
::
URIString
->
URIString
->
TaxonomyTopic
Source
nullContentInfo
::
ContentInfo
Source
Produced by
Haddock
version 2.6.1