A wiki software inspired by MediaWiki
|
4 days ago | |
---|---|---|
assets | 1 year ago | |
db | 4 days ago | |
docs | 1 year ago | |
extensions | 4 days ago | |
render | 4 days ago | |
src | 1 year ago | |
static | 4 days ago | |
templater | 4 days ago | |
templates | 8 months ago | |
wiki | 4 days ago | |
.gitignore | 1 year ago | |
.golangci.yaml | 1 year ago | |
LICENSE | 5 years ago | |
Makefile | 4 days ago | |
README.md | 4 days ago | |
config.go | 4 days ago | |
dev.sh | 4 days ago | |
generator.go | 1 year ago | |
go.mod | 4 days ago | |
go.sum | 7 months ago | |
server.go | 4 days ago | |
session_middleware.go | 4 days ago | |
setup.go | 4 days ago | |
sqlboiler.toml | 1 year ago |
MediaWiki-inspired, Goldmark powered wiki written in Go with an SQLite backend.
It's named after Kosuzu Motoori from Forbidden Scrollery
That is not an accident. It is what a wiki should look like.
The Mozilla Public License. Share what you do with it!
Requirements: make
, sqlite3
, and go
. sass
is optional unless you make any edits to the .scss as a compiled .css file is included.
git clone git.chaotic.ninja/yakumo.izuru/kosuzu
make
make run
See TODO for a little insight on what's on the road map.