wiki

command module
v0.0.0-...-562b131 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 License: BSD-2-Clause Imports: 14 Imported by: 0

README

wiki: A WikiWiki style wiki written in go

Pages are generated on visit, but are not saved until content has been created for them.
Pages can be written in markdown, the resulting html is sanatized using bluemonday.
Text in pages matching the regexp `([A-0-9Z][a-z0-9]+)+` automatically link to pages with that
name in WikiWiki style.

Building:
	$ git clone https://github.com/majiru/wiki
	$ cd wiki && go build

Usage:
	$ ./wiki
	This starts the wiki in the current directory serving on port 8080.
	The port can be changed with the -port flag.
	Content is saved in './data' this can be changed by modifying the const in main.go.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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