Go to file
Thomas Perl 349609ae97 only require help2man when really needed.
use tepache from doc/dev instead of relying on user's path settings.


git-svn-id: svn://svn.berlios.de/gpodder@31 b0d088ad-0a06-0410-aad2-9ed5178a7e87
2006-02-05 07:47:11 +00:00
bin Downloaded episodes tab and everything for the "0.5" release - yay! 2006-02-04 17:29:17 +00:00
data Downloaded episodes tab and everything for the "0.5" release - yay! 2006-02-04 17:29:17 +00:00
doc only require help2man when really needed. 2006-02-05 07:47:11 +00:00
src/gpodder only require help2man when really needed. 2006-02-05 07:47:11 +00:00
AUTHORS initial import 2005-11-21 18:21:25 +00:00
ChangeLog Downloaded episodes tab and everything for the "0.5" release - yay! 2006-02-04 17:29:17 +00:00
COPYING initial import 2005-11-21 18:21:25 +00:00
INSTALL Downloaded episodes tab and everything for the "0.5" release - yay! 2006-02-04 17:29:17 +00:00
Makefile only require help2man when really needed. 2006-02-05 07:47:11 +00:00
MANIFEST.in initial import 2005-11-21 18:21:25 +00:00
README only require help2man when really needed. 2006-02-05 07:47:11 +00:00
setup.py initial import 2005-11-21 18:21:25 +00:00
TODO Downloaded episodes tab and everything for the "0.5" release - yay! 2006-02-04 17:29:17 +00:00






                                                      
                        |'\     |   |         /''\   |'''
                        |./    .|  .|         |  |   |__
                    /'\ |  /\ / | / | /| |'   |  |      |
                    \_/ |  \/ \_| \_| \_ |    \../ o .__/
                   \_/  http://perli.net/projekte/gpodder/

           - -- == === ================================= === == -- -


 gPodder 0.5 README
 ==================
 Copyright (c) 2005-2006 Thomas Perl <thp@perli.net>
 Version 0.5 released on 04.02.2006 under the GNU GPL
 This version includes a patch from 05.02.2006.




 ============================
 1) What's new in version 0.6
 ============================

 Please see the gPodder homepage for most recent information.
 
 Highlights of this release include:
  * Object-oriented code
  * Lightweight dependencies
  * Improved user interface (GUI)
  * Displaying titles instead of URLs
  * Simultaneous downloads (in a new download list!)
  * XML-based local database
  * Real parsing of RSS files now ("the XML way")
  * New features and new bugs - included!

 ===============
 2) Dependencies
 ===============

 Debian/Ubuntu users can install the dependencies with:
 
   apt-get install python python-glade2 python-gtk2 wget

 Other users: Please install the above packages somehow ;)
 If you want to install gPodder from source, you have to 
 get the following packages:
 
   apt-get install help2man
 
 =====================
 3) How to run/install
 =====================

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

   tar xzvf gpodder-0.5.tar.gz
   cd gpodder-0.5/
 
 After that you can start gPodder 0.5 by starting it with the following 
 command:

   make test
 
 If this works out, close gPodder again and install it system-wide:

   sudo make install

 This will install gPodder in standard locations. After the installation 
 routine (hopefully) finished successfully, you might run gPodder from 
 any path on your machine by simply typing:

   gpodder

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

 =============
 4) How to use
 =============

 gPodder was designed with usability in mind. Saying that gPodder is 
 self-explaining saves me from writing long documentation. Watch out 
 for the gPodder website. If you need more information, please mail 
 our gPodder mailing list :)

 =============
 5) Known bugs
 =============

 No known bug so far. Please mail the mailing list or the author directly 
 to report bugs - we'll try to fix them in the next release :) Thanks!

 =========================================
 6) Feature requests, bug reports, patches
 =========================================

 Feel free to mail me about feature requests, bug reports, patches or nearly
 anything that comes to your mind relating gPodder:

   Author's eMail:         thp@perli.net
   gPodder homepage:       http://perli.net/projekte/gpodder/
   gPodder mailing list:   gpodder-devel@berlios.de


           And last but not least... have fun with gPodder :)

                                    -- Thomas Perl, February 04th 2006