bump version of every applications to 0.2

This commit is contained in:
Romain Bignon 2010-09-25 07:39:40 +02:00
commit 71f18ce7f6
33 changed files with 33 additions and 33 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -118,7 +118,7 @@ class Player():
class Videoob(ReplApplication): class Videoob(ReplApplication):
APPNAME = 'videoob' APPNAME = 'videoob'
VERSION = '0.1' VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon, John Obbele' COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon, John Obbele'
CAPS = ICapVideo CAPS = ICapVideo

View file

@ -372,7 +372,7 @@ class MyCmd(Cmd):
class VideoobRepl(ConsoleApplication): class VideoobRepl(ConsoleApplication):
APPNAME = 'videoob-repl' APPNAME = 'videoob-repl'
VERSION = '0.1' VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 John Obbele' COPYRIGHT = 'Copyright(C) 2010 John Obbele'
def add_application_options(self, group): def add_application_options(self, group):

View file

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

View file

@ -26,7 +26,7 @@ __all__ = ['WeboobCli']
class WeboobCli(ReplApplication): class WeboobCli(ReplApplication):
APPNAME = 'weboob-cli' APPNAME = 'weboob-cli'
VERSION = '0.1' VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
def load_default_backends(self): def load_default_backends(self):

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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