aboutsummaryrefslogtreecommitdiffstats
path: root/addon/README
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2011-01-02 10:35:52 +0100
committerroot <root@diekershoff.homeunix.net>2011-01-02 10:35:52 +0100
commit0b4a6f8eaca0d1396e7e944cd4735a573bd1d111 (patch)
treed2f8907a7e23fed86dba1e7e49ef11547b904fdf /addon/README
parente024360d44c666072b0b5e7a035cef1e00a043ee (diff)
parentbe3cfe8b65031103b195854e0770ed6b3f57d9a1 (diff)
downloadvolse-hubzilla-0b4a6f8eaca0d1396e7e944cd4735a573bd1d111.tar.gz
volse-hubzilla-0b4a6f8eaca0d1396e7e944cd4735a573bd1d111.tar.bz2
volse-hubzilla-0b4a6f8eaca0d1396e7e944cd4735a573bd1d111.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'addon/README')
-rw-r--r--addon/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/addon/README b/addon/README
index 0264e6b24..83407d6a1 100644
--- a/addon/README
+++ b/addon/README
@@ -118,6 +118,12 @@ Current hooks:
$b is (string) HTML of nav region
+'personal_xrd' - called prior to output of personal XRD file.
+ $b is an array
+ 'user' => the user record for the person
+ 'xml' => the complete XML to be output
+
+
*** = subject to change