1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
mycorrhiza/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

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-19 15:00:44 +00:00
Current version: 0.5 (or more?)
2020-07-19 15:00:44 +00:00
## Current features
* Edit pages through html forms
* Responsive design
* Theme support (no themes other than the default one implemented though)
* Works in text browsers
* Pages (called hyphae) can be written in markdown, creole or geminitext.
* Two types of plugins: parsers (for supporting more markup languages) and languages (for i18n)
* Change history is saved and can be viewed (no nice way to do this yet, it can be done by changing url only)
* Namespaces called mycelia
* 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.
## License
Contents of `wiki` directory are under CC BY-SA 4.0.
File `wiki/favicon.icon` is from [here](https://thenounproject.com/search/?q=mushroom&i=990340).
The license for the rest of files is not decided yet, so let's consider it to be CC BY-SA 4.0 too.