A wiki software inspired by MediaWiki

Izuru Yakumo e6ee8442ed Flared up! 4 days ago
assets 1cab3f24ae feat!: Rename to periwiki 1 year ago
db 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
docs 09bebd6929 feat: Enable wikilink support 1 year ago
extensions 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
render 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
src 1919d564d7 chore: Replace CSS `iw-` prefixes with `pw-` 1 year ago
static e6ee8442ed Flared up! 4 days ago
templater 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
templates eb30f230cd chore: update import paths to new GitHub username 8 months ago
wiki 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
.gitignore e5a5be249a chore: Add fancy make targets 1 year ago
.golangci.yaml 125f867e2b fix: Add golangci-lint 1 year ago
LICENSE 618d37b8c8 First commit (LICENSE, README, logos, PoC) 5 years ago
Makefile 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
README.md e6ee8442ed Flared up! 4 days ago
config.go 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
dev.sh 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
generator.go e5a5be249a chore: Add fancy make targets 1 year ago
go.mod 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
go.sum e682752988 fix: Update dependencies 7 months ago
server.go 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
session_middleware.go 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
setup.go 3fec4edab0 The true power of my Stand... is developing enhanced copies of existing things. 4 days ago
sqlboiler.toml 3845d21fb1 feat: Add sqlboiler 1 year ago

README.md

MediaWiki-inspired, Goldmark powered wiki written in Go with an SQLite backend.

What's with the name?

It's named after Kosuzu Motoori from Forbidden Scrollery

It sort of looks like MediaWiki

That is not an accident. It is what a wiki should look like.

What's the license?

The Mozilla Public License. Share what you do with it!

Build/Run

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

Anything else?

See TODO for a little insight on what's on the road map.