diff options
author | redmatrix <git@macgirvin.com> | 2016-05-08 19:12:52 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-08 19:12:52 -0700 |
commit | 2a14c7112834d4127f78ce177534045efe3c34a1 (patch) | |
tree | d622f1e7ffca9286b61d4fcc1a39903221b0fb4a /doc | |
parent | 5ac262bd610097b0e756003c39bc9fad4df7c321 (diff) | |
download | volse-hubzilla-2a14c7112834d4127f78ce177534045efe3c34a1.tar.gz volse-hubzilla-2a14c7112834d4127f78ce177534045efe3c34a1.tar.bz2 volse-hubzilla-2a14c7112834d4127f78ce177534045efe3c34a1.zip |
convert media embed functions that deal with rewriting specific corporate services to addon hooks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hooklist.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/hooklist.bb b/doc/hooklist.bb index 9331873b4..bb1bffcf0 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -70,6 +70,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/bbcode]bbcode[/zrl] Called when converting bbcode to HTML +[zrl=[baseurl]/help/hook/bb_translate_video]bb_translate_video[/zrl] + Called when extracting embedded services from bbcode video elements (rarely used) + [zrl=[baseurl]/help/hook/channel_remove]channel_remove[/zrl] Called when removing a channel @@ -242,8 +245,11 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/hostxrd]hostxrd[/zrl] Called when generating .well-known/hosts-meta for "old webfinger" (used by Diaspora protocol) +[zrl=[baseurl]/help/hook/html2bb_video]html2bb_video[/zrl] + Called when using the html2bbcode translation to handle embedded media + [zrl=[baseurl]/help/hook/html2bbcode]html2bbcode[/zrl] - Called when using the html2bbcode tranlsation + Called when using the html2bbcode translation [zrl=[baseurl]/help/hook/identity_basic_export]identity_basic_export[/zrl] Called when exporting a channel's basic information for backup or transfer |