gitit-0.12.3.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 User Source #

Constructors

User 

data Sessions a Source #

Constructors

Sessions 

Fields

Instances
Eq a => Eq (Sessions a) Source # 
Instance details

Defined in Network.Gitit.Types

Methods

(==) :: Sessions a -> Sessions a -> Bool Source #

(/=) :: Sessions a -> Sessions a -> Bool Source #

Read a => Read (Sessions a) Source # 
Instance details

Defined in Network.Gitit.Types

Show a => Show (Sessions a) Source # 
Instance details

Defined in Network.Gitit.Types

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 # 
Instance details

Defined in Network.Gitit.Types

Methods

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

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

Show Tab Source # 
Instance details

Defined in Network.Gitit.Types

data Command Source #

Constructors

Command (Maybe String) 
Instances
Show Command Source # 
Instance details

Defined in Network.Gitit.Types

FromData Command Source # 
Instance details

Defined in Network.Gitit.Types

Orphan instances

FromData SessionKey Source # 
Instance details

FromReqURI [String] Source # 
Instance details