No description
Find a file
Thomas Perl 1c3a0a5db4 gPodder 0.10.3 "A Stop at Willoughby" released
git-svn-id: svn://svn.berlios.de/gpodder/trunk@494 b0d088ad-0a06-0410-aad2-9ed5178a7e87
2007-12-13 07:39:38 +00:00
bin gPodder 0.10.3 "A Stop at Willoughby" released 2007-12-13 07:39:38 +00:00
data gPodder 0.10.3 "A Stop at Willoughby" released 2007-12-13 07:39:38 +00:00
doc gPodder 0.10.3 "A Stop at Willoughby" released 2007-12-13 07:39:38 +00:00
src/gpodder Link the gPodder Documentation Wiki from the help pages 2007-12-13 07:05:25 +00:00
AUTHORS updated patch writers list 2007-03-18 18:32:00 +00:00
ChangeLog gPodder 0.10.3 "A Stop at Willoughby" released 2007-12-13 07:39:38 +00:00
COPYING Upgrade gPodder to GPLv3 2007-08-29 18:30:26 +00:00
INSTALL 0.9.0 release preparation 2006-12-29 15:52:52 +00:00
Makefile Upgrade gPodder to GPLv3 2007-08-29 18:30:26 +00:00
MANIFEST.in Remove TODO file from MANIFEST.in 2007-12-12 20:40:00 +00:00
README gPodder 0.10.3 "A Stop at Willoughby" released 2007-12-13 07:39:38 +00:00
setup.py Added Galician translation from Teo Ramirez 2007-12-06 08:17:20 +00:00

                               _
                              | \      |   |
                           _  |_/ _   _|  _|  _   _
                          / \ |  / \ / | / | /_| |
                          \_/ |  \_/ \_| \_| \_  |
                         ._/ http://gpodder.berlios.de/

           - -- == === ================================= === == -- -
              Copyright (c) 2005-2007 Thomas Perl <thp@perli.net>

 ==========================
 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.4)
   * python-gtk2 (minimum 2.6, but >= 2.12 recommended)
   * python-glade2
 
 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 "Update tags after download":
 
   * python-eyed3 (for updating MP3 files)
   * vorbis-tools (for updating OGG files)

 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 direct BitTorrent download support:

   * gnome-btdownload

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

 ============
 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.10.3.tar.gz
   cd gpodder-0.10.3/
   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 should be added to the Wiki.
 Bug reports should be sent to the gpodder-devel mailing list.
 Patches should also be sent to the mailing list.
 For everything else, please have a look into the Wiki.

   Homepage:       http://gpodder.berlios.de/
   Wiki:           http://gpodderwiki.jottit.com/
   Mailing List:   gpodder-devel@berlios.de
   IRC Channel:    #gpodder on FreeNode (irc.freenode.net)

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