aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-28 18:10:04 -0800
committerfriendica <info@friendica.com>2013-11-28 18:10:04 -0800
commiteae33275840495d27717f95f9647cf96c1c1d6cd (patch)
tree37a52f14099de5e306b728fa266665882b920b8a /include/zot.php
parent8e0d3c2d6f2c4e23eacb62203b8a754db20cfb8c (diff)
downloadvolse-hubzilla-eae33275840495d27717f95f9647cf96c1c1d6cd.tar.gz
volse-hubzilla-eae33275840495d27717f95f9647cf96c1c1d6cd.tar.bz2
volse-hubzilla-eae33275840495d27717f95f9647cf96c1c1d6cd.zip
item store hooks
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index 57c3d3601..725dc58e3 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -4,6 +4,15 @@ require_once('include/crypto.php');
require_once('include/items.php');
/**
+ * Red implementation of zot protocol.
+ *
+ * https://github.com/friendica/red/wiki/zot
+ * https://github.com/friendica/red/wiki/Zot---A-High-Level-Overview
+ *
+ */
+
+
+/**
*
* @function zot_new_uid($channel_nick)
*