gitit-0.12.3.2: Wiki using happstack, git or darcs, and pandoc.

Safe HaskellNone
LanguageHaskell98

Network.Gitit.Feed

Description

Functions for creating Atom feeds for Gitit wikis and pages.

Documentation

data FeedConfig Source #

Constructors

FeedConfig 

Fields

Instances
Read FeedConfig Source # 
Instance details

Defined in Network.Gitit.Feed

Methods

readsPrec :: Int -> ReadS FeedConfig

readList :: ReadS [FeedConfig]

readPrec :: ReadPrec FeedConfig

readListPrec :: ReadPrec [FeedConfig]

Show FeedConfig Source # 
Instance details

Defined in Network.Gitit.Feed

Methods

showsPrec :: Int -> FeedConfig -> ShowS

show :: FeedConfig -> String

showList :: [FeedConfig] -> ShowS

filestoreToXmlFeed :: FeedConfig -> FileStore -> Maybe FilePath -> IO String Source #