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-07-12 18:23:25 +03:00
.github/workflows Create codeql-analysis.yml 2021-05-01 13:29:43 +05:00
assets Drop fixed authorization 2021-07-02 15:20:03 +07:00
cfg Make the lock work 2021-07-11 00:06:07 +05:00
files Drop fixed authorization 2021-07-02 15:20:03 +07:00
help Fix sibling hypha name 2021-07-12 18:23:25 +03:00
history Don't log git repo existence check to the console 2021-06-23 22:02:13 +07:00
hyphae Migrate away from ioutil 2021-07-02 15:29:55 +07:00
mimetype Move mimetype stuff to a separate module 2021-01-29 00:07:21 +05:00
shroom Migrate away from ioutil 2021-07-02 15:29:55 +07:00
static Fix sibling hypha name 2021-07-12 18:23:25 +03:00
tree Fix sibling hypha name 2021-07-12 18:23:25 +03:00
user Make the lock work 2021-07-11 00:06:07 +05:00
util New user form in /admin/users/ 2021-07-02 19:02:42 +07:00
views Fix sibling hypha name 2021-07-12 18:23:25 +03:00
web Add some styling to help 2021-07-12 14:58:20 +05:00
.gitignore Get rid of .idea folder 2021-07-02 15:33:55 +07:00
default.nix Add basic Nix packaging 2021-05-17 16:25:20 +08:00
Dockerfile Add Dockerfile (#63) 2021-06-09 21:20:46 +07:00
flag.go Add a -listen-addr flag, remove LISTEN_ADDR/PORT 2021-07-06 02:47:07 +07:00
go.mod Update Mycomarkup to v0.5.8 2021-07-06 22:58:48 +05:00
go.sum Update Mycomarkup to v0.5.8 2021-07-06 22:58:48 +05:00
httpd.go Port -> listen address 2021-07-05 21:35:27 +07:00
LICENSE Change the license to AGPL 2021-03-29 16:13:52 +05:00
main.go Port -> listen address 2021-07-05 21:35:27 +07:00
Makefile Remove unneeded flags from Makefile 2021-06-29 21:12:46 +07:00
README.md Update README.md 2021-07-09 01:19:12 +07:00
release.nix Add basic Nix packaging 2021-05-17 16:25:20 +08: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 with other means such as direct file editing.
  • 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.

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.