Merge pull request #793 from gpodder/remove-advertise
[mygpo.git] / doc / dev / index.rst
blobd148bc9de0126381ba3af39c1cafad1d1fc61e10
1 Developer Documentation
2 =======================
4 Documentation in this section is intended for anyone who wants to contribute to
5 gpodder.net
7 The sourcecode of the webservice gpodder.net is released as open source under
8 the `AGPLv3 <http://www.gnu.org/licenses/agpl-3.0.html>`_ and `hosted at GitHub
9 <https://github.com/gpodder/mygpo>`_. Bugs can be reported at the `gPodder
10 Bugtracker <https://github.com/gpodder/mygpo/issues>`_.
12 Integrating Clients
13 -------------------
15 If you want to integrate gpodder.net in some podcasting client, you might want
16 to use one of the existing `client libraries
17 <https://gpoddernet.readthedocs.io/en/latest/dev/libraries.html>`_.
19 There are already `several clients for different platforms
20 <https://gpoddernet.readthedocs.io/en/latest/user/clients.html>`_ which can be used as
21 examples.
23 Contents
24 --------
26 .. toctree::
27     :maxdepth: 1
29     installation
30     postgres-setup
31     libraries
32     configuration
33     jupyter-notebook
34     translate