
Welcome to the gPodder manual!
==============================

This manual will give you an overview on how to use gPodder to download
podcasts. It will also allow interested developers to find out how to
modify the gPodder source code to add new features.

.. toctree::
   :maxdepth: 2

A small code sample
===================

::

    gpodder = gpodder.init()
    if not gpodder.check_version('0.16.0'):
        print 'Sorry!'
        sys.exit(1)

    podcasts = gpodder.get_podcast_list()


*************************
Some other things we have
*************************

.. function::
    blubb(x=10)
    blubb(y, z=None)

    Return a line from the user


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

