mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-04 18:19:54 +00:00
Wiki engine fork.
assets | ||
history | ||
hyphae | ||
link | ||
markup | ||
metarrhiza@e2884a6ca6 | ||
mimetype | ||
shroom | ||
tree | ||
user | ||
util | ||
views | ||
.gitignore | ||
.gitmodules | ||
flag.go | ||
gemini.go | ||
go.mod | ||
go.sum | ||
http_admin.go | ||
http_auth.go | ||
http_history.go | ||
http_mutators.go | ||
http_readers.go | ||
LICENSE | ||
main.go | ||
Makefile | ||
mycocredentials.json | ||
name.go | ||
README.md |
🍄 MycorrhizaWiki 1.1
A wiki engine.
Building
Also see detailed instructions on wiki.
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.
Usage
mycorrhiza [OPTIONS...] WIKI_PATH
WIKI_PATH must be a path to git repository which you want to be a wiki.
Options:
-config-path string
Path to a configuration file. Leave empty if you don't want to use it.
-print-example-config
If true, print an example configuration file contents and exit. You can save the output to a file and base your own configuration on it.
Features
- Edit pages through html forms, graphical preview
- Responsive design, dark theme (synced with system theme)
- Works in text browsers
- Wiki pages (called hyphae) are written in mycomarkup
- Everything is stored as simple files, no database required. You can run a wiki on almost any directory and get something to work with
- Page trees; links to previous and next pages
- Changes are saved to git
- List of hyphae page
- History page
- Random page
- Recent changes page; RSS, Atom and JSON feeds available
- Hyphae can be deleted (while still preserving history)
- Hyphae can be renamed (recursive renaming of subhyphae is also supported)
- Light on resources
- Authorization with pre-set credentials
- Basic Gemini protocol support
Contributing
Help is always needed. We have a tg chat where some development is coordinated. You can also sponsor on boosty. Feel free to open an issue or contact directly.
You can view list of all planned features on our kanban board.