From a024ba0037a7967f200742acf2abbeef03895c1c Mon Sep 17 00:00:00 2001 From: bouncepaw Date: Fri, 27 Nov 2020 23:27:50 +0500 Subject: [PATCH] Edit README.md --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 14235e4..82876c6 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,6 @@ # 🍄 MycorrhizaWiki 0.11 A wiki engine. -Features planned for this release: -* [ ] Authorization - * [x] User groups: `anon`, `editor`, `trusted`, `moderator`, `admin` - * [ ] Login page - * [ ] Rights -* [ ] Mycomarkup improvements - * [x] Strike-through syntax - * [x] Formatting in headings - * [ ] Fix empty line codeblock bug #26 - * [ ] `img{}` improvements - * [ ] ... - ## Building ```sh git clone --recurse-submodules https://github.com/bouncepaw/mycorrhiza @@ -27,6 +15,8 @@ make ``` mycorrhiza [OPTIONS...] WIKI_PATH +WIKI_PATH must be a path to git repository which you want to be a wiki. + Options: -auth-method string What auth method to use. Variants: "none", "fixed" (default "none") @@ -57,6 +47,7 @@ Options: * Hyphae can be deleted (while still preserving history) * Hyphae can be renamed (recursive renaming of subhyphae is also supported) * Light on resources: I run a home wiki on this engine 24/7 at an [Orange π Lite](http://www.orangepi.org/orangepilite/). +* Authorization with pre-set credentials ## Contributing Help is always needed. We have a [tg chat](https://t.me/mycorrhizadev) where some development is coordinated. Feel free to open an issue or contact me.