merge with plugins
This commit is contained in:
parent
b2fa484bb3
commit
a214ab12c7
12 changed files with 579 additions and 12 deletions
17
docs/plugins.md
Normal file
17
docs/plugins.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
#Plugins
|
||||
|
||||
Toxygen is the first [Tox](https://tox.chat/) client with plugins support. Plugin is Python module and directory with plugin's data which provide some additional functionality.
|
||||
|
||||
#How to write plugin
|
||||
|
||||
Check [Plugin API](/docs/plugin_api.md) for more info
|
||||
|
||||
#How to install plugin
|
||||
|
||||
1. Put plugin and directory with it's data into /src/plugins/
|
||||
2. Restart Toxygen
|
||||
|
||||
#Plugins list
|
||||
|
||||
WARNING: It is unsecure to install plugin not from this list!
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue