gPodder 0.14.0 "A Short Drink From a Certain Fountain"

Updated README, version, release date, manpage.

Refreshed translations.

Updated German translation.
This commit is contained in:
Thomas Perl 2008-12-11 15:21:51 +01:00
parent 0871f74011
commit b0c768ba7a
15 changed files with 7283 additions and 5866 deletions

14
README
View File

@ -1,9 +1,8 @@
_
| \ | |
_ |_/ _ _| _| _ _
/ \ | / \ / | / | /_| |
_ | \ _| _| _
/ \ |_// \ / | / | /_| |`
\_/ | \_/ \_| \_| \_ |
._/ http://www.gpodder.org/
._/ http://gpodder.org/
- -- == === ================================= === == -- -
Copyright 2005-2008 Thomas Perl and the gPodder Team
@ -30,11 +29,10 @@
Dependencies
============
* python (>= 2.4)
* python (>= 2.5)
* python-gtk2 (minimum 2.6, but >= 2.12 recommended)
* python-glade2
* python-feedparser
* python-pysqlite2 (already included in Python 2.5, but needed for 2.4)
Additional dependencies for iPod synchronization support:
@ -81,8 +79,8 @@
Extract the tar archive somewhere into your home directory and cd into
the directory where you extracted it, for example:
tar xzvf gpodder-0.13.0.tar.gz
cd gpodder-0.13.0/
tar xzvf gpodder-0.14.0.tar.gz
cd gpodder-0.14.0/
make install
If you have any problems, please visit the gPodder website or mail the

View File

@ -30,8 +30,8 @@ or played back on the user's desktop.
# PLEASE DO NOT CHANGE FORMAT OF __version__ LINE (setup.py reads this)
__author__ = "Thomas Perl <thp@perli.net>"
__version__ = "0.13.9"
__date__ = "2008-10-06"
__version__ = "0.14.0"
__date__ = "2008-12-11"
__copyright__ = "Copyright (c) 2005-2008 %s. All rights reserved." % __author__
__licence__ = "GPL"
@ -111,7 +111,7 @@ def main( argv = sys.argv):
sys.path = [ os.path.join( prefix, 'src') ] + sys.path
import gpodder
gpodder.user_agent = 'gPodder/%s (+http://gpodder.berlios.de/)' % __version__
gpodder.user_agent = 'gPodder/%s (+http://gpodder.org/)' % __version__
if options.maemo:
gpodder.interface = gpodder.MAEMO

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH GPODDER "1" "October 2008" "gpodder 0.13.0" "User Commands"
.TH GPODDER "1" "December 2008" "gpodder 0.14.0" "User Commands"
.SH NAME
gpodder \- A Media aggregator and Podcast catcher
.SH SYNOPSIS