1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-02-07 22:50:11 +00:00
mycorrhiza/README.md

47 lines
2.5 KiB
Markdown
Raw Normal View History

2021-07-02 01:52:59 +07:00
# 🍄 Mycorrhiza Wiki
2021-11-10 18:43:20 +07:00
2021-10-27 13:54:29 +07:00
**Mycorrhiza Wiki** is a lightweight file-system wiki engine that uses Git for keeping history. [Main wiki](https://mycorrhiza.wiki)
2022-06-03 21:06:00 +03:00
<img src="https://mycorrhiza.wiki/binary/release/1.10/screenshot" alt="A screenshot of mycorrhiza.wiki's home page in the Safari browser" width="700">
2021-08-11 12:41:53 +07:00
2022-02-23 23:18:32 +07:00
2020-10-03 22:05:10 +05:00
## Features
2020-07-19 20:00:44 +05:00
2021-08-11 12:41:53 +07:00
* **No database required.** Everything is stored in plain files. It makes installation super easy, and you can modify the content directly by yourself.
2022-04-03 17:58:48 +07:00
* **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.
2021-11-10 18:43:20 +07:00
* **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.
2022-04-03 17:58:48 +07:00
* **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.
2021-07-02 01:52:59 +07:00
* **Keyboard-driven navigation.** Press `?` to see the list of shortcuts.
2022-04-03 17:58:48 +07:00
* **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.
2022-08-02 14:33:16 +05:00
* **Interwiki support.**
2021-07-02 01:52:59 +07:00
2022-04-03 17:58:48 +07:00
[transclude]: https://mycorrhiza.wiki/hypha/feature/transclusion
2022-02-23 23:18:32 +07:00
[Mycomarkup]: https://mycorrhiza.wiki/help/en/mycomarkup
[Git]: https://mycorrhiza.wiki/hypha/integration/git
2022-05-31 16:41:29 +03:00
[authorization]: https://mycorrhiza.wiki/hypha/authorization
2022-02-23 23:18:32 +07:00
[Telegram]: https://mycorrhiza.wiki/help/en/telegram
2022-04-03 17:58:48 +07:00
[Open Graph]: https://mycorrhiza.wiki/hypha/opengraph
2022-02-23 23:18:32 +07:00
2021-08-11 12:41:53 +07:00
Compare Mycorrhiza Wiki with other engines on [WikiMatrix](https://www.wikimatrix.org/show/mycorrhiza).
2022-02-23 23:18:32 +07:00
## Installing
2022-05-31 16:41:29 +03:00
See [the deployment guide](https://mycorrhiza.wiki/hypha/deployment) on the wiki.
2022-02-23 23:18:32 +07:00
2021-07-02 01:52:59 +07:00
## Contributing
* [SourceHut](https://sr.ht/~bouncepaw/mycorrhiza)
2022-04-03 17:58:48 +07:00
* [GitHub](https://github.com/bouncepaw/mycorrhiza)
2022-02-23 23:18:32 +07:00
* [#mycorrhiza on irc.libera.chat](irc://irc.libera.chat/#mycorrhiza)
* [@mycorrhizadev (Russian) in Telegram](https://t.me/mycorrhizadev)
2022-04-03 17:58:48 +07:00
If you want to contribute with code, open a pull request on GitHub or send a patch to the [mailing list](https://lists.sr.ht/~bouncepaw/mycorrhiza-devel).
If you want to report an issue, open an issue on GitHub or contact us directly.
2021-11-10 18:43:20 +07:00
2022-02-23 23:18:32 +07:00
Consider supporting the development on [Boosty](https://boosty.to/bouncepaw).