feed-0.3.12.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 = String #

type NCName = String #

type Date = String #

data Category #

Constructors

Category 

Fields

Instances

data Person #

Instances

newCategory #

Arguments

:: String

catTerm

-> Category 

nullFeed #

Arguments

:: String

feedId

-> TextContent

feedTitle

-> Date

feedUpdated

-> Feed 

nullEntry #

Arguments

:: String

entryId

-> TextContent

entryTitle

-> Date

entryUpdated

-> Entry 

nullGenerator #

Arguments

:: String

genText

-> Generator 

nullLink #

Arguments

:: URI

linkHref

-> Link