1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-11 21:10:26 +00:00
Wiki engine fork.
Go to file
2020-08-10 00:33:47 +05:00
gemtext Replace with 0.7 version in a primitive way 2020-08-05 20:08:59 +05:00
history Start creating history operations methods 2020-08-10 00:33:47 +05:00
metarrhiza@b0157a17f5 Test git capabilities 2020-08-09 01:10:28 +05:00
tree Implement tree generation 2020-08-06 01:19:14 +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 Test git capabilities 2020-08-09 01:10:28 +05:00
go.sum Test git capabilities 2020-08-09 01:10:28 +05:00
http_mutators.go Start creating history operations methods 2020-08-10 00:33:47 +05:00
http_readers.go Implement tree generation 2020-08-06 01:19:14 +05:00
hypha.go Replace with 0.7 version in a primitive way 2020-08-05 20:08:59 +05:00
main.go Start creating history operations methods 2020-08-10 00:33:47 +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 Implement tree generation 2020-08-06 01:19:14 +05:00

mycorrhiza wiki

A wiki engine inspired by fungi. Not production-ready.

This branch is devoted to version 0.8.

  • Tree generation
    • 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.

Current features

  • Edit pages through html forms
  • Responsive design
  • Works in text browsers
  • Pages (called hyphae) can be in gemtext.
  • 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.