feed-1.0.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 #

type NCName = Text #

type Date = Text #

type Attr = (Name, [Content]) #

data Category #

Constructors

Category 

Fields

Instances

data Person #

Instances

newCategory #

Arguments

:: Text

catTerm

-> Category 

nullFeed #

Arguments

:: URI

feedId

-> TextContent

feedTitle

-> Date

feedUpdated

-> Feed 

nullEntry #

Arguments

:: URI

entryId

-> TextContent

entryTitle

-> Date

entryUpdated

-> Entry 

nullGenerator #

Arguments

:: Text

genText

-> Generator 

nullLink #

Arguments

:: URI

linkHref

-> Link