doc: Shorten content & improve display
This commit is contained in:
parent
754ed0f898
commit
2fae0eb496
1 changed files with 35 additions and 25 deletions
56
README.md
56
README.md
|
@ -10,43 +10,46 @@ Note: _musala_ means _work, occupation_ [in Lingala](https://dic.lingala.be/fr/m
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
Task sources:
|
Multiple task sources & destinations:
|
||||||
|
|
||||||
* :heavy_check_mark: __Trello__
|
* :heavy_check_mark: __Trello__
|
||||||
* :x: Nextcloud Deck (not yet) - [API Reference](https://github.com/nextcloud/deck/blob/master/docs/API.md)
|
* :x: Nextcloud Deck (not yet)
|
||||||
* :x: Wekan (not yet) - [API Reference](https://github.com/wekan/wekan/wiki/REST-API)
|
/ Wekan (not yet)
|
||||||
* :x: Gitea / Forgejo (not yet)
|
/ Gitea / Forgejo (not yet)
|
||||||
* :x: Libreboard (not yet)
|
/ Libreboard (not yet)
|
||||||
* :x: Github Projects (not yet)
|
/ Github Projects (not yet)
|
||||||
|
|
||||||
Source selection
|
Board Data selection:
|
||||||
|
|
||||||
* :heavy_check_mark: __All of them__
|
* :heavy_check_mark: __All boards__
|
||||||
* :heavy_check_mark: __Favorited boards__
|
/ __Favorited boards__
|
||||||
* :heavy_check_mark: __Only selected ones__
|
/ __Only selected ones__
|
||||||
|
|
||||||
Actions
|
Task actions:
|
||||||
|
|
||||||
* :heavy_check_mark: __List tasks__
|
* :heavy_check_mark: __List tasks__
|
||||||
* :x: Create task
|
* :x: Create task
|
||||||
* :x: Read task
|
/ Read task
|
||||||
* :x: Update task
|
/ Update task
|
||||||
* :x: Remove task
|
/ Remove task
|
||||||
|
|
||||||
Delivery via:
|
Delivery via:
|
||||||
|
|
||||||
* :heavy_check_mark: __E-mail__
|
* :heavy_check_mark: __E-mail__
|
||||||
* :x: Terminal
|
* :x: Terminal
|
||||||
* :x: Telegram
|
/ Webhook
|
||||||
* :x: Slack
|
/ UnifiedPush
|
||||||
* :x: SMS
|
/ Telegram
|
||||||
* :x: Whatsapp
|
/ Slack
|
||||||
* :x: IRC
|
/ SMS
|
||||||
|
/ Whatsapp
|
||||||
|
/ IRC
|
||||||
|
|
||||||
User interface for account configuration
|
UI for task management:
|
||||||
|
|
||||||
* :heavy_check_mark: Command line + environment variables
|
* :heavy_check_mark: Simple CLI + environment variables
|
||||||
* :x: Web app
|
* :x: Composable CLI + environment variables
|
||||||
|
/ Web UI
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -54,7 +57,11 @@ User interface for account configuration
|
||||||
|
|
||||||
Make sure you have Go installed, then type:
|
Make sure you have Go installed, then type:
|
||||||
|
|
||||||
$ go install github.com/glenux/musala/...
|
$ go install github.com/glenux/musala/...@master
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$ go install code.apps.glenux.net/glenux/musala/...@master
|
||||||
|
|
||||||
It will install Musala Mail binary in `$GOPATH/bin`
|
It will install Musala Mail binary in `$GOPATH/bin`
|
||||||
|
|
||||||
|
@ -149,4 +156,7 @@ Musala is Copyright © 2018-2021 Glenn ROLLAND. It is free software, and may be
|
||||||
Following projects may also inspire you:
|
Following projects may also inspire you:
|
||||||
|
|
||||||
* [72nd/deck-cli](https://github.com/72nd/deck-cli): a command-line tool for interacting with Nextcloud's Deck Plugin by using it's API
|
* [72nd/deck-cli](https://github.com/72nd/deck-cli): a command-line tool for interacting with Nextcloud's Deck Plugin by using it's API
|
||||||
|
* [Nextcloud API Reference](https://github.com/nextcloud/deck/blob/master/docs/API.md)
|
||||||
|
* [Wekan API Reference](https://github.com/wekan/wekan/wiki/REST-API)
|
||||||
|
* [Gitea API Usage](https://docs.gitea.io/en-us/api-usage/) and [Gitea API Reference](https://try.gitea.io/api/swagger)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue