| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Gitit.Feed
Description
Functions for creating Atom feeds for Gitit wikis and pages.
Documentation
data FeedConfig Source #
Constructors
| FeedConfig | |
Instances
| Read FeedConfig Source # | |
Defined in Network.Gitit.Feed | |
| Show FeedConfig Source # | |
Defined in Network.Gitit.Feed | |
filestoreToXmlFeed :: FeedConfig -> FileStore -> Maybe FilePath -> IO String Source #