Fix i18n bugs for Windows version (bug 650)
[gpodder.git] / README
blob92663426de841a9fcb8a51ee8a4ba601ad9c6076
1                                _
2                            _  | \ _   _|  _|  _   _
3                           / \ |_// \ / | / | /_| |
4                           \_/ |  \_/ \_| \_| \_  |
5                          ._/      http://gpodder.org/
7            - -- == === ================================= === == -- -
8              Copyright  2005-2009 Thomas Perl and the gPodder Team
10  ==========================
11  License (see COPYING file)
12  ==========================
14  gPodder is free software; you can redistribute it and/or modify
15  it under the terms of the GNU General Public License as published by
16  the Free Software Foundation; either version 3 of the License, or
17  (at your option) any later version.
19  gPodder is distributed in the hope that it will be useful,
20  but WITHOUT ANY WARRANTY; without even the implied warranty of
21  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  GNU General Public License for more details.
24  You should have received a copy of the GNU General Public License
25  along with this program.  If not, see <http://www.gnu.org/licenses/>.
28  ============
29  Dependencies
30  ============
32    * python (>= 2.5)
33    * python-gtk2 (>= 2.12)
34    * python-feedparser
35    * python-dbus (optional, but highly recommended)
37  Additional dependencies for iPod synchronization support:
39    * One of the following metadata libraries:
40      - python-pymad (preferred; MAD MP3 decoder Python bindings)
41      - python-eyed3 (alternative to pymad; eyeD3 Python bindings)
42    * python-gpod (libgpod's Python bindings)
43    * mplayer (OPTIONAL; if you want video podcast length detection)
45  Additional dependencies for MTP-based device synchronization support:
47    * python-pymtp (libmtp's Python bindings; nick125.com/projects/pymtp)
49  Additional dependencies for converting OGGs to MP3s on iPod sync:
51    * oggdec (for decoding OGG files)
52    * lame (for encoding MP3 files)
54  Additional dependencies if you want Bluetooth file send support:
56    * gnome-obex-send OR bluetooth-sendto
58  Additional dependencies if you want Rockbox Cover Art syncing:
60    * python-imaging (Python Imaging Library, PIL)
62  Additional dependencies for gtkhtml2 episode shownotes:
64    * python-gtkhtml2
66  Additional dependencies for gPodder on Windows:
68    * PyWin32 (http://sourceforge.net/projects/pywin32/)
70  Additional dependencies for the Soundcloud plug-in:
72    * Python >= 2.6 (as this includes the "json" module) OR
73    * Python < 2.6 with the "simplejson" module (Debian: python-simplejson)
75  Additional dependencies if you want to install from source:
77    * help2man
78    * python-dev
79    * intltool
81  Dependencies for running unittest/doctests ("make unittest"):
83    * python-minimock
84    * python-coverage (optional; recommended)
86  ============
87  Installation
88  ============
90  Extract the tar archive somewhere into your home directory and cd into 
91  the directory where you extracted it, for example:
93    tar xzvf gpodder-2.0.tar.gz
94    cd gpodder-2.0/
95    make install
97  If you have any problems, please visit the gPodder website or mail the 
98  gPodder mailing list (see below for more information).
100  =========================================
101  Feature requests, bug reports and patches
102  =========================================
104  Feature requests, bug report and patches should all be filed in our
105  Bugzilla at http://bugs.gpodder.org - for general discussion and questions,
106  please send a message to gpodder-devel (this is a subscriber-only list, so
107  you have to subscribe first before sending mail there).
109  For up to date information about gPodder, see the website and Wiki.
111    Homepage:       http://gpodder.org/
112    Wiki:           http://wiki.gpodder.org/
113    Bugzilla:       http://bugs.gpodder.org/
115    FAQs:           http://wiki.gpodder.org/wiki/FAQs
116    Mailing List:   gpodder-devel@berlios.de
117    IRC Channel:    #gpodder on FreeNode (irc.freenode.net)
119  Have fun with gPodder!
120  Thomas Perl <thpinfo.com>