aboutsummaryrefslogtreecommitdiffstats
path: root/addon/README
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2010-12-31 10:14:24 +0100
committerroot <root@diekershoff.homeunix.net>2010-12-31 10:14:24 +0100
commit31d447126aefbe1bdb14ed5a4a6b7d84845e9f29 (patch)
tree6178b09318e914e5743bc5687aad7b6dac0dc8b7 /addon/README
parented6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf (diff)
parentca83d24c0253a769f3e55c312dfd3bcd5fa7dfc7 (diff)
downloadvolse-hubzilla-31d447126aefbe1bdb14ed5a4a6b7d84845e9f29.tar.gz
volse-hubzilla-31d447126aefbe1bdb14ed5a4a6b7d84845e9f29.tar.bz2
volse-hubzilla-31d447126aefbe1bdb14ed5a4a6b7d84845e9f29.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'addon/README')
-rw-r--r--addon/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/addon/README b/addon/README
index 451b6ed72..0264e6b24 100644
--- a/addon/README
+++ b/addon/README
@@ -107,6 +107,16 @@ Current hooks:
'contacts' => contact array of entries
'output' => the (string) generated HTML of the contact block
+'bbcode' - called during conversion of bbcode to html
+ $b is (string) converted text
+
+'html2bbcode' - called during conversion of html to bbcode (e.g. remote message posting)
+ $b is (string) converted text
+
+
+'page_header' - called after building the page navigation section
+ $b is (string) HTML of nav region
+
*** = subject to change