No description
- Go 68.2%
- HTML 27.4%
- CSS 1.9%
- Shell 1.4%
- Makefile 1.1%
| 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.