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

data Category Source #

Constructors

Category 

Fields

newCategory Source #

Arguments

:: String

catTerm

-> Category 

nullFeed Source #

Arguments

:: String

feedId

-> TextContent

feedTitle

-> Date

feedUpdated

-> Feed 

nullEntry Source #

Arguments

:: String

entryId

-> TextContent

entryTitle

-> Date

entryUpdated

-> Entry 

nullGenerator Source #

Arguments

:: String

genText

-> Generator 

nullLink Source #

Arguments

:: URI

linkHref

-> Link