bump version of every applications to 0.2
This commit is contained in:
parent
ec45f3c2f0
commit
71f18ce7f6
33 changed files with 33 additions and 33 deletions
|
|
@ -29,7 +29,7 @@ __all__ = ['Boobank']
|
|||
|
||||
class Boobank(ReplApplication):
|
||||
APPNAME = 'boobank'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon, Christophe Benz'
|
||||
CAPS = ICapBank
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['Chatoob']
|
|||
|
||||
class Chatoob(ReplApplication):
|
||||
APPNAME = 'chatoob'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
|
||||
CAPS = ICapChat
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ __all__ = ['Geolooc']
|
|||
|
||||
class Geolooc(ReplApplication):
|
||||
APPNAME = 'geolooc'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CAPS = ICapGeolocIp
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ __all__ = ['HaveSex']
|
|||
|
||||
class HaveSex(ReplApplication):
|
||||
APPNAME = 'havesex'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
STORAGE_FILENAME = 'dating.storage'
|
||||
CONFIG = {'optimizations': ''}
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ class MasstransitHildon():
|
|||
class Masstransit(BaseApplication):
|
||||
"Application Class"
|
||||
APPNAME = 'masstransit'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Julien Hébert'
|
||||
|
||||
def main(self, argv):
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ class MonboobScheduler(Scheduler):
|
|||
|
||||
class Monboob(ReplApplication):
|
||||
APPNAME = 'monboob'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CONFIG = {'interval': 15,
|
||||
'domain': 'weboob.example.org',
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QBoobMsg(QtApplication):
|
||||
APPNAME = 'qboobmsg'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
|
||||
def main(self, argv):
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QHaveSex(QtApplication):
|
||||
APPNAME = 'qhavesex'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
STORAGE_FILENAME = 'dating.storage'
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QVideoob(QtApplication):
|
||||
APPNAME = 'qvideoob'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CONFIG = {'settings': {'nsfw': 1,
|
||||
'sfw': 1,
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ from weboob.tools.application.qt import BackendCfg, QtApplication
|
|||
|
||||
class QWeboobCfg(QtApplication):
|
||||
APPNAME = 'qweboobcfg'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
|
||||
def main(self, argv):
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ __all__ = ['Traveloob']
|
|||
|
||||
class Traveloob(ReplApplication):
|
||||
APPNAME = 'traveloob'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CAPS = ICapTravel
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ class Player():
|
|||
|
||||
class Videoob(ReplApplication):
|
||||
APPNAME = 'videoob'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon, John Obbele'
|
||||
CAPS = ICapVideo
|
||||
|
||||
|
|
|
|||
|
|
@ -372,7 +372,7 @@ class MyCmd(Cmd):
|
|||
|
||||
class VideoobRepl(ConsoleApplication):
|
||||
APPNAME = 'videoob-repl'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 John Obbele'
|
||||
|
||||
def add_application_options(self, group):
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ __all__ = ['WeboobCfg']
|
|||
|
||||
class WeboobCfg(ReplApplication):
|
||||
APPNAME = 'weboob-config'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon'
|
||||
|
||||
def load_default_backends(self):
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ __all__ = ['WeboobCli']
|
|||
|
||||
class WeboobCli(ReplApplication):
|
||||
APPNAME = 'weboob-cli'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
|
||||
def load_default_backends(self):
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ from weboob.tools.application.repl import ReplApplication
|
|||
|
||||
class WeboobDebug(ReplApplication):
|
||||
APPNAME = 'weboobdebug'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
|
||||
|
||||
def load_default_backends(self):
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['Weboorrents']
|
|||
|
||||
class Weboorrents(ReplApplication):
|
||||
APPNAME = 'weboorrents'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CAPS = ICapTorrent
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['WetBoobs']
|
|||
|
||||
class WetBoobs(ReplApplication):
|
||||
APPNAME = 'wetboobs'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CAPS = ICapWeather
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
|
|||
NAME = 'aum'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = u"“Adopte un mec” french dating website"
|
||||
CONFIG = {'username': BaseBackend.ConfigField(description='Username on website'),
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class BNPorcBackend(BaseBackend, ICapBank):
|
|||
NAME = 'bnporc'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = 'BNP Paribas french bank\' website'
|
||||
CONFIG = {'login': BaseBackend.ConfigField(description='Account ID'),
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class BPBackend(BaseBackend, ICapBank):
|
|||
NAME = 'bp'
|
||||
MAINTAINER = 'Nicolas Duhamel'
|
||||
EMAIL = 'nicolas@jombi.fr'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = 'La banque postale, banque française'
|
||||
CONFIG = {'login': BaseBackend.ConfigField(description='Account ID'),
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ class CanalTPBackend(BaseBackend, ICapTravel):
|
|||
NAME = 'canaltp'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = "French trains"
|
||||
BROWSER = CanalTP
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class CragrBackend(BaseBackend, ICapBank):
|
|||
NAME = 'cragr'
|
||||
MAINTAINER = 'Laurent Bachelier'
|
||||
EMAIL = 'laurent@bachelier.name'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
DESCRIPTION = 'Credit Agricole french bank\'s website'
|
||||
LICENSE = 'GPLv3'
|
||||
CONFIG = {'login': BaseBackend.ConfigField(description='Account ID'),
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost):
|
|||
NAME = 'dlfp'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = "Da Linux French Page"
|
||||
CONFIG = {'username': BaseBackend.ConfigField(description='Username on website', regexp='.+'),
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class FourChanBackend(BaseBackend, ICapMessages):
|
|||
NAME = 'fourchan'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = "4chan website"
|
||||
CONFIG = {'boards': BaseBackend.ConfigField(description='Boards'),
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ class GazelleBackend(BaseBackend, ICapTorrent):
|
|||
NAME = 'gazelle'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
DESCRIPTION = 'gazelle bittorrent tracker'
|
||||
LICENSE = 'GPLv3'
|
||||
CONFIG = {'username': BaseBackend.ConfigField(description='Username on website'),
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class GeolocIpBackend(BaseBackend, ICapGeolocIp):
|
|||
NAME = 'geolocip'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = u"IP Adresses geolocalisation"
|
||||
CONFIG = {'email': BaseBackend.ConfigField(description='Username on website'),
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class InaBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'ina'
|
||||
MAINTAINER = 'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
DESCRIPTION = 'INA french video archives'
|
||||
LICENSE = 'GPLv3'
|
||||
BROWSER = InaBrowser
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class TransilienBackend(BaseBackend, ICapTravel):
|
|||
NAME = 'transilien'
|
||||
MAINTAINER = u'Julien Hébert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = "Transports in Paris"
|
||||
BROWSER = Transilien
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class YahooBackend(BaseBackend, ICapWeather):
|
|||
NAME = 'yahoo'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
DESCRIPTION = 'Yahoo'
|
||||
LICENSE = 'GPLv3'
|
||||
WEATHER_URL = 'http://weather.yahooapis.com/forecastrss?w=%s&u=%s'
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class YoujizzBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'youjizz'
|
||||
MAINTAINER = 'Roger Philibert'
|
||||
EMAIL = 'roger.philibert@gmail.com'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
DESCRIPTION = 'Youjizz videos website'
|
||||
LICENSE = 'GPLv3'
|
||||
BROWSER = YoujizzBrowser
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class YoupornBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'youporn'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
DESCRIPTION = 'Youporn videos website'
|
||||
LICENSE = 'GPLv3'
|
||||
BROWSER = YoupornBrowser
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class YoutubeBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'youtube'
|
||||
MAINTAINER = 'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
DESCRIPTION = 'Youtube videos website'
|
||||
LICENSE = 'GPLv3'
|
||||
BROWSER = YoutubeBrowser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue