Copyright | (c) Galois Inc. 2008 (c) Sigbjorn Finne 2009- |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <[email protected]> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Text.Atom.Feed
Description
Documentation
Constructors
Feed | |
Fields
|
Constructors
Entry | |
Fields
|
data EntryContent Source #
Constructors
TextContent String | |
HTMLContent String | |
XHTMLContent Element | |
MixedContent (Maybe String) [Content] | |
ExternalContent (Maybe MediaType) URI |
Instances
Constructors
Category | |
Constructors
Link | |
data TextContent Source #
Constructors
TextString String | |
HTMLString String | |
XHTMLString Element |
Instances
txtToString :: TextContent -> String Source #
Constructors
Source | |
Fields
|
Constructors
Person | |
Fields
|
Constructors
InReplyTo | |
Fields
|
data InReplyTotal Source #
Constructors
InReplyTotal | |
Fields
|
Instances
nullSource :: Source Source #
nullPerson :: Person Source #