quiki

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2020 License: ISC Imports: 5 Imported by: 0

README

quiki

quiki is a fully-featured wiki suite and standalone web server that is completely file-based. instead of storing content in a database, each page is represented by a text file written in the clean and productive quiki source language.

it sports caching, image generation, category management, templates, markdown integration, git-based revision tracking, a web-based editor, and much more.

install

go get github.com/cooper/quiki

configure

quiki ships with a working example configuration.
there is also a detailed configuration spec.

cp quiki.conf.example quiki.conf
nano -w quiki.conf

run

quiki quiki.conf    # ($GOPATH/bin/quiki if PATH not configured for go)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package adminifier provides an administrative panel with a web-based editor.
Package adminifier provides an administrative panel with a web-based editor.
Package authenticator provides server and site authentication services.
Package authenticator provides server and site authentication services.
Package markdown translates Markdown to quiki source code.
Package markdown translates Markdown to quiki source code.
Package monitor provides a file monitor that pre-generates wiki pages and images each time a change is detected on the filesystem.
Package monitor provides a file monitor that pre-generates wiki pages and images each time a change is detected on the filesystem.
Package webserver is the newest webserver.
Package webserver is the newest webserver.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL