No description
Find a file
Thomas Perl 320ee901ed Tray icon support only for the Desktop version
We have to re-implement a proper tray icon for
Maemo that works better than what we currently have.
2009-09-04 20:17:33 +02:00
bin Move UI files that differ between Maemo and Desktop 2009-09-02 00:05:51 +02:00
data Tray icon support only for the Desktop version 2009-09-04 20:17:33 +02:00
doc Split shownotes dialog code (Desktop+Maemo) 2009-09-02 15:57:09 +02:00
src/gpodder Tray icon support only for the Desktop version 2009-09-04 20:17:33 +02:00
COPYING Upgrade gPodder to GPLv3 2007-08-29 18:30:26 +00:00
INSTALL Sat, 29 Mar 2008 17:13:26 +0100 <thp@perli.net> 2008-03-29 16:16:55 +00:00
Makefile Always use python2.5 for the Maemo test target 2009-09-04 19:11:21 +02:00
MANIFEST.in Remove TODO file from MANIFEST.in 2007-12-12 20:40:00 +00:00
README gPodder 0.17.0 "Orientation" released 2009-07-27 14:15:36 +02:00
setup.py New module: gpodder.gtkui.desktop (GTK+ UI) 2009-09-02 03:08:56 +02:00

                               _
                           _  | \ _   _|  _|  _   _
                          / \ |_// \ / | / | /_| |
                          \_/ |  \_/ \_| \_| \_  |
                         ._/      http://gpodder.org/

           - -- == === ================================= === == -- -
             Copyright  2005-2009 Thomas Perl and the gPodder Team

 ==========================
 License (see COPYING file)
 ==========================

 gPodder is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.

 gPodder is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.


 ============
 Dependencies
 ============

   * python (>= 2.5)
   * python-gtk2 (>= 2.12)
   * python-feedparser
   * python-dbus (optional, but highly recommended)
 
 Additional dependencies for iPod synchronization support:

   * One of the following metadata libraries:
     - python-pymad (preferred; MAD MP3 decoder Python bindings)
     - python-eyed3 (alternative to pymad; eyeD3 Python bindings)
   * python-gpod (libgpod's Python bindings)
   * mplayer (OPTIONAL; if you want video podcast length detection)

 Additional dependencies for MTP-based device synchronization support:

   * python-pymtp (libmtp's Python bindings; nick125.com/projects/pymtp)

 Additional dependencies for converting OGGs to MP3s on iPod sync:
 
   * oggdec (for decoding OGG files)
   * lame (for encoding MP3 files)

 Additional dependencies if you want Bluetooth file send support:

   * gnome-obex-send OR bluetooth-sendto

 Additional dependencies if you want Rockbox Cover Art syncing:

   * python-imaging (Python Imaging Library, PIL)

 Additional dependencies for gtkhtml2 episode shownotes:

   * python-gtkhtml2

 Additional dependencies for gPodder on Windows:

   * PyWin32 (http://sourceforge.net/projects/pywin32/)

 Additional dependencies if you want to install from source:
 
   * help2man
   * python-dev
   * intltool

 Dependencies for running unittest/doctests ("make unittest"):

   * python-minimock
   * python-coverage (optional; recommended)

 ============
 Installation
 ============

 Extract the tar archive somewhere into your home directory and cd into 
 the directory where you extracted it, for example:

   tar xzvf gpodder-0.17.0.tar.gz
   cd gpodder-0.17.0/
   make install

 If you have any problems, please visit the gPodder website or mail the 
 gPodder mailing list (see below for more information).

 =========================================
 Feature requests, bug reports and patches
 =========================================

 Feature requests, bug report and patches should all be filed in our
 Bugzilla at http://bugs.gpodder.org - for general discussion and questions,
 please send a message to gpodder-devel (this is a subscriber-only list, so
 you have to subscribe first before sending mail there).

 For up to date information about gPodder, see the website and Wiki.

   Homepage:       http://gpodder.org/
   Wiki:           http://wiki.gpodder.org/
   Bugzilla:       http://bugs.gpodder.org/

   FAQs:           http://wiki.gpodder.org/wiki/FAQs
   Mailing List:   gpodder-devel@berlios.de
   IRC Channel:    #gpodder on FreeNode (irc.freenode.net)

 Have fun with gPodder!
 Thomas Perl <thpinfo.com>