1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-04 18:19:54 +00:00
Wiki engine fork.
Go to file
dependabot[bot] 7b0aec0a2e Bump golang.org/x/text from 0.3.7 to 0.3.8
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 11:08:40 +03:00
.github/workflows Update release.yaml 2022-06-05 20:45:00 +03:00
admin add 'reader' group 2022-09-18 14:01:28 +03:00
auth add a list of readers to user-list page 2022-09-18 14:01:28 +03:00
backlinks Move Mycomarkup to SourceHut 2022-08-22 01:52:10 +05:00
categories Implement category autocomplete 2023-02-18 23:04:52 +03:00
cfg Remove mentions of the sibling hyphae sidebar 2022-08-06 13:49:01 +05:00
files Add default favicon.ico file (#162) 2022-08-22 13:31:17 +05:00
help Change the version to 1.14 2022-12-10 13:41:57 +03:00
history Fix primitive diff not working at all 2023-01-03 00:43:29 +05:00
hyphae Fix hyphaNamePattern regexp 2022-08-21 16:19:37 +03:00
hypview Search: Add go to hypha section 2022-12-09 18:27:47 +03:00
interwiki Move Mycomarkup to SourceHut 2022-08-22 01:52:10 +05:00
l18n Capitalize Mycomarkup 2022-12-09 18:11:56 +03:00
migration go fmt 2022-09-14 10:39:37 +03:00
mimetype Make mimetype.FromExtension case-insensitive 2022-02-20 12:28:33 +03:00
misc Title search: Fix <title> in Russian locale 2023-01-03 00:47:14 +05:00
mycoopts Move Mycomarkup to SourceHut 2022-08-22 01:52:10 +05:00
shroom Rename: Leave transclusion on redirection hyphae 2022-12-09 18:43:38 +03:00
static Implement category autocomplete 2023-02-18 23:04:52 +03:00
tree Tree: Drop the sibling sidebar 2022-08-06 13:45:10 +05:00
user add 'reader' group 2022-09-18 14:01:28 +03:00
util Validate the revision hash on /rev{,-text}/ pages 2022-11-14 23:31:22 +03:00
version Change version package API 2022-09-14 10:38:36 +03:00
viewutil Refactor shortcuts 2022-08-21 18:01:57 +03:00
web Validate the revision hash on /rev{,-text}/ pages 2022-11-14 23:31:22 +03:00
.dockerignore ignore .git folder when building image 2022-08-24 12:22:50 +03:00
.gitignore Remove config.mk from .gitignore 2022-08-19 18:36:35 +03:00
.mailmap Add a .mailmap 2022-02-01 20:47:32 +07:00
Boilerplate.md Fix typos in Boilerplate.md 2022-08-07 01:07:52 +05:00
Dockerfile add health check for image 2022-08-24 12:22:50 +03:00
flag.go Change version package API 2022-09-14 10:38:36 +03:00
go.mod Bump golang.org/x/text from 0.3.7 to 0.3.8 2023-02-23 11:08:40 +03:00
go.sum Bump golang.org/x/text from 0.3.7 to 0.3.8 2023-02-23 11:08:40 +03: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 go fmt 2022-09-14 10:39:37 +03:00
Makefile Get version from the help 2022-09-14 03:18:02 +03:00
README.md README: Mention interwiki 2022-08-02 14:33:16 +05: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, forming a tight network of hypertext pages.
  • Hyphae are authored in Mycomarkup, a markup language that's designed to be unambigious yet easy to use.
  • Categories let you organize hyphae without any hierarchy restrictions, with all the benefits of a category system.
  • Nesting of hyphae is also supported if you like hierarchies.
  • 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. Both plain username-password pairs and Telegram's login widget are supported.
  • Open Graph support. The most relevant info about a hypha is made available through OG meta tags for consumption by other software.
  • Interwiki support.

Compare Mycorrhiza Wiki with other engines on WikiMatrix.

Installing

See the deployment guide on the wiki.

Contributing

If you want to contribute with code, open a pull request on GitHub or send a patch to the mailing list. If you want to report an issue, open an issue on GitHub or contact us directly.

Consider supporting the development on Boosty.