1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 13:30:26 +00:00

Update README.md

This commit is contained in:
handlerug 2021-08-11 12:41:53 +07:00
parent 80cd146e3d
commit e660d2f1dd

View File

@ -1,14 +1,14 @@
# 🍄 Mycorrhiza Wiki # 🍄 Mycorrhiza Wiki
<img src="https://mycorrhiza.wiki/binary/release/1.3/screenshot" alt="A screenshot of Mycorrhiza Wiki's home page in the Safari browser" width="600">
**Mycorrhiza Wiki** is a filesystem-backed wiki engine that uses Git for <img src="https://mycorrhiza.wiki/binary/release/1.3/screenshot" alt="A screenshot of mycorrhiza.wiki's home page in the Safari browser" width="600">
keeping history.
**Mycorrhiza Wiki** is a lightweight file-system wiki engine that uses Git for keeping history.
[👉 Main wiki](https://mycorrhiza.wiki) [👉 Main wiki](https://mycorrhiza.wiki)
## Features ## Features
* **No database required.** Everything is stored as simple files. It makes installation super easy, and you can modify the content directly. * **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][feature-hypha] is a unit of content such as a picture, video or a text article. Hyphae can [transclude][feature-transclusion] and link each other resulting in a tight network of hypertext pages. * **Everything is hyphae.** A [hypha][feature-hypha] is a unit of content such as a picture, video or a text article. Hyphae can [transclude][feature-transclusion] and link each other resulting in a tight network of hypertext pages.
* **Hyphae are authored in [Mycomarkup][mycomarkup],** a custom markup language that's designed to be unambigious and easy to use. * **Hyphae are authored in [Mycomarkup][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. * **Nesting of hyphae** is supported. A tree of related hyphae is shown on every page.
@ -16,21 +16,13 @@ keeping history.
* **Keyboard-driven navigation.** Press `?` to see the list of shortcuts. * **Keyboard-driven navigation.** Press `?` to see the list of shortcuts.
* **Support for [authorization][feature-authorization].** * **Support for [authorization][feature-authorization].**
* **[Opengraph][standard-og] support.** * **[Opengraph][standard-og] support.**
* **Optional [Telegram][telegram] integraion.** * **Optional [Telegram][telegram] authentication.**
[feature-hypha]: https://mycorrhiza.wiki/hypha/feature/hypha Compare Mycorrhiza Wiki with other engines on [WikiMatrix](https://www.wikimatrix.org/show/mycorrhiza).
[feature-transclusion]: https://mycorrhiza.wiki/hypha/feature/transclusion
[feature-authorization]: https://mycorrhiza.wiki/hypha/feature/authorization
[mycomarkup]: https://mycorrhiza.wiki/help/en/mycomarkup
[integration-git]: https://mycorrhiza.wiki/hypha/integration/git
[standard-og]: https://mycorrhiza.wiki/hypha/standard/opengraph
[telegram]: https://mycorrhiza.wiki/help/en/telegram
## Installing ## Installing
See [the deployment guide][deployment] on the wiki. See [the deployment guide][https://mycorrhiza.wiki/hypha/guide/deployment] on the wiki.
[deployment]: https://mycorrhiza.wiki/hypha/guide/deployment
## Contributing ## Contributing
@ -41,13 +33,22 @@ development. You can also sponsor the maintainer of Mycorrhiza,
you can either open a pull request on GitHub or send a patch to the [mailing you can either open a pull request on GitHub or send a patch to the [mailing
list][mlist]. Feel free to open an issue on GitHub or contact us directly. list][mlist]. 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][kanban] or on the [roadmap page][roadmap].
[feature-hypha]: https://mycorrhiza.wiki/hypha/feature/hypha
[feature-transclusion]: https://mycorrhiza.wiki/hypha/feature/transclusion
[feature-authorization]: https://mycorrhiza.wiki/hypha/feature/authorization
[mycomarkup]: https://mycorrhiza.wiki/help/en/mycomarkup
[integration-git]: https://mycorrhiza.wiki/hypha/integration/git
[standard-og]: https://mycorrhiza.wiki/hypha/standard/opengraph
[telegram]: https://mycorrhiza.wiki/help/en/telegram
[irc]: irc://irc.libera.chat/#mycorrhiza [irc]: irc://irc.libera.chat/#mycorrhiza
[tg]: https://t.me/mycorrhizadev [tg]: https://t.me/mycorrhizadev
[bp]: https://github.com/bouncepaw [bp]: https://github.com/bouncepaw
[bp-donate]: https://boosty.to/bouncepaw [bp-donate]: https://boosty.to/bouncepaw
[mlist]: https://lists.sr.ht/~handlerug/mycorrhiza-devel [mlist]: https://lists.sr.ht/~handlerug/mycorrhiza-devel
[kanban]: https://github.com/bouncepaw/mycorrhiza/projects/1
You can view the list of planned features on [our GitHub project kanban [roadmap]: https://mycorrhiza.wiki/hypha/release/roadmap
board](https://github.com/bouncepaw/mycorrhiza/projects/1).
Compare Mycorrhiza Wiki with other engines on [WikiMatrix](https://www.wikimatrix.org/show/mycorrhiza).