Fix #180: Added a documentation area for third-party projects

This commit is contained in:
Eliot Berriot 2018-04-26 12:02:05 +02:00
parent 9f975490da
commit 3e233cbb98
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1 @@
Added a documentation area for third-party projects (#180)

View File

@ -17,6 +17,7 @@ Funkwhale is a self-hosted, modern free and open-source music server, heavily in
importing-music importing-music
federation federation
upgrading upgrading
third-party
changelog changelog
Indices and tables Indices and tables

17
docs/third-party.rst Normal file
View File

@ -0,0 +1,17 @@
Third party projects
====================
This page lists all known projects that are maintained by third-parties
and integrate or relates to Funkwhale.
.. note::
If you want your project to be added or removed from this page,
please open an issue on our issue tracker.
API Clients
-----------
- `libfunkwhale <https://github.com/BaptisteGelez/libfunkwhale>`_: a Funkwhale API written in Vala
- `Funkwhale-javalib <https://github.com/PhieF/FunkWhale-javalib>`_: a Funkwhale API client written in Java