From 900d96728c41254809f35f3427b54a46aaa07534 Mon Sep 17 00:00:00 2001 From: Fla Date: Mon, 16 Jan 2017 23:02:25 +0100 Subject: [PATCH] Add a link to the source code Not obvious to know that the code is hosted at https://github.com/diaspora/diaspora_federation from the doc ;) --- docs/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/index.md b/docs/index.md index 61a420e..e6edcd5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,5 +17,14 @@ This document specifies the future protocol for diaspora. diaspora\* release 0.6 [entities][entities] with this protocol, but still sends entities with an older protocol. Starting with diaspora\* release X this protocol is fully supported. +## Implementations + +An implementation of this protocol is available as a Ruby Gem under the AGPL [on Github][github]. This is the library used by the diaspora* project. + +The [Friendica][friendica] project also has [its implementation in PHP][phpimplementation]. + [communication]: https://wiki.diasporafoundation.org/How_we_communicate [entities]: {{ site.baseurl }}/entities/ +[github]: https://github.com/diaspora/diaspora_federation +[friendica]: https://github.com/friendica/friendica +[phpimplementation]: https://github.com/friendica/friendica/blob/master/include/diaspora.php