diff options
-rw-r--r-- | boot.php | 2 | ||||
-rw-r--r-- | zot.txt | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.2.1102' ); +define ( 'FRIENDIKA_VERSION', '2.2.1103' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1087 ); @@ -1,7 +1,7 @@ This is the Zot! social communications protocol. Specification revision: 1 -02 September 2011 +15 September 2011 Mike Macgirvin This specification is public domain. @@ -181,7 +181,7 @@ delivery method for non-encrypted (e.g. public) messages. Discover of the zot endpoint is based on webfinger XRD: -<link rel="http://purl.org/zot/1.0/post" +<Link rel="http://purl.org/zot/1.0/post" href="http://example/org/zot-endpoint" /> |