The gPodder User Manual
=======================

This manual will show you how to really use gPodder to its fullest. Enjoy!

.. toctree::
   :maxdepth: 2

   something

Wicked or not?
**************

Yep, it is wicked. Some more code:::

    import gtk
    w = gtk.Window()
    w.show_all()
    gtk.main()

