mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
Wiki engine fork.
gemtext | ||
history | ||
metarrhiza@ecaa76f841 | ||
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 0.9
A wiki engine.
0.9
This is a development branch for 0.9 version. Features I want to implement in this release:
- Recent changes page.
- Hypha deletion.
- Hypha renaming.
- Support async git ops.
Installation
git clone --recurse-submodules https://github.com/bouncepaw/mycorrhiza
cd mycorrhiza
make
# That make will:
# * run the default wiki. You can edit it right away.
# * create an executable called `mycorrhiza`. Run it with path to your wiki.
Current features
- Edit pages through html forms
- Responsive design
- Works in text browsers
- Wiki pages (called hyphae) are in gemtext
- Everything is stored as simple files, no database required
- Page trees
- Changes are saved to git
- List of hyphae page
- History page
- Random page
- Light on resources: I run a home wiki on this engine 24/7 at an Orange π Lite.
Contributing
Help is always needed. We have a tg chat where some development is coordinated. Feel free to open an issue or contact me.
Future plans
- Tagging system
- Authorization
- Better history viewing
- More markups