feed-0.3.8: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.

Portability
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>

Text.RSS1.Syntax

Description

 

Documentation

type URIString = String

type TitleString = String

type TimeString = String

type TextString = String

data Feed

Constructors

Feed 

Fields

feedVersion :: String
 
feedChannel :: Channel
 
feedImage :: Maybe Image
 
feedItems :: [Item]
 
feedTextInput :: Maybe TextInputInfo
 
feedTopics :: [TaxonomyTopic]
 
feedOther :: [Element]
 
feedAttrs :: [Attr]
 

Instances

Show Feed 

data Image

Constructors

Image 

Instances

Show Image 

data Item

Constructors

Item 

Instances

Show Item 

data TaxonomyTopic

Constructors

TaxonomyTopic 

Fields

taxonomyURI :: URIString
 
taxonomyLink :: URIString
 
taxonomyTitle :: Maybe String
 
taxonomyDesc :: Maybe String
 
taxonomyTopics :: [URIString]
 
taxonomyDC :: [DCItem]
 
taxonomyOther :: [Element]
 

Instances

data ContentInfo

Constructors

ContentInfo 

Fields

contentURI :: Maybe URIString
 
contentFormat :: Maybe URIString
 
contentEncoding :: Maybe URIString
 
contentValue :: Maybe String
 

Instances

nullImage :: URIString -> String -> URIString -> Image