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

Safe HaskellNone
LanguageHaskell98

Network.Gitit.Initialize

Description

Functions for initializing a Gitit wiki.

Synopsis

Documentation

initializeGititState :: Config -> IO () Source #

Initialize Gitit State.

recompilePageTemplate :: IO () Source #

Recompile the page template.

createStaticIfMissing :: Config -> IO () Source #

Create static directory unless it exists.

createRepoIfMissing :: Config -> IO () Source #

Create page repository unless it exists.

createTemplateIfMissing :: Config -> IO () Source #

Create templates dir if it doesn't exist.