fork of mycorrhiza https://github.com/bouncepaw/mycorrhiza So far the only change is I committed our custom CSS file.
Go to file
forest 2342b97d95 remove tabs 2021-10-11 21:36:19 +00: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 Migrate to Mycomarkup v2 uhhhhhhhh 2021-09-12 11:59:10 +03:00
files Drop fixed authorization 2021-07-02 15:20:03 +07:00
help Stylistic changes to Russian help pages 2021-09-27 18:59:44 +07:00
history Housekeeping with linter 2021-10-02 01:14:26 +08:00
hyphae Housekeeping with linter 2021-10-02 01:14:26 +08:00
l18n Translate more error messages 2021-10-10 11:27:35 +07:00
l18n_src Translate more error messages 2021-10-10 11:27:35 +07:00
mimetype Move mimetype stuff to a separate module 2021-01-29 00:07:21 +05:00
shroom Translate more error messages 2021-10-10 11:27:35 +07:00
static remove tabs 2021-10-11 21:36:19 +00:00
tree Housekeeping with linter 2021-10-02 01:14:26 +08:00
user Housekeeping with linter 2021-10-02 01:14:26 +08:00
util Tidy up some more 2021-10-02 01:34:56 +08:00
views Make /user-list return sorted results 2021-10-01 16:42:25 -04:00
web Translate more error messages 2021-10-10 11:27:35 +07: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
LICENSE Change the license to AGPL 2021-03-29 16:13:52 +05:00
Makefile Remove unneeded flags from Makefile 2021-06-29 21:12:46 +07:00
README.md Housekeeping with linter 2021-10-02 01:14:26 +08:00
flag.go Housekeeping with linter 2021-10-02 01:14:26 +08:00
go.mod Dump Mycomarkup 2021-10-01 12:35:30 +03:00
go.sum Dump Mycomarkup 2021-10-01 12:35:30 +03:00
httpd.go Migrate to gorilla/mux for web needs 2021-07-16 00:47:00 +07:00
main.go Initial l18n support 2021-09-27 16:45:23 +08:00

README.md

🍄 Mycorrhiza Wiki

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

Go Report Card

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.