1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-13 05:50:27 +00:00
Wiki engine fork.
Go to file
2020-08-29 00:43:36 +05:00
gemtext Fix gemtext list 2020-08-29 00:17:32 +05:00
history Some changes 2020-08-29 00:10:46 +05:00
metarrhiza@2a36350d42 A better navigation 2020-08-29 00:43:36 +05:00
tree WIP history page 2020-08-19 23:54:23 +05:00
util Start creating history operations methods 2020-08-10 00:33:47 +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 WIP history page 2020-08-19 23:54:23 +05:00
go.sum WIP history page 2020-08-19 23:54:23 +05:00
http_mutators.go WIP history page 2020-08-19 23:54:23 +05:00
http_readers.go A better navigation 2020-08-29 00:43:36 +05:00
hypha.go Replace with 0.7 version in a primitive way 2020-08-05 20:08:59 +05:00
main.go WIP history page 2020-08-19 23:54:23 +05:00
Makefile Replace with 0.7 version in a primitive way 2020-08-05 20:08:59 +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 changes 2020-08-29 00:10:46 +05:00

MycorrhizaWiki

A wiki engine inspired by fungi.

Current features

  • Edit pages through html forms
  • Responsive design
  • Works in text browsers
  • Pages (called hyphae) are in gemtext
  • Everything is stored as simple files, no database required
  • Page trees
  • Changes are saved to git
  • History page

Future features

  • Tags
  • Authorization
  • History view
  • Granular user rights
  • A better page tree algorithm

Installation

I guess you can just clone this repo and run make to play around with the default wiki.