clckwrks-0.21.0: A secure, reliable content management system (CMS) and blogging platform

Safe HaskellNone

Clckwrks.Types

Synopsis

Documentation

data UUID

The UUID type. A Random instance is provided which produces version 4 UUIDs as specified in RFC 4122. The Storable and Binary instances are compatible with RFC 4122, storing the fields in network order as 16 bytes.

newtype Prefix Source

at present this is only used by the menu editor

Constructors

Prefix 

Fields

prefixText :: Text
 

data Trust Source

Constructors

Trusted

used when the author can be trusted (sanitization is not performed)

Untrusted

used when the author can not be trusted (sanitization is performed)