bump to version 0.4
This commit is contained in:
parent
419770be82
commit
bea732d534
41 changed files with 41 additions and 41 deletions
|
|
@ -77,7 +77,7 @@ class AccountListFormatter(IFormatter):
|
|||
|
||||
class Boobank(ReplApplication):
|
||||
APPNAME = 'boobank'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon, Christophe Benz'
|
||||
CAPS = ICapBank
|
||||
EXTRA_FORMATTERS = {'account_list': AccountListFormatter,
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['Chatoob']
|
|||
|
||||
class Chatoob(ReplApplication):
|
||||
APPNAME = 'chatoob'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
|
||||
CAPS = ICapChat
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ __all__ = ['Geolooc']
|
|||
|
||||
class Geolooc(ReplApplication):
|
||||
APPNAME = 'geolooc'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CAPS = ICapGeolocIp
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['HaveSex']
|
|||
|
||||
class HaveSex(ReplApplication):
|
||||
APPNAME = 'havesex'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
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.3'
|
||||
VERSION = '0.4'
|
||||
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.3'
|
||||
VERSION = '0.4'
|
||||
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.3'
|
||||
VERSION = '0.4'
|
||||
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.3'
|
||||
VERSION = '0.4'
|
||||
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.3'
|
||||
VERSION = '0.4'
|
||||
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.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
|
||||
def main(self, argv):
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class RadioListFormatter(IFormatter):
|
|||
|
||||
class Radioob(ReplApplication):
|
||||
APPNAME = 'radioob'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CAPS = ICapRadio
|
||||
EXTRA_FORMATTERS = {'radio_list': RadioListFormatter}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ __all__ = ['Traveloob']
|
|||
|
||||
class Traveloob(ReplApplication):
|
||||
APPNAME = 'traveloob'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CAPS = ICapTravel
|
||||
DEFAULT_FORMATTER = 'table'
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class VideoListFormatter(IFormatter):
|
|||
|
||||
class Videoob(ReplApplication):
|
||||
APPNAME = 'videoob'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon, John Obbele'
|
||||
CAPS = ICapVideo
|
||||
EXTRA_FORMATTERS = {'video_list': VideoListFormatter}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil
|
|||
|
||||
class VideoobWeb(BaseApplication):
|
||||
APPNAME = 'videoob-webserver'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
|
||||
CAPS = ICapVideo
|
||||
CONFIG = dict(host='localhost', port=8080)
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ __all__ = ['WebContentEdit']
|
|||
|
||||
class WebContentEdit(ReplApplication):
|
||||
APPNAME = 'webcontentedit'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CAPS = ICapContent
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ __all__ = ['WeboobCfg']
|
|||
|
||||
class WeboobCfg(ReplApplication):
|
||||
APPNAME = 'weboob-config'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon'
|
||||
COMMANDS_FORMATTERS = {'backends': 'table',
|
||||
'list': 'table',
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ __all__ = ['WeboobCli']
|
|||
|
||||
class WeboobCli(ReplApplication):
|
||||
APPNAME = 'weboob-cli'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n'
|
||||
SYNOPSIS += ' %prog [--help] [--version]'
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ from weboob.tools.application.repl import ReplApplication
|
|||
|
||||
class WeboobDebug(ReplApplication):
|
||||
APPNAME = 'weboobdebug'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
|
||||
|
||||
def load_default_backends(self):
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class TorrentListFormatter(IFormatter):
|
|||
|
||||
class Weboorrents(ReplApplication):
|
||||
APPNAME = 'weboorrents'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CAPS = ICapTorrent
|
||||
EXTRA_FORMATTERS = {'torrent_list': TorrentListFormatter,
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['WetBoobs']
|
|||
|
||||
class WetBoobs(ReplApplication):
|
||||
APPNAME = 'wetboobs'
|
||||
VERSION = '0.3'
|
||||
VERSION = '0.4'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CAPS = ICapWeather
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue