package
0.2.24
Repository: https://github.com/cooper/quiki.git
Documentation: pkg.go.dev

# Functions

Configure parses a configuration file and initializes webserver.
CreateWizardConfig creates a new server config file given the options.
initialize all the wikis in the configuration.
Listen runs the webserver indefinitely.
No description provided by the author
Returns the names of all available templates.

# Variables

Auth is the server authentication service.
Conf is the webserver configuration page.
Mux is the *http.ServeMux.
Opts is the webserver options.
Server is the *http.Server.
SessMgr is the session manager service.
Wikis is all wikis served by this webserver.

# Structs

Options is the webserver command line options.
No description provided by the author
No description provided by the author
WikiInfo represents a wiki hosted on this webserver.