1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-13 05:50:27 +00:00
Wiki engine fork.
Go to file
handlerug b87583ef28
Drop fixed authorization
Important changes:
- UseFixedAuth is now UseAuth and toggles all kinds of authorization and
  registration
- UseRegistration is now AllowRegistration to better reflect the meaning
- LimitRegistration is now RegistrationLimit because it's not a boolean,
  it's a value (not "limit registration?", but "registration limit is
  ...")
- registered-users.json is now users.json, because all users are stored
  there
- user.AuthUsed is dropped in favor of new cfg.UseAuth which has the
  same meaning

I hope I have not forgotten anything.
2021-07-02 15:20:03 +07:00
.github/workflows Do not redirect from / to /hypha/home 2021-05-09 13:34:14 +05:00
.idea Change the home hypha for the dev config 2021-06-06 14:56:30 +05:00
assets Drop fixed authorization 2021-07-02 15:20:03 +07:00
cfg Drop fixed authorization 2021-07-02 15:20:03 +07:00
files Drop fixed authorization 2021-07-02 15:20:03 +07:00
history Don't log git repo existence check to the console 2021-06-23 22:02:13 +07:00
hyphae Do nothing in particular 2021-05-11 15:14:00 +05:00
mimetype Move mimetype stuff to a separate module 2021-01-29 00:07:21 +05:00
shroom New structure 2021-06-23 21:01:34 +07:00
static Make user panel a bit prettier 2021-06-30 20:07:19 +07:00
tree Show subhyphae counters near the relative hyphae links 2021-04-07 22:49:56 +05:00
user Drop fixed authorization 2021-07-02 15:20:03 +07:00
util New structure 2021-06-23 21:01:34 +07:00
views Drop fixed authorization 2021-07-02 15:20:03 +07:00
web Drop fixed authorization 2021-07-02 15:20:03 +07:00
.gitignore No longer include metarrhiza 2021-05-25 12:35:41 +05: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 Remove unused flags 2021-07-02 01:52:44 +07:00
go.mod Make the toolbar have ++ and __ 2021-06-30 16:47:48 +05:00
go.sum Make the toolbar have ++ and __ 2021-06-30 16:47:48 +05:00
LICENSE Change the license to AGPL 2021-03-29 16:13:52 +05:00
main.go Bump the version 2021-07-01 19:22:39 +07:00
Makefile Remove unneeded flags from Makefile 2021-06-29 21:12:46 +07:00
README.md Update README.md 2021-07-02 12:39:22 +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 using 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 a Telegram chat for development discussions. 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.