aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-07 14:52:37 +1100
committerredmatrix <redmatrix@redmatrix.me>2015-11-07 14:52:37 +1100
commit81544538032500c05a14fc90902e2930b1c4b03a (patch)
tree603f70444fde1bcc7e3c8dacf557bb083d6fc6c5 /doc
parentb29fe50f7031a536dd3b9f788444f3cf8d43a531 (diff)
parentcce46722d8029e5ac135c2c408d10f898460a92d (diff)
downloadvolse-hubzilla-81544538032500c05a14fc90902e2930b1c4b03a.tar.gz
volse-hubzilla-81544538032500c05a14fc90902e2930b1c4b03a.tar.bz2
volse-hubzilla-81544538032500c05a14fc90902e2930b1c4b03a.zip
Merge pull request #130 from kenrestivo/link-from-human
Human docs > Computer-generated Docs
Diffstat (limited to 'doc')
-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'.