No description
Find a file
Chris Sexton 6aae4124e1
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Reorder OpenGraph search.
The previous ordering prevented the visitors from finding a description or
image.
2025-02-19 17:07:44 -05:00
.github/workflows Delete release.yaml 2024-06-29 18:32:42 +03:00
help Update README.md 2024-10-05 22:03:54 +03:00
history Migrate from log to slog #109 (#255) 2024-09-07 23:55:39 +03:00
hypview Migrate from log to slog #109 (#255) 2024-09-07 23:55:39 +03:00
internal Migrate from log to slog #109 (#255) 2024-09-07 23:55:39 +03:00
interwiki Migrate from log to slog #109 (#255) 2024-09-07 23:55:39 +03:00
l18n Migrate from log to slog #109 (#255) 2024-09-07 23:55:39 +03:00
misc Migrate from log to slog #109 (#255) 2024-09-07 23:55:39 +03:00
mycoopts Migrate from log to slog #109 (#255) 2024-09-07 23:55:39 +03:00
util Migrate from log to slog #109 (#255) 2024-09-07 23:55:39 +03:00
web Reorder OpenGraph search. 2025-02-19 17:07:44 -05:00
.dockerignore ignore .git folder when building image 2022-08-24 12:22:50 +03:00
.gitignore Remove config.mk from .gitignore 2022-08-19 18:36:35 +03:00
.mailmap Add a .mailmap 2022-02-01 20:47:32 +07:00
Boilerplate.md Fix typos in Boilerplate.md 2022-08-07 01:07:52 +05:00
Dockerfile Use -Ns for curl on healtcheck (#206) 2023-10-17 12:10:32 +03:00
flag.go Migrate from log to slog #109 (#255) 2024-09-07 23:55:39 +03:00
go.mod Bump golang.org/x/crypto from 0.27.0 to 0.31.0 (#261) 2024-12-12 06:41:34 +03:00
go.sum Bump golang.org/x/crypto from 0.27.0 to 0.31.0 (#261) 2024-12-12 06:41:34 +03:00
httpd.go Don't exit when removing socket fails (#260) 2024-12-12 00:20:24 +03:00
LICENSE Change the license to AGPL 2021-03-29 16:13:52 +05:00
main.go Migrate from log to slog #109 (#255) 2024-09-07 23:55:39 +03:00
Makefile Get version from the help 2022-09-14 03:18:02 +03:00
README.md Update README.md 2024-10-05 22:30:17 +03: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 used. 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, forming a tight network of hypertext pages.
  • Hyphae are authored in Mycomarkup, a markup language that's designed to be unambiguous yet easy to use.
  • Categories let you organize hyphae without any hierarchy restrictions, with all the benefits of a category system.
  • Nesting of hyphae is also supported if you like hierarchies.
  • History of changes. Every change is safely stored in Git. Web feeds (RSS, Atom, JSON Feed) for recent changes included.
  • Keyboard-driven navigation. Press ? to see the list of shortcuts.
  • Support for authorization. Both plain username-password pairs and Telegram's login widget are supported.
  • Open Graph support. The most relevant info about a hypha is made available through OG meta tags for consumption by other software.
  • Interwiki support.

Compare Mycorrhiza Wiki with other engines on WikiMatrix.

Installing

See the deployment guide on the wiki. Also, Mycorrhiza might be available in your repositories. See Repology.

Contributing and community

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.

Check out Betula as well.