1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-04 18:19:54 +00:00
Wiki engine fork.
Go to file
2022-03-07 20:58:03 +03:00
.github/workflows Return windows binaries, but not for arm64 2021-08-01 23:56:45 +05:00
cfg Siblings: Disable the sidebar by default 2022-02-19 12:54:20 +03:00
files Implement the rocket link migration algorithm 2022-02-01 15:11:50 +05:00
help Rename attachment to media 2022-02-26 10:33:09 +03:00
history Rename attachment to media 2022-02-26 10:33:09 +03:00
hyphae Fix the bug with renaming 2022-03-07 20:58:03 +03:00
l18n Experiment № 3. QTPL+l10nEntry 2022-02-27 13:44:47 +03:00
migration Rename Hypher to Hypha 2022-02-19 11:31:54 +03:00
mimetype Make mimetype.FromExtension case-insensitive 2022-02-20 12:28:33 +03:00
shroom Rename attachment to media 2022-02-26 10:33:09 +03:00
static Update robots.txt 2022-02-26 16:27:20 +03:00
tree Move hyphae.Iteration to a separate package 2022-02-20 12:40:16 +03:00
user Rename attachment to media 2022-02-26 10:33:09 +03:00
util Add log out link to current user's profile 2022-01-02 23:21:08 +05:00
views Experiment № 3. QTPL+l10nEntry 2022-02-27 13:44:47 +03:00
web Rename attachment to media 2022-02-26 10:33:09 +03:00
.gitignore Allow changing the wiki path for make 2021-10-26 12:45:28 +07:00
.mailmap Add a .mailmap 2022-02-01 20:47:32 +07:00
config.example.mk Allow changing the wiki path for make 2021-10-26 12:45:28 +07:00
Dockerfile Docker: Delete the line 2022-02-19 12:25:23 +03:00
flag.go Remove some unused stuff 2022-02-20 13:11:29 +03:00
go.mod Update Mycomarkup to v3.6.2 2022-02-19 12:16:02 +03:00
go.sum Update Mycomarkup to v3.6.2 2022-02-19 12:16:02 +03: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 Update version 2022-02-19 12:18:45 +03:00
Makefile Update Makefile 2021-11-10 21:05:33 +07:00
README.md Update README 2022-02-23 23:18:32 +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

If you want to contribute with code, open a pull request on GitHub or send a patch to the mailing list. If you want to report an issue, open an issue on GitHub or contact us directly.

Consider supporting the development on Boosty.

You can view the list of planned features on the roadmap page.