mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-01 22:18:40 +00:00
Inital mkdocs for deluge
This commit is contained in:
parent
5f20e0aa66
commit
c911c6c532
108 changed files with 6665 additions and 0 deletions
5
docs/development/hooks.md
Normal file
5
docs/development/hooks.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
Instead of using the current plugin system it has been proposed that we use hooks instead. Hooks can be executed in a few ways:
|
||||
|
||||
* in-process hooks written in python
|
||||
* executables stored on the filesystem, run once per hook fire
|
||||
* long-running processes than communicate with the daemon
|
Loading…
Add table
Add a link
Reference in a new issue