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-25 20:16:34 +07: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 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 Write the Top bar help article 2021-07-25 02:04:14 +05:00
history Don't log git repo existence check to the console 2021-06-23 22:02:13 +07:00
hyphae Finally rename binary part to attachment 2021-07-25 18:08:59 +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 Hack the search bar 2021-07-25 00:14:01 +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 Finally rename binary part to attachment 2021-07-25 18:08:59 +05:00
web Refactor /recent-changes/ handlers 2021-07-25 20:16:34 +07: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 Mark user's source: local or telegram 2021-07-15 08:50:45 +00:00
go.mod Migrate to gorilla/mux for web needs 2021-07-16 00:47:00 +07:00
go.sum Migrate to gorilla/mux for web needs 2021-07-16 00:47:00 +07: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 Migrate to gorilla/mux for web needs 2021-07-16 00:47:00 +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.