feed-1.3.2.1: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
Copyright(c) Galois Inc. 2008
(c) Sigbjorn Finne 2009-
LicenseBSD3
MaintainerSigbjorn Finne <sof@forkIO.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.RSS1.Syntax

Description

 

Documentation

type URIString = Text #

type TitleString = Text #

type TimeString = Text #

type TextString = Text #

data Feed #

Constructors

Feed 

Instances

Instances details
Show Feed # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> Feed -> ShowS

show :: Feed -> String

showList :: [Feed] -> ShowS

data Image #

Instances

Instances details
Show Image # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> Image -> ShowS

show :: Image -> String

showList :: [Image] -> ShowS

data Item #

Instances

Instances details
Show Item # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> Item -> ShowS

show :: Item -> String

showList :: [Item] -> ShowS

data TaxonomyTopic #

Instances

Instances details
Show TaxonomyTopic # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> TaxonomyTopic -> ShowS

show :: TaxonomyTopic -> String

showList :: [TaxonomyTopic] -> ShowS

data UpdatePeriod #

Instances

Instances details
Show UpdatePeriod # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> UpdatePeriod -> ShowS

show :: UpdatePeriod -> String

showList :: [UpdatePeriod] -> ShowS

Eq UpdatePeriod # 
Instance details

Defined in Text.RSS1.Syntax

Methods

(==) :: UpdatePeriod -> UpdatePeriod -> Bool

(/=) :: UpdatePeriod -> UpdatePeriod -> Bool

data ContentInfo #

Constructors

ContentInfo 

Fields

Instances

Instances details
Show ContentInfo # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> ContentInfo -> ShowS

show :: ContentInfo -> String

showList :: [ContentInfo] -> ShowS

Eq ContentInfo # 
Instance details

Defined in Text.RSS1.Syntax

Methods

(==) :: ContentInfo -> ContentInfo -> Bool

(/=) :: ContentInfo -> ContentInfo -> Bool