mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-11 21:10:26 +00:00
Wiki engine fork.
gemtext | ||
history | ||
metarrhiza@ce6ffcdb83 | ||
templates | ||
tree | ||
util | ||
.gitignore | ||
.gitmodules | ||
go.mod | ||
go.sum | ||
http_mutators.go | ||
http_readers.go | ||
hypha.go | ||
main.go | ||
Makefile | ||
mime_test.go | ||
mime.go | ||
name.go | ||
README.md |
MycorrhizaWiki
A wiki engine inspired by fungi.
Current features
- Edit pages through html forms
- Responsive design
- Works in text browsers
- Pages (called hyphae) are in gemtext
- Everything is stored as simple files, no database required
- Page trees
- Changes are saved to git
- History page
Future features
- Tags
- Authorization
- History view
- Granular user rights
- A better page tree algorithm
Installation
I guess you can just clone this repo and run make
to play around with the default wiki.