clckwrks-0.22.4: A secure, reliable content management system (CMS) and blogging platform
Clckwrks.Types
Synopsis
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.
Random
Storable
Binary
Instances
newtype Prefix Source
at present this is only used by the menu editor
Constructors
Fields
data Trust Source
used when the author can be trusted (sanitization is not performed)
used when the author can not be trusted (sanitization is performed)
data NamedLink Source