1
0
Fork 0

Merge pull request #2977 from rabuzarus/20161128_-_help_page_polishing

Add protocol docu to the help docs
This commit is contained in:
Michael Vogel 2016-11-29 19:38:31 +01:00 committed by GitHub
commit efb2df41ba
15 changed files with 507 additions and 46 deletions

View file

@ -3,7 +3,8 @@
* @file include/dfrn.php
* @brief The implementation of the dfrn protocol
*
* https://github.com/friendica/friendica/wiki/Protocol
* @see https://github.com/friendica/friendica/wiki/Protocol and
* https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf
*/
require_once("include/Contact.php");