1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
Wiki engine fork.
Go to file
2020-10-03 22:05:10 +05:00
gemtext Fix gemtext list 2020-08-29 00:17:32 +05:00
history Limit recent changes properly 2020-10-03 17:59:53 +05:00
metarrhiza@2c0e43199e Create directories when renaming hyphae 2020-10-03 17:51:19 +05:00
templates Some cleanup 2020-10-03 22:05:10 +05:00
tree WIP history page 2020-08-19 23:54:23 +05:00
util Support recursive renaming 2020-10-03 21:56:56 +05:00
.gitignore Reorganise templates a little bit 2020-06-24 00:34:01 +05:00
.gitmodules Replace with 0.7 version in a primitive way 2020-08-05 20:08:59 +05:00
go.mod Add recent changes page 2020-09-26 23:19:17 +05:00
go.sum Add recent changes page 2020-09-26 23:19:17 +05:00
http_mutators.go Support recursive renaming 2020-10-03 21:56:56 +05:00
http_readers.go Make hyphae deletable 2020-09-29 20:04:22 +05:00
hypha.go Support recursive renaming 2020-10-03 21:56:56 +05:00
main.go Add renaming support 2020-10-02 20:31:59 +05:00
Makefile Migrate to quicktemplates 2020-08-31 22:52:26 +05:00
mime_test.go Replace with 0.7 version in a primitive way 2020-08-05 20:08:59 +05:00
mime.go Replace with 0.7 version in a primitive way 2020-08-05 20:08:59 +05:00
name.go Replace with 0.7 version in a primitive way 2020-08-05 20:08:59 +05:00
README.md Some cleanup 2020-10-03 22:05:10 +05:00

🍄 MycorrhizaWiki 0.9

A wiki engine.

Building

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.

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
  • Recent changes page
  • Hyphae can be deleted (while still preserving history)
  • Hyphae can be renamed (recursive renaming of subhyphae is also supported)
  • 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