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
Timur Ismagilov e47b297410 Add the gap on mobile devices
Gotta think what to do with those arrows btw
2021-08-09 00:51:37 +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 Add /help to the default header links 2021-07-25 00:16:49 +05:00
files Drop fixed authorization 2021-07-02 15:20:03 +07:00
help Reword help home page contents 2021-08-04 12:37:37 +07:00
history Don't log git repo existence check to the console 2021-06-23 22:02:13 +07:00
hyphae Drop the hypha tabs 2021-08-09 00:19:55 +05:00
mimetype Move mimetype stuff to a separate module 2021-01-29 00:07:21 +05:00
shroom Finally rename binary part to attachment 2021-07-25 18:08:59 +05:00
static Add the gap on mobile devices 2021-08-09 00:51:37 +05:00
tree Fix sibling hypha name 2021-07-12 18:23:25 +03:00
user Migrate to gorilla/mux for web needs 2021-07-16 00:47:00 +07:00
util Implement white list 2021-07-15 08:50:45 +00:00
views Compensate the lack of the tabs on other pages 2021-08-09 00:38:41 +05:00
web Show revisions of deleted hyphae 2021-07-30 19:16:58 +05:00
.gitignore Get rid of .idea folder 2021-07-02 15:33:55 +07:00
Dockerfile Add Dockerfile (#63) 2021-06-09 21:20:46 +07:00
flag.go Mark user's source: local or telegram 2021-07-15 08:50:45 +00:00
go.mod Update dependencies 2021-08-04 12:37:14 +07:00
go.sum Change the link to Mycomarkup on new hyphae 2021-08-06 17:25:53 +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 Dump version 2021-08-01 15:40:28 +05:00
Makefile Remove unneeded flags from Makefile 2021-06-29 21:12:46 +07:00
README.md Update README.md 2021-08-01 15:09:49 +05:00

🍄 Mycorrhiza Wiki

A screenshot of Mycorrhiza Wiki's home page in the Safari browser

Mycorrhiza Wiki is a filesystem-backed wiki engine that uses Git for keeping history.

👉 Main wiki

Features

  • No database required. Everything is stored as simple files. It makes installation super easy, and you can modify the content directly.
  • 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 integraion.

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 on our GitHub project kanban board.

Compare Mycorrhiza Wiki with other engines on WikiMatrix.