feed-0.3.7: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.

Portability
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>

Text.Atom.Feed

Contents

Description

 

Synopsis

Core types

data Category Source

Constructors

Category 

Fields

catTerm :: String

the tag/term of the category.

catScheme :: Maybe URI

optional URL for identifying the categorization scheme.

catLabel :: Maybe String

human-readable label of the category

catOther :: [Element]

unknown elements, for extensibility.

Instances

Smart Constructors

newCategorySource

Arguments

:: String

catTerm

-> Category 

nullFeedSource

Arguments

:: String

feedId

-> TextContent

feedTitle

-> Date

feedUpdated

-> Feed 

nullEntrySource

Arguments

:: String

entryId

-> TextContent

entryTitle

-> Date

entryUpdated

-> Entry 

nullGeneratorSource

Arguments

:: String

genText

-> Generator 

nullLinkSource

Arguments

:: URI

linkHref

-> Link