Inital mkdocs for deluge

This commit is contained in:
Calum Lind 2024-06-23 16:30:49 +01:00 committed by Calum Lind
commit c911c6c532
No known key found for this signature in database
GPG key ID: 90597A687B836BA3
108 changed files with 6665 additions and 0 deletions

View 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