diff --git a/changes/changelog.d/180.doc b/changes/changelog.d/180.doc new file mode 100644 index 0000000000000000000000000000000000000000..ee79f3e3f96dcdf1cc9915e48895ebf1858bcee0 --- /dev/null +++ b/changes/changelog.d/180.doc @@ -0,0 +1 @@ +Added a documentation area for third-party projects (#180) diff --git a/docs/index.rst b/docs/index.rst index 82dcf8c88d475ddf53cea25133ca80c4c4feae2d..a48b8353c77d88c414ed87e8a7f4f777cc109c24 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,7 @@ Funkwhale is a self-hosted, modern free and open-source music server, heavily in importing-music federation upgrading + third-party changelog Indices and tables diff --git a/docs/third-party.rst b/docs/third-party.rst new file mode 100644 index 0000000000000000000000000000000000000000..0335f8c71e754c317027e5ff10d1b50ccd76736c --- /dev/null +++ b/docs/third-party.rst @@ -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