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 02b54b5c04
Merge pull request #90 from chekoopa/rename-fix
Fix redirect after renaming
2021-08-23 13:28:35 +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 Fix a typo in doc 2021-08-09 01:16:22 +05: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 Sort search results (subpath aware) 2021-08-20 17:03:41 +08:00
static Merge branch 'master' into editor-flag-fix 2021-08-22 15:20:08 +08:00
tree Fix sibling hypha name 2021-07-12 18:23:25 +03:00
user Get rid of " in some places 2021-08-12 17:12:53 +05:00
util Implement white list 2021-07-15 08:50:45 +00:00
views Always show "Manage attachment", fix Firefox bug 2021-08-11 16:20:29 +07:00
web Fix redirect after renaming 2021-08-23 16:17:14 +08: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 Migrate to Mycomarkup v1.0.3 2021-08-19 23:19:11 +05:00
go.sum Migrate to Mycomarkup v1.0.3 2021-08-19 23:19:11 +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 Fix url to README.MD 2021-08-12 18:09:26 +04:00

🍄 Mycorrhiza Wiki

A screenshot of mycorrhiza.wiki's home page in the Safari browser

Mycorrhiza Wiki is a lightweight file-system wiki engine that uses Git for keeping history.

👉 Main wiki

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 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 authentication.

Compare Mycorrhiza Wiki with other engines on WikiMatrix.

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 at our GitHub project kanban board or on the roadmap page.