| Copyright | (c) Galois, Inc. 2008, (c) Sigbjorn Finne 2009- |
|---|---|
| License | BSD3 |
| Maintainer | Sigbjorn Finne <sof@forkIO.com> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Text.Atom.Feed
Description
Documentation
data Feed
Constructors
| Feed | |
Fields
| |
data Entry
Constructors
| Entry | |
Fields
| |
data EntryContent
Constructors
| TextContent String | |
| HTMLContent String | |
| XHTMLContent Element | |
| MixedContent (Maybe String) [Content] | |
| ExternalContent (Maybe MediaType) URI |
Instances
data Generator
txtToString :: TextContent -> String
data Source
Constructors
| Source | |
Fields
| |
data Person
Constructors
| Person | |
Fields
| |
data InReplyTo
Constructors
| InReplyTo | |
Fields
| |
data InReplyTotal
Constructors
| InReplyTotal | |
Fields
| |
Instances
Arguments
| :: String | feedId |
| -> TextContent | feedTitle |
| -> Date | feedUpdated |
| -> Feed |
Arguments
| :: String | entryId |
| -> TextContent | entryTitle |
| -> Date | entryUpdated |
| -> Entry |
nullSource :: Source
nullPerson :: Person