No description
  • Go 68.2%
  • HTML 27.4%
  • CSS 1.9%
  • Shell 1.4%
  • Makefile 1.1%
Find a file
2018-12-28 19:21:14 +01:00
pkg move to base64 urlencoding for xsrf 2018-12-28 19:21:14 +01:00
scripts added support for config files, openbsd, pledge and unveil 2018-10-26 17:28:50 +02:00
templates updated jwt and added share token invalidation 2018-12-28 19:14:21 +01:00
vendor updated jwt and added share token invalidation 2018-12-28 19:14:21 +01:00
.gitignore first working version 2018-09-14 00:14:49 +02:00
COPYRIGHT
go.mod updated jwt and added share token invalidation 2018-12-28 19:14:21 +01:00
go.sum updated jwt and added share token invalidation 2018-12-28 19:14:21 +01: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

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.