2020-06-13 08:55:35 +00:00
|
|
|
# mycorrhiza wiki
|
2020-07-19 15:00:44 +00:00
|
|
|
A wiki engine inspired by fungi. Not production-ready.
|
2020-07-02 19:03:30 +00:00
|
|
|
|
2020-08-05 20:19:14 +00:00
|
|
|
This branch is devoted to version 0.8.
|
|
|
|
* [ ] Tree generation
|
|
|
|
* [x] Basic generation
|
|
|
|
* [ ] Generation that takes non-existent hyphae into account¹
|
|
|
|
* [ ] History
|
|
|
|
* [ ] Saving all changes to git
|
|
|
|
* [ ] Make it possible to see any previous version
|
|
|
|
* [ ] A nice UI for that
|
|
|
|
|
|
|
|
¹ Current algorithm won't detect `a/b/c` as a child of `a` if `a/b` does not exist.
|
2020-07-02 19:03:30 +00:00
|
|
|
|
2020-07-19 15:00:44 +00:00
|
|
|
## Current features
|
|
|
|
* Edit pages through html forms
|
|
|
|
* Responsive design
|
|
|
|
* Works in text browsers
|
2020-08-05 15:08:59 +00:00
|
|
|
* Pages (called hyphae) can be in gemtext.
|
2020-07-19 15:00:44 +00:00
|
|
|
* Everything is stored as simple files, no database required
|
|
|
|
|
|
|
|
## Future features
|
|
|
|
* Tags
|
|
|
|
* Authorization
|
|
|
|
* History view
|
|
|
|
* Granular user rights
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
I guess you can just clone this repo and run `make` to play around with the default wiki.
|
|
|
|
|