feed-1.3.0.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
LanguageHaskell98

Text.RSS1.Syntax

Description

 

Documentation

type URIString = Text Source #

type TitleString = Text Source #

type TimeString = Text Source #

type TextString = Text Source #

data Feed Source #

Constructors

Feed 

Fields

Instances
Show Feed Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> Feed -> ShowS

show :: Feed -> String

showList :: [Feed] -> ShowS

data Image Source #

Instances
Show Image Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> Image -> ShowS

show :: Image -> String

showList :: [Image] -> ShowS

data Item Source #

Instances
Show Item Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> Item -> ShowS

show :: Item -> String

showList :: [Item] -> ShowS

data TaxonomyTopic Source #

Constructors

TaxonomyTopic 

Fields

Instances
Show TaxonomyTopic Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> TaxonomyTopic -> ShowS

show :: TaxonomyTopic -> String

showList :: [TaxonomyTopic] -> ShowS

data UpdatePeriod Source #

Instances
Eq UpdatePeriod Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

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

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

Show UpdatePeriod Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> UpdatePeriod -> ShowS

show :: UpdatePeriod -> String

showList :: [UpdatePeriod] -> ShowS

data ContentInfo Source #

Constructors

ContentInfo 

Fields

Instances
Eq ContentInfo Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

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

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

Show ContentInfo Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> ContentInfo -> ShowS

show :: ContentInfo -> String

showList :: [ContentInfo] -> ShowS