No description
  • Go 68.2%
  • HTML 27.4%
  • CSS 1.9%
  • Shell 1.4%
  • Makefile 1.1%
Find a file
2019-03-26 23:55:55 +01:00
pkg added user independent sections and started db migration work 2019-03-26 23:55:55 +01:00
scripts added support for config files, openbsd, pledge and unveil 2018-10-26 17:28:50 +02:00
templates added user independent sections and started db migration work 2019-03-26 23:55:55 +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 bump copyright year 2019-01-21 20:06:44 +01:00
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 initial commit 2016-09-05 22:49:40 +02:00
main.go bump copyright year 2019-01-21 20:06:44 +01: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 added initial favicon 2019-01-23 00:37:51 +01:00
templates.sh added user independent sections and started db migration work 2019-03-26 23:55:55 +01: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.