No description
  • Go 68.2%
  • HTML 27.4%
  • CSS 1.9%
  • Shell 1.4%
  • Makefile 1.1%
Find a file
2018-10-27 15:37:48 +02:00
pkg added support for config files, openbsd, pledge and unveil 2018-10-26 17:28:50 +02:00
scripts added support for config files, openbsd, pledge and unveil 2018-10-26 17:28:50 +02:00
templates some tests and major cleanup 2018-10-19 23:08:32 +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 initial commit 2016-09-05 22:49:40 +02:00
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 initial commit 2016-09-05 22:49:40 +02:00
main.go upgraded bootstrap, fixed style, added share blacklisting 2018-09-14 20:49:50 +02:00
Makefile added support for config files, openbsd, pledge and unveil 2018-10-26 17:28:50 +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 some tests and major cleanup 2018-10-19 23:08:32 +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.