feed-0.3.10.2: 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

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

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