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
2021-10-27 21:12:39 -04:00
.github/workflows Return windows binaries, but not for arm64 2021-08-01 23:56:45 +05:00
assets Drop fixed authorization 2021-07-02 15:20:03 +07:00
cfg Migrate to Mycomarkup v2 uhhhhhhhh 2021-09-12 11:59:10 +03:00
files Drop fixed authorization 2021-07-02 15:20:03 +07:00
help Add the "same" option for feeds. 2021-10-27 21:11:20 -04:00
history Add the "same" option for feeds. 2021-10-27 21:11:20 -04:00
hyphae Improve validation helpers 2021-10-27 13:43:01 +07:00
l18n Add English help page for feeds. 2021-10-26 23:28:56 -04:00
l18n_src Add English help page for feeds. 2021-10-26 23:28:56 -04:00
mimetype Move mimetype stuff to a separate module 2021-01-29 00:07:21 +05:00
shroom Improve validation helpers 2021-10-27 13:43:01 +07:00
static Make some layout stuff work in Netsurf 2021-10-26 14:22:31 +07:00
tree Improve validation helpers 2021-10-27 13:43:01 +07:00
user Improve validation helpers 2021-10-27 13:43:01 +07:00
util Improve validation helpers 2021-10-27 13:43:01 +07:00
views Add English help page for feeds. 2021-10-26 23:28:56 -04:00
web add feed grouping (#61) 2021-10-25 20:58:25 -04:00
.gitignore Allow changing the wiki path for make 2021-10-26 12:45:28 +07:00
config.example.mk Allow changing the wiki path for make 2021-10-26 12:45:28 +07:00
Dockerfile Add Dockerfile (#63) 2021-06-09 21:20:46 +07:00
flag.go Housekeeping with linter 2021-10-02 01:14:26 +08:00
go.mod Add go generate dependencies 2021-10-26 12:44:34 +07:00
go.sum Add go generate dependencies 2021-10-26 12:44:34 +07:00
httpd.go Migrate to gorilla/mux for web needs 2021-07-16 00:47:00 +07:00
LICENSE Change the license to AGPL 2021-03-29 16:13:52 +05:00
main.go reorganize the history package (and rewrite some parts with qtpl) 2021-10-22 22:15:48 -04:00
Makefile Allow changing the wiki path for make 2021-10-26 12:45:28 +07:00
README.md Update README.md 2021-10-27 13:54:29 +07:00
tools.go Improve validation helpers 2021-10-27 13:43:01 +07:00

🍄 Mycorrhiza Wiki

Mycorrhiza Wiki is a lightweight file-system wiki engine that uses Git for keeping history. Main wiki

A screenshot of mycorrhiza.wiki's home page in the Safari browser

Features

  • No database required. Everything is stored in plain files. It makes installation super easy, and you can modify the content directly by yourself.
  • Everything is hyphae. A hypha is a unit of content such as a picture, video or a text article. Hyphae can transclude and link each other resulting in a tight network of hypertext pages.
  • Hyphae are authored in Mycomarkup, a custom markup language that's designed to be unambigious and easy to use.
  • Nesting of hyphae is supported. A tree of related hyphae is shown on every page.
  • History of changes for textual parts of hyphae. Every change is safely stored in Git. Web feeds for recent changes included!
  • Keyboard-driven navigation. Press ? to see the list of shortcuts.
  • Support for authorization.
  • Opengraph support.
  • Optional Telegram authentication.

Compare Mycorrhiza Wiki with other engines on WikiMatrix.

Installing

See the deployment guide on the wiki.

Contributing

Help is always welcome! We have an IRC channel #mycorrhiza on irc.libera.chat and a Telegram chat for discussions and development. You can also sponsor the maintainer of Mycorrhiza, @bouncepaw, on Boosty. If you want to contribute with code, you can either open a pull request on GitHub or send a patch to the mailing list. Feel free to open an issue on GitHub or contact us directly.

You can view the list of planned features at our GitHub project kanban board or on the roadmap page.