mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
feat: Start a list with know bots
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
aac9db86e5
commit
a22fdaed3d
3 changed files with 32 additions and 0 deletions
31
docs/bot-list.md
Normal file
31
docs/bot-list.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# List of available bots
|
||||
|
||||
If you want to write your own bot or webhook, please see the
|
||||
[Bots and Webhooks developer documentation](bots.md). Afterwards send a pull
|
||||
request against the [docs/bot-list.md](https://github.com/nextcloud/spreed/blob/master/docs/bot-list.md)
|
||||
to add your bot to the list, using the following template:
|
||||
|
||||
```markdown
|
||||
## Name of the bot
|
||||
|
||||
Useful, but short description, best to keep it to 1-3 lines of text.
|
||||
|
||||

|
||||
|
||||
* License: Identifier of the license (See https://spdx.org/licenses/)
|
||||
* [Link to source code](https://github.com/nextcloud/call_summary_bot)
|
||||
* [Link to installation documentation](https://github.com/nextcloud/call_summary_bot#readme)
|
||||
```
|
||||
|
||||
Here you can find a brief overview of known bots that allows administration to
|
||||
easily discover your bot and install it on their Nextcloud server.
|
||||
|
||||
## Call summary
|
||||
|
||||
The call summary bot posts an overview message after the call listing all participants and outlining tasks.
|
||||
|
||||

|
||||
|
||||
* License: AGPL-3.0-or-later
|
||||
* [Link to source code](https://github.com/nextcloud/call_summary_bot)
|
||||
* [Link to installation documentation](https://github.com/nextcloud/call_summary_bot#readme)
|
||||
BIN
docs/botscreenshots/call-summary.png
Normal file
BIN
docs/botscreenshots/call-summary.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
|
|
@ -24,6 +24,7 @@ nav:
|
|||
- 'Scalability': 'scalability.md'
|
||||
- 'Call experience': 'call-experience.md'
|
||||
- 'Occ commands': 'occ.md'
|
||||
- 'Bots': 'bot-list.md'
|
||||
- 'Commands (deprecated)': 'commands.md'
|
||||
- 'Matterbridge integration': 'matterbridge.md'
|
||||
- 'Developer documentation':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue