Versions in this module Expand all Collapse all v0 v0.1.0 Dec 26, 2017 Changes in this version + const ConfigJSON + const DefaultConfigJSON + const DefaultFileMasterGroup + const DefaultFooterLinks + const DefaultHeaderLinks + const DefaultIllegalNames + const DefaultNavSections + const DefaultPageMasterGroup + const EverybodyGroup + const FileMasterGroup + const FooterLinks + const HeaderLinks + const IllegalNames + const ModelVersion + const NavSections + const PageMasterGroup + const Version + var IndexPage = "Home Page" + func CreateSuperUser(username string, passwd string) error + func CreateUser(username string, passwd string, email string, isSuperUser bool) error + func IsMigrationNeeded() bool + func IsPageTitleValid(title string) error + func IsUserInFileMasterGroup(username string) bool + func IsUserInPageMasterGroup(username string) bool + func Migrate() + func Migration1() + func ReadConfig(key string) string + func ReadFileMasterGroup() string + func ReadPageMasterGroup() string + func UpdateUserPasswd(username string, passwd string) error + func ValidateName(name string) error + func ValidatePasswd(passwd string) error + func VerifyPasswd(username string, passwd string) error + func WriteConfig(key string, val string) + type PagesSearchResult struct + CTitle string + Snippet template.HTML + Title string + func PageSearch(terms string) []PagesSearchResult