Update website URL and e-mail address
This commit is contained in:
parent
d56ffcda7f
commit
53f83892d3
26 changed files with 31 additions and 28 deletions
4
README
4
README
|
@ -32,7 +32,7 @@
|
|||
* python (>= 2.5) with sqlite3 support
|
||||
* python-gtk2 (>= 2.12)
|
||||
* python-feedparser
|
||||
* python-mygpoclient (>= 1.4; http://thpinfo.com/2010/mygpoclient/)
|
||||
* python-mygpoclient (>= 1.4; http://thp.io/2010/mygpoclient/)
|
||||
* python-dbus (optional, but highly recommended)
|
||||
|
||||
If your Python installation does not come with "sqlite3" support,
|
||||
|
@ -146,5 +146,5 @@
|
|||
IRC Channel: #gpodder on FreeNode (irc.freenode.net)
|
||||
|
||||
Have fun with gPodder!
|
||||
Thomas Perl <thpinfo.com>
|
||||
Thomas Perl <thp.io>
|
||||
|
||||
|
|
|
@ -627,7 +627,7 @@
|
|||
rdf:resource="http://www.gnu.org/licenses/gpl.html#v3" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title>Thomas Perl <thp@thpinfo.com></dc:title>
|
||||
<dc:title>Thomas Perl <thp@gpodder.org></dc:title>
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:title>gPodder podcast cover art</dc:title>
|
||||
|
|
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 147 KiB |
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
# Wrapper to crop videos to 16:10 widescreen using MPlayer
|
||||
# Thomas Perl <thpinfo.com>; 2009-09-10
|
||||
# Thomas Perl <thp@gpodder.org>; 2009-09-10
|
||||
|
||||
import re
|
||||
import sys
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is distributed under the same license as the gPodder package.
|
||||
# Thomas Perl <thp@thpinfo.com>, 2009.
|
||||
# Thomas Perl <thp@gpodder.org>, 2009.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
|
|
@ -9,8 +9,8 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2010-10-05 19:58+0200\n"
|
||||
"PO-Revision-Date: 2010-05-23 18:41+0100\n"
|
||||
"Last-Translator: Thomas Perl <thp@thpinfo.com>\n"
|
||||
"Language-Team: gPodder Team <thp@perli.net>\n"
|
||||
"Last-Translator: Thomas Perl <thp@gpodder.org>\n"
|
||||
"Language-Team: gPodder Team <gpodder-devel@lists.berlios.de>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# Usage: gpodder_mark_played.py /path/to/episode.mp3
|
||||
# (the gPodder GUI has to be running)
|
||||
#
|
||||
# Thomas Perl <thpinfo.com>; 2009-09-09
|
||||
# Thomas Perl <thp@gpodder.org>; 2009-09-09
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
#
|
||||
# gtk-builder-clean.py - Remove unnecessary properties in GtkBuilder UI files
|
||||
# Thomas Perl <thpinfo.com>; 2009-05-08
|
||||
# Thomas Perl <thp.io/about>; 2009-05-08
|
||||
#
|
||||
# Tries to instanciate GObjects defined in the GtkBuilder .ui file in order to
|
||||
# get their default properties and then tries to compare the values defined in
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Clean-up GtkBuilder UI Interface Description (after conversion from Glade)
|
||||
Thomas Perl <thpinfo.com>, 2009-05-08
|
||||
Thomas Perl <thp.io/about>, 2009-05-08
|
||||
|
||||
Usage: xsltproc gtk-builder-clean.xslt <interfacefile.ui>
|
||||
-->
|
||||
|
|
|
@ -2,5 +2,5 @@ These scripts are used to compile a list of icons and repack the
|
|||
contents of the gnome-icon-theme and GTK+ stock icons into a new
|
||||
icon theme that can be distributed with gPodder for Maemo.
|
||||
|
||||
Thomas Perl <thpinfo.com/about>; Sun, 06 Sep 2009 22:58:47 +0200
|
||||
Thomas Perl <thp.io/about>; Sun, 06 Sep 2009 22:58:47 +0200
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Adds shortcuts to your Gnome menu to run and update
|
||||
# the local Git checkout if the user wants to have it
|
||||
# 2009-04-27 Thomas Perl <thpinfo.com>
|
||||
# 2009-04-27 Thomas Perl <thp.io/about>
|
||||
|
||||
DESKTOPFILE=~/.local/share/applications/gpodder-git-version.desktop
|
||||
DESKTOPFILE_UPDATER=~/.local/share/applications/gpodder-git-update.desktop
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
# Simple script to test gPodder's "pill" pixbuf implementation
|
||||
# Thomas Perl <thpinfo.com>; 2009-09-13
|
||||
# Thomas Perl <thp.io/about>; 2009-09-13
|
||||
|
||||
import sys
|
||||
sys.path.insert(0, 'src')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
# A graphical way to "git pull" from the repository
|
||||
# 2009-04-27 Thomas Perl <thpinfo.com>
|
||||
# 2009-04-27 Thomas Perl <thp.io/about>
|
||||
|
||||
import gtk
|
||||
import gobject
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
/**
|
||||
* gPodder Launcher for Win32
|
||||
* Set up environment variables and start the Python Interpreter
|
||||
* Thomas Perl <thpinfo.com>; 2009-04-29
|
||||
* Thomas Perl <thp@gpodder.org>; 2009-04-29
|
||||
**/
|
||||
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#
|
||||
# Makefile for building the Win32 Launcher for gPodder
|
||||
# Thomas Perl <thpinfo.com>; 2009-04-29
|
||||
# Thomas Perl <thp@gpodder.org>; 2009-04-29
|
||||
#
|
||||
|
||||
CC=gcc
|
||||
|
|
|
@ -46,7 +46,7 @@ try:
|
|||
except ImportError:
|
||||
print """
|
||||
Error: Module "mygpoclient" not found. Please install "python-mygpoclient"
|
||||
or download it from http://thpinfo.com/2010/mygpoclient/
|
||||
or download it from http://thp.io/2010/mygpoclient/
|
||||
"""
|
||||
sys.exit(1)
|
||||
del mygpoclient
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#
|
||||
# Generic feed fetching module for aggregators
|
||||
# Thomas Perl <thpinfo.com>; 2009-06-11
|
||||
# Thomas Perl <thp@gpodder.org>; 2009-06-11
|
||||
#
|
||||
|
||||
import feedparser
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
|
||||
# gpodder.gtkui.desktop.sync - Glue code between GTK+ UI and sync module
|
||||
# Thomas Perl <thpinfo.com>; 2009-09-05 (based on code from gui.py)
|
||||
# Thomas Perl <thp@gpodder.org>; 2009-09-05 (based on code from gui.py)
|
||||
|
||||
import gtk
|
||||
import threading
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
|
||||
# Python implementation of HeAboutDialog from hildon-extras
|
||||
# Copyright (c) 2010-04-11 Thomas Perl <thp@thpinfo.com>
|
||||
# Copyright (c) 2010-04-11 Thomas Perl <thp.io/about>
|
||||
|
||||
import hildon
|
||||
import gtk
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
|
||||
# gpodder.gtkui.mygpodder- UI code for gpodder.net settings
|
||||
# Thomas Perl <thpinfo.com>; 2010-01-19
|
||||
# Thomas Perl <thp@gpodder.org>; 2010-01-19
|
||||
|
||||
import threading
|
||||
|
||||
|
|
|
@ -3855,7 +3855,7 @@ class gPodder(BuilderWidget, dbus.service.Object):
|
|||
# items to the about dialog (credits and logo)
|
||||
app_authors = [
|
||||
_('Maintainer:'),
|
||||
'Thomas Perl <thpinfo.com>',
|
||||
'Thomas Perl <thp.io>',
|
||||
]
|
||||
|
||||
if os.path.exists(gpodder.credits_file):
|
||||
|
|
|
@ -25,7 +25,7 @@ This is only used for the Win32 version of gPodder
|
|||
and will set up the environment to find all files
|
||||
and then start up the gPodder GUI.
|
||||
|
||||
Thomas Perl <thpinfo.com>; 2009-05-09
|
||||
Thomas Perl <thp@gpodder.org>; 2009-05-09
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
|
|
@ -22,7 +22,10 @@
|
|||
# Thomas Perl, 2010-01-28
|
||||
|
||||
# based on: "ORM wie eine Kirchenmaus - a very poor ORM implementation
|
||||
# by thp, 2009-11-29 (thpinfo.com/about)"
|
||||
# by thp, 2009-11-29 (thp.io/about)"
|
||||
|
||||
# This module is also available separately at:
|
||||
# http://thp.io/2010/minidb/
|
||||
|
||||
|
||||
# For Python 2.5, we need to request the "with" statement
|
||||
|
|
|
@ -49,7 +49,7 @@ if not hasattr(mygpoclient, 'require_version') or \
|
|||
not mygpoclient.require_version(MYGPOCLIENT_REQUIRED):
|
||||
print >>sys.stderr, """
|
||||
Please upgrade your mygpoclient library.
|
||||
See http://thpinfo.com/2010/mygpoclient/
|
||||
See http://thp.io/2010/mygpoclient/
|
||||
|
||||
Required version: %s
|
||||
Installed version: %s
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
# gPodder Qt demo app in 100 lines of Python (line width < 80)
|
||||
# Thomas Perl <thpinfo.com>; 2010-01-15
|
||||
# Thomas Perl <thp@gpodder.org>; 2010-01-15
|
||||
|
||||
from PySide.QtGui import *
|
||||
from PySide.QtCore import *
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
|
||||
# Soundcloud.com API client module for gPodder
|
||||
# Thomas Perl <thpinfo.com>; 2009-11-03
|
||||
# Thomas Perl <thp@gpodder.org>; 2009-11-03
|
||||
|
||||
import gpodder
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
|
||||
# XSPF playlist parser module for gPodder
|
||||
# Thomas Perl <thpinfo.com>; 2010-08-07
|
||||
# Thomas Perl <thp@gpodder.org>; 2010-08-07
|
||||
|
||||
|
||||
# Currently, this is restricted to FM4 On Demand content, as the XSPF parser
|
||||
|
|
Loading…
Reference in a new issue