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
2022-01-02 23:31:54 +05: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 Mycomarkup: Migrate to v3.5.0 2021-12-19 17:35:24 +03:00
files Drop fixed authorization 2021-07-02 15:20:03 +07:00
help Help: Document img layouts 2021-12-19 17:50:51 +03:00
history Link hyphae instead of diffs in recent changes 2021-11-01 23:40:59 +05:00
hyphae Backlinks: Make less things exported, better wording 2021-12-31 00:59:28 +05:00
l18n Add log out link to current user's profile 2022-01-02 23:21:08 +05:00
l18n_src Add log out link to current user's profile 2022-01-02 23:21:08 +05:00
mimetype Move mimetype stuff to a separate module 2021-01-29 00:07:21 +05:00
shroom Backlinks: Make less things exported, better wording 2021-12-31 00:59:28 +05:00
static Add log out link to current user's profile 2022-01-02 23:21:08 +05:00
tree Delete an unused function 2021-11-06 01:06:46 +05:00
user Fix a typo 2021-11-10 14:21:11 +07:00
util Add log out link to current user's profile 2022-01-02 23:21:08 +05:00
views Add admin panel link to administrators' profiles 2022-01-02 23:31:54 +05:00
web Recent changes: Return the 100 cap 2021-12-31 02:10:00 +05: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 There is no need in type conversion here 2021-10-29 16:08:02 +07:00
go.mod Remove ellipses (...) from help topic list 2022-01-02 22:56:34 +05:00
go.sum Remove ellipses (...) from help topic list 2022-01-02 22:56:34 +05: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 Move backlinks stuff to a separate module 2021-12-21 00:08:21 +03:00
Makefile Update Makefile 2021-11-10 21:05:33 +07:00
README.md Fix a typo in README 2021-11-10 19:33:14 +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 markup language that's designed to be unambigious yet 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.
  • Open Graph 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.