feed-1.1.0.0: 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.Atom.Feed

Description

 

Documentation

type URI = Text Source #

type Date = Text Source #

type Attr = (Name, [Content]) Source #

data Category Source #

Constructors

Category 

Fields

Instances
Show Category Source # 
Instance details

Defined in Text.Atom.Feed

data Generator Source #

Constructors

Generator 
Instances
Eq Generator Source # 
Instance details

Defined in Text.Atom.Feed

Show Generator Source # 
Instance details

Defined in Text.Atom.Feed

data Link Source #

data Person Source #

Instances
Show Person Source # 
Instance details

Defined in Text.Atom.Feed

newCategory Source #

Arguments

:: Text

catTerm

-> Category 

nullFeed Source #

Arguments

:: URI

feedId

-> TextContent

feedTitle

-> Date

feedUpdated

-> Feed 

nullEntry Source #

Arguments

:: URI

entryId

-> TextContent

entryTitle

-> Date

entryUpdated

-> Entry 

nullGenerator Source #

Arguments

:: Text

genText

-> Generator 

nullLink Source #

Arguments

:: URI

linkHref

-> Link