hMollom-0.2.2: Library to interact with the Mollom anti-spam serviceSource codeContentsIndex
Network.Mollom.Internals
Description
Internal data structures and functions to the Mollom service
Documentation
mollomApiVersion :: StringSource
mollomTimeFormat :: [Char]Source
data MollomConfiguration Source
Constructors
MollomConfiguration
mcPublicKey :: String
mcPrivateKey :: String
mcAPIVersion :: String
show/hide Instances
data MollomError Source
Constructors
MollomInternalError
MollomRefresh
MollomServerBusy
MollomNoMoreServers
HMollomError String
show/hide Instances
data MollomValue Source
Constructors
MInt Int
MBool Bool
MDouble Double
MString String
show/hide Instances
data MollomServerList Source
Constructors
UninitialisedServerList
MollomServerList [String]
show/hide Instances
Produced by Haddock version 2.7.2