fork of mycorrhiza https://github.com/bouncepaw/mycorrhiza So far the only change is I committed our custom CSS file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
forest 2342b97d95
remove tabs
1 year ago
.github/workflows Return windows binaries, but not for arm64 2 years ago
assets Drop fixed authorization 2 years ago
cfg Migrate to Mycomarkup v2 uhhhhhhhh 2 years ago
files Drop fixed authorization 2 years ago
help Stylistic changes to Russian help pages 2 years ago
history Housekeeping with linter 2 years ago
hyphae Housekeeping with linter 2 years ago
l18n Translate more error messages 1 year ago
l18n_src Translate more error messages 1 year ago
mimetype Move mimetype stuff to a separate module 2 years ago
shroom Translate more error messages 1 year ago
static remove tabs 1 year ago
tree Housekeeping with linter 2 years ago
user Housekeeping with linter 2 years ago
util Tidy up some more 2 years ago
views Make /user-list return sorted results 2 years ago
web Translate more error messages 1 year ago
.gitignore Get rid of .idea folder 2 years ago
Dockerfile Add Dockerfile (#63) 2 years ago
LICENSE Change the license to AGPL 2 years ago
Makefile Remove unneeded flags from Makefile 2 years ago
README.md Housekeeping with linter 2 years ago
flag.go Housekeeping with linter 2 years ago
go.mod Dump Mycomarkup 2 years ago
go.sum Dump Mycomarkup 2 years ago
httpd.go Migrate to gorilla/mux for web needs 2 years ago
main.go Initial l18n support 2 years ago

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.