1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-11 21:10:26 +00:00
Wiki engine fork.
Go to file
Umar Getagazov 3f7de07da9
Replace go-localize with go embed-based system
This has several advantages over using an external CLI tool to generate
the files, such as having fewer dependencies, less generated files bloat
and more flexibility over the localization code. "Sadly", this solution
doesn't check for validity of JSON files at compile-time (the only
advantage of using an external tool such as go-localize). However, I
easily fixed this huge "issue" by making the program crash at startup if
any locale files are invalid.

Also, no more "go-localize removed from go.mod" "go-localize added to
go.mod" "go-localize removed from go.mod" spam. A utility for making
sure all translation stay in sync soon! (not sure where to put it)
2022-01-08 22:44:37 +07: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 Mycomarkup: Migrate to v3.5.0 2021-12-19 17:35:24 +03:00
files Drop fixed authorization 2021-07-02 15:20:03 +07:00
help Help: Update top bar docs 2022-01-03 00:00:20 +05:00
history Link hyphae instead of diffs in recent changes 2021-11-01 23:40:59 +05:00
hyphae Backlinks: Make less things exported, better wording 2021-12-31 00:59:28 +05:00
l18n Replace go-localize with go embed-based system 2022-01-08 22:44:37 +07:00
mimetype Move mimetype stuff to a separate module 2021-01-29 00:07:21 +05:00
shroom Backlinks: Make less things exported, better wording 2021-12-31 00:59:28 +05:00
static Add log out link to current user's profile 2022-01-02 23:21:08 +05:00
tree Delete an unused function 2021-11-06 01:06:46 +05:00
user Fix a typo 2021-11-10 14:21:11 +07:00
util Add log out link to current user's profile 2022-01-02 23:21:08 +05:00
views Remove the admin panel from the top bar 2022-01-02 23:34:09 +05:00
web Recent changes: Return the 100 cap 2021-12-31 02:10:00 +05:00
.gitignore Allow changing the wiki path for make 2021-10-26 12:45:28 +07:00
config.example.mk Allow changing the wiki path for make 2021-10-26 12:45:28 +07:00
Dockerfile Add Dockerfile (#63) 2021-06-09 21:20:46 +07:00
flag.go There is no need in type conversion here 2021-10-29 16:08:02 +07:00
go.mod Replace go-localize with go embed-based system 2022-01-08 22:44:37 +07:00
go.sum Replace go-localize with go embed-based system 2022-01-08 22:44:37 +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 Replace go-localize with go embed-based system 2022-01-08 22:44:37 +07:00
Makefile Update Makefile 2021-11-10 21:05:33 +07:00
README.md Fix a typo in README 2021-11-10 19:33:14 +07: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 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 markup language that's designed to be unambigious yet 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.
  • Open Graph 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.