No description
  • Go 68.2%
  • HTML 27.4%
  • CSS 1.9%
  • Shell 1.4%
  • Makefile 1.1%
Find a file
2018-10-27 23:43:15 +02:00
pkg better style 2018-10-27 23:43:15 +02:00
scripts added support for config files, openbsd, pledge and unveil 2018-10-26 17:28:50 +02:00
templates better style 2018-10-27 23:43:15 +02:00
vendor added otp library and updated blackfriday to v1.5.2 2018-10-27 15:37:48 +02:00
.gitignore first working version 2018-09-14 00:14:49 +02:00
COPYRIGHT
go.mod added otp library and updated blackfriday to v1.5.2 2018-10-27 15:37:48 +02:00
go.sum added otp library and updated blackfriday to v1.5.2 2018-10-27 15:37:48 +02:00
LICENSE
main.go upgraded bootstrap, fixed style, added share blacklisting 2018-09-14 20:49:50 +02:00
Makefile added totp support 2018-10-27 16:05:17 +02:00
README.md added support for config files, openbsd, pledge and unveil 2018-10-26 17:28:50 +02:00
sri.sh upgraded bootstrap, fixed style, added share blacklisting 2018-09-14 20:49:50 +02:00
templates.sh general improvements 2018-10-27 21:28:19 +02:00
VERSION major changes 2018-02-07 21:41:54 +01:00

GoWiki - a simple wiki engine written in Go

Building

Linux:

make

or offline

make vendor

OpenBSD:

GOOS=openbsd make

or offline

GOOS=openbsd make vendor

Install

See the scripts/ directory on how to install gowiki on Linux or OpenBSD.