mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-07-04 10:42:50 +00:00
Edit README.md
This commit is contained in:
parent
c984790d3d
commit
a024ba0037
15
README.md
15
README.md
@ -1,18 +1,6 @@
|
|||||||
# 🍄 MycorrhizaWiki 0.11
|
# 🍄 MycorrhizaWiki 0.11
|
||||||
A wiki engine.
|
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
|
## Building
|
||||||
```sh
|
```sh
|
||||||
git clone --recurse-submodules https://github.com/bouncepaw/mycorrhiza
|
git clone --recurse-submodules https://github.com/bouncepaw/mycorrhiza
|
||||||
@ -27,6 +15,8 @@ make
|
|||||||
```
|
```
|
||||||
mycorrhiza [OPTIONS...] WIKI_PATH
|
mycorrhiza [OPTIONS...] WIKI_PATH
|
||||||
|
|
||||||
|
WIKI_PATH must be a path to git repository which you want to be a wiki.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-auth-method string
|
-auth-method string
|
||||||
What auth method to use. Variants: "none", "fixed" (default "none")
|
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 deleted (while still preserving history)
|
||||||
* Hyphae can be renamed (recursive renaming of subhyphae is also supported)
|
* 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/).
|
* 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
|
## 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user