Update installation docs
[mygpo.git] / doc / dev / index.rst
bloba2e29a07885a4897db33eb78b11f41e25b0a9a61
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://bugs.gpodder.org/enter_bug.cgi?product=gpodder.net>`_.
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 <http://wiki.gpodder.org/wiki/Web_Services/Libraries>`_.
19 There are already `several clients for different platforms
20 <http://wiki.gpodder.org/wiki/Web_Services/Clients>`_ which can be used as
21 examples.
23 Contents
24 --------
26 .. toctree::
27     :maxdepth: 1
29     installation
30     postgres-setup
31     libraries
32     configuration