bump version of backends and applications to 0.3

This commit is contained in:
Romain Bignon 2010-10-11 10:31:44 +02:00
commit c959feacac
36 changed files with 36 additions and 36 deletions

View file

@ -135,7 +135,7 @@ if not options.qt:
setup(
name='weboob',
version='0.2',
version='0.3',
description='Weboob, Web Out Of Browsers - development version',
author='Romain Bignon',
author_email='weboob@weboob.org',

View file

@ -26,7 +26,7 @@ __all__ = ['Boobank']
class Boobank(ReplApplication):
APPNAME = 'boobank'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon, Christophe Benz'
CAPS = ICapBank

View file

@ -28,7 +28,7 @@ __all__ = ['Chatoob']
class Chatoob(ReplApplication):
APPNAME = 'chatoob'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
CAPS = ICapChat

View file

@ -27,7 +27,7 @@ __all__ = ['Geolooc']
class Geolooc(ReplApplication):
APPNAME = 'geolooc'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapGeolocIp

View file

@ -31,7 +31,7 @@ __all__ = ['HaveSex']
class HaveSex(ReplApplication):
APPNAME = 'havesex'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
STORAGE_FILENAME = 'dating.storage'
CONFIG = {'optimizations': ''}

View file

@ -229,7 +229,7 @@ class MasstransitHildon():
class Masstransit(BaseApplication):
"Application Class"
APPNAME = 'masstransit'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Julien Hébert'
def main(self, argv):

View file

@ -77,7 +77,7 @@ class MonboobScheduler(Scheduler):
class Monboob(ReplApplication):
APPNAME = 'monboob'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CONFIG = {'interval': 15,
'domain': 'weboob.example.org',

View file

@ -23,7 +23,7 @@ from .main_window import MainWindow
class QBoobMsg(QtApplication):
APPNAME = 'qboobmsg'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
def main(self, argv):

View file

@ -23,7 +23,7 @@ from .main_window import MainWindow
class QHaveSex(QtApplication):
APPNAME = 'qhavesex'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
STORAGE_FILENAME = 'dating.storage'

View file

@ -23,7 +23,7 @@ from .main_window import MainWindow
class QVideoob(QtApplication):
APPNAME = 'qvideoob'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CONFIG = {'settings': {'nsfw': 1,
'sfw': 1,

View file

@ -23,7 +23,7 @@ from weboob.tools.application.qt import BackendCfg, QtApplication
class QWeboobCfg(QtApplication):
APPNAME = 'qweboobcfg'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
def main(self, argv):

View file

@ -27,7 +27,7 @@ __all__ = ['Traveloob']
class Traveloob(ReplApplication):
APPNAME = 'traveloob'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapTravel

View file

@ -26,7 +26,7 @@ __all__ = ['Videoob']
class Videoob(ReplApplication):
APPNAME = 'videoob'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon, John Obbele'
CAPS = ICapVideo

View file

@ -29,7 +29,7 @@ __all__ = ['WeboobCfg']
class WeboobCfg(ReplApplication):
APPNAME = 'weboob-config'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon'
def load_default_backends(self):

View file

@ -26,7 +26,7 @@ __all__ = ['WeboobCli']
class WeboobCli(ReplApplication):
APPNAME = 'weboob-cli'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n'
SYNOPSIS += ' %prog [--help] [--version]'

View file

@ -23,7 +23,7 @@ from weboob.tools.application.repl import ReplApplication
class WeboobDebug(ReplApplication):
APPNAME = 'weboobdebug'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
def load_default_backends(self):

View file

@ -28,7 +28,7 @@ __all__ = ['Weboorrents']
class Weboorrents(ReplApplication):
APPNAME = 'weboorrents'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapTorrent

View file

@ -28,7 +28,7 @@ __all__ = ['WetBoobs']
class WetBoobs(ReplApplication):
APPNAME = 'wetboobs'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapWeather

View file

@ -32,7 +32,7 @@ class ArteBackend(BaseBackend, ICapVideo):
NAME = 'arte'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
DESCRIPTION = 'Arte french TV'
LICENSE = 'GPLv3'
CONFIG = {'lang': BaseBackend.ConfigField(default='fr', description='Lang of videos', choices=['fr', 'de', 'en']),

View file

@ -43,7 +43,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
NAME = 'aum'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
LICENSE = 'GPLv3'
DESCRIPTION = u"“Adopte un mec” french dating website"
CONFIG = {'username': BaseBackend.ConfigField(description='Username on website'),

View file

@ -29,7 +29,7 @@ class BNPorcBackend(BaseBackend, ICapBank):
NAME = 'bnporc'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
LICENSE = 'GPLv3'
DESCRIPTION = 'BNP Paribas french bank\' website'
CONFIG = {'login': BaseBackend.ConfigField(description='Account ID'),

View file

@ -26,7 +26,7 @@ class BPBackend(BaseBackend, ICapBank):
NAME = 'bp'
MAINTAINER = 'Nicolas Duhamel'
EMAIL = 'nicolas@jombi.fr'
VERSION = '0.2'
VERSION = '0.3'
LICENSE = 'GPLv3'
DESCRIPTION = u'La banque postale, French bank'
CONFIG = {'login': BaseBackend.ConfigField(description='Account ID'),

View file

@ -28,7 +28,7 @@ class CanalTPBackend(BaseBackend, ICapTravel):
NAME = 'canaltp'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
LICENSE = 'GPLv3'
DESCRIPTION = "French trains"
BROWSER = CanalTP

View file

@ -26,7 +26,7 @@ class CragrBackend(BaseBackend, ICapBank):
NAME = 'cragr'
MAINTAINER = 'Laurent Bachelier'
EMAIL = 'laurent@bachelier.name'
VERSION = '0.2'
VERSION = '0.3'
DESCRIPTION = 'Credit Agricole french bank\'s website'
LICENSE = 'GPLv3'
CONFIG = {'login': BaseBackend.ConfigField(description='Account ID'),

View file

@ -31,7 +31,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost):
NAME = 'dlfp'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
LICENSE = 'GPLv3'
DESCRIPTION = "Da Linux French Page"
CONFIG = {'username': BaseBackend.ConfigField(description='Username on website', regexp='.+'),

View file

@ -33,7 +33,7 @@ class FourChanBackend(BaseBackend, ICapMessages):
NAME = 'fourchan'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
LICENSE = 'GPLv3'
DESCRIPTION = "4chan website"
CONFIG = {'boards': BaseBackend.ConfigField(description='Boards'),

View file

@ -28,7 +28,7 @@ class GazelleBackend(BaseBackend, ICapTorrent):
NAME = 'gazelle'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
DESCRIPTION = 'gazelle bittorrent tracker'
LICENSE = 'GPLv3'
CONFIG = {'username': BaseBackend.ConfigField(description='Username on website'),

View file

@ -30,7 +30,7 @@ class GeolocIpBackend(BaseBackend, ICapGeolocIp):
NAME = 'geolocip'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
LICENSE = 'GPLv3'
DESCRIPTION = u"IP Adresses geolocalisation"
CONFIG = {'email': BaseBackend.ConfigField(description='Username on website'),

View file

@ -32,7 +32,7 @@ class InaBackend(BaseBackend, ICapVideo):
NAME = 'ina'
MAINTAINER = 'Christophe Benz'
EMAIL = 'christophe.benz@gmail.com'
VERSION = '0.2'
VERSION = '0.3'
DESCRIPTION = 'INA french video archives'
LICENSE = 'GPLv3'
BROWSER = InaBrowser

View file

@ -29,7 +29,7 @@ class LCLBackend(BaseBackend, ICapBank):
NAME = 'lcl'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
DESCRIPTION = 'Le Credit Lyonnais crappy french bank'
LICENSE = 'GPLv3'
CONFIG = {'login': BaseBackend.ConfigField(description='Account ID'),

View file

@ -31,7 +31,7 @@ class OuiFMBackend(BaseBackend, ICapRadio):
NAME = 'ouifm'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
DESCRIPTION = u'The Ouï FM french radio'
LICENSE = 'GPLv3'
BROWSER = OuiFMBrowser

View file

@ -26,7 +26,7 @@ class TransilienBackend(BaseBackend, ICapTravel):
NAME = 'transilien'
MAINTAINER = u'Julien Hébert'
EMAIL = 'juke@free.fr'
VERSION = '0.2'
VERSION = '0.3'
LICENSE = 'GPLv3'
DESCRIPTION = "Transports in Paris"
BROWSER = Transilien

View file

@ -33,7 +33,7 @@ class YahooBackend(BaseBackend, ICapWeather):
NAME = 'yahoo'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
DESCRIPTION = 'Yahoo'
LICENSE = 'GPLv3'
WEATHER_URL = 'http://weather.yahooapis.com/forecastrss?w=%s&u=%s'

View file

@ -32,7 +32,7 @@ class YoujizzBackend(BaseBackend, ICapVideo):
NAME = 'youjizz'
MAINTAINER = 'Roger Philibert'
EMAIL = 'roger.philibert@gmail.com'
VERSION = '0.2'
VERSION = '0.3'
DESCRIPTION = 'Youjizz videos website'
LICENSE = 'GPLv3'
BROWSER = YoujizzBrowser

View file

@ -32,7 +32,7 @@ class YoupornBackend(BaseBackend, ICapVideo):
NAME = 'youporn'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
VERSION = '0.2'
VERSION = '0.3'
DESCRIPTION = 'Youporn videos website'
LICENSE = 'GPLv3'
BROWSER = YoupornBrowser

View file

@ -40,7 +40,7 @@ class YoutubeBackend(BaseBackend, ICapVideo):
NAME = 'youtube'
MAINTAINER = 'Christophe Benz'
EMAIL = 'christophe.benz@gmail.com'
VERSION = '0.2'
VERSION = '0.3'
DESCRIPTION = 'Youtube videos website'
LICENSE = 'GPLv3'
BROWSER = YoutubeBrowser