No description
  • Go 71.3%
  • HTML 23.5%
  • CSS 2.1%
  • Shell 1.8%
  • Makefile 1.3%
Find a file
2019-04-19 15:45:28 +02:00
pkg initial commit 2019-04-19 15:45:28 +02:00
scripts initial commit 2019-04-19 15:45:28 +02:00
templates initial commit 2019-04-19 15:45:28 +02:00
vendor initial commit 2019-04-19 15:45:28 +02:00
.gitignore initial commit 2019-04-19 15:45:28 +02:00
COPYRIGHT initial commit 2019-04-19 15:45:28 +02:00
go.mod initial commit 2019-04-19 15:45:28 +02:00
go.sum initial commit 2019-04-19 15:45:28 +02:00
LICENSE initial commit 2019-04-19 15:45:28 +02:00
main.go initial commit 2019-04-19 15:45:28 +02:00
Makefile initial commit 2019-04-19 15:45:28 +02:00
README.md initial commit 2019-04-19 15:45:28 +02:00
sri.sh initial commit 2019-04-19 15:45:28 +02:00
templates.sh initial commit 2019-04-19 15:45:28 +02:00
VERSION initial commit 2019-04-19 15:45:28 +02: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.