Copyright | (c) Galois Inc. 2008 (c) Sigbjorn Finne 2009- |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
Feed | |
|
Entry | |
|
data EntryContent Source #
TextContent Text | |
HTMLContent Text | |
XHTMLContent Element | |
MixedContent (Maybe Text) [Node] | |
ExternalContent (Maybe MediaType) URI |
Instances
Show EntryContent Source # | |
Defined in Text.Atom.Feed showsPrec :: Int -> EntryContent -> ShowS # show :: EntryContent -> String # showList :: [EntryContent] -> ShowS # |
data TextContent Source #
Instances
Show TextContent Source # | |
Defined in Text.Atom.Feed showsPrec :: Int -> TextContent -> ShowS # show :: TextContent -> String # showList :: [TextContent] -> ShowS # |
txtToString :: TextContent -> String Source #
Source | |
|
Person | |
|
InReplyTo | |
|
data InReplyTotal Source #
Instances
Show InReplyTotal Source # | |
Defined in Text.Atom.Feed showsPrec :: Int -> InReplyTotal -> ShowS # show :: InReplyTotal -> String # showList :: [InReplyTotal] -> ShowS # |
nullSource :: Source Source #
nullPerson :: Person Source #