diff options
author | 2012-03-06 13:36:39 +0100 | |
---|---|---|
committer | 2012-03-06 13:36:39 +0100 | |
commit | 4df2b77fdf42046fe19bd371be7c7255986b5980 (patch) | |
tree | 2a7227a0d22e03dc2c085514eaab36a7e5e612c4 /docs/plugins | |
parent | ssl fix (diff) | |
download | pyload-4df2b77fdf42046fe19bd371be7c7255986b5980.tar.xz |
renamed hooks to addons, new filemanager and database, many new api methods
you will loose ALL your LINKS, webinterface will NOT work
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/addon_plugin.rst (renamed from docs/plugins/hook_plugin.rst) | 4 | ||||
-rwxr-xr-x | docs/plugins/overview.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/plugins/hook_plugin.rst b/docs/plugins/addon_plugin.rst index be1097057..57c7e4a96 100644 --- a/docs/plugins/hook_plugin.rst +++ b/docs/plugins/addon_plugin.rst @@ -1,6 +1,6 @@ -.. _write_hooks: +.. _write_addons: -Hook - Do whatever you want +Addon - Add new functionality ============================= A Hook is a python file which is located at :file:`module/plugins/hooks`. diff --git a/docs/plugins/overview.rst b/docs/plugins/overview.rst index 0388db7e2..70db5ac90 100755 --- a/docs/plugins/overview.rst +++ b/docs/plugins/overview.rst @@ -25,7 +25,7 @@ A class diagram visualizing the relationship can be find below [1]_ crypter_plugin.rst hoster_plugin.rst account_plugin.rst - hook_plugin.rst + addon_plugin.rst |