aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorken restivo <ken@restivo.org>2015-11-06 17:34:03 -0800
committerken restivo <ken@restivo.org>2015-11-06 17:34:52 -0800
commitcce46722d8029e5ac135c2c408d10f898460a92d (patch)
tree2e4d1359e7a87ab005a6ae136bb3269417674686
parent85ae07e7c8d27aa9339fc863513e9e8610cee100 (diff)
downloadvolse-hubzilla-cce46722d8029e5ac135c2c408d10f898460a92d.tar.gz
volse-hubzilla-cce46722d8029e5ac135c2c408d10f898460a92d.tar.bz2
volse-hubzilla-cce46722d8029e5ac135c2c408d10f898460a92d.zip
Human > computer
-rw-r--r--doc/develop.bb1
-rw-r--r--doc/hooklist.bb1
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop.bb b/doc/develop.bb
index 09ea1ee71..6694a839b 100644
--- a/doc/develop.bb
+++ b/doc/develop.bb
@@ -8,7 +8,6 @@
[zrl=[baseurl]/help/Creating-Templates]Creating Comanche Templates[/zrl]
[zrl=[baseurl]/help/Widgets]Widgets[/zrl]
[zrl=[baseurl]/help/plugins]Plugins[/zrl]
-[zrl=[baseurl]/help/hooks]Hooks[/zrl]
[zrl=[baseurl]/help/hooklist]Hooks (detailed - under construction)[/zrl]
[zrl=[baseurl]/help/doco]Contributing Documentation[/zrl]
[zrl=[baseurl]/help/DerivedTheme1]Creating Derivative Themes[/zrl]
diff --git a/doc/hooklist.bb b/doc/hooklist.bb
index 9e0220013..171885851 100644
--- a/doc/hooklist.bb
+++ b/doc/hooklist.bb
@@ -2,6 +2,7 @@
Hooks allow plugins/addons to "hook into" the code at many points and alter the behaviour or otherwise perform independent actions when an activity takes place or when certain data structures are accessed. There are many hooks which allow you to tie into the software at most any point and do something slightly different than the default thing. These hooks are passed two variables. The first is the App structure which contains details about the entire state of the page request as we build the resulting page. The second is unique to the specific hook that is called and provides specific detail about what is happening in the software at the time the hook is invoked.
+[zrl=[baseurl]/help/hooks]Generated index of all hooks and the files which call them[/zrl]
[zrl=[baseurl]/help/hook/module_mod_aftercontent]module_mod_aftercontent[/zrl]
General purpose hook for any module, executed after mod_content(). Replace 'module' with module name, e.g. 'photos_mod_aftercontent'.