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

Safe HaskellNone
LanguageHaskell98

Network.Gitit.Types

Contents

Description

Types for Gitit modules.

Synopsis

Documentation

data Config Source #

Data structure for information read from config file.

Constructors

Config 

Fields

data Page Source #

Data for rendering a wiki page.

data Sessions a Source #

Constructors

Sessions 

Fields

Instances

data GititState Source #

Common state for all gitit wikis in an application.

data PageLayout Source #

Abstract representation of page layout (tabs, scripts, etc.)

data Tab Source #

Instances

Eq Tab Source # 

Methods

(==) :: Tab -> Tab -> Bool #

(/=) :: Tab -> Tab -> Bool #

Show Tab Source # 

Methods

showsPrec :: Int -> Tab -> ShowS #

show :: Tab -> String #

showList :: [Tab] -> ShowS #

Orphan instances