No description
- Go 71.3%
- HTML 23.5%
- CSS 2.1%
- Shell 1.8%
- Makefile 1.3%
| pkg | ||
| scripts | ||
| templates | ||
| vendor | ||
| .gitignore | ||
| COPYRIGHT | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
| sri.sh | ||
| templates.sh | ||
| 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.