capitalise Link
This commit is contained in:
parent
44d70a238f
commit
93c235a912
2 changed files with 3 additions and 3 deletions
2
boot.php
2
boot.php
|
@ -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 );
|
||||
|
||||
|
|
4
zot.txt
4
zot.txt
|
@ -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" />
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue