bump to 0.b

This commit is contained in:
Romain Bignon 2012-02-05 19:19:53 +01:00
commit 4be4b40509
83 changed files with 84 additions and 84 deletions

View file

@ -126,7 +126,7 @@ class AccountListFormatter(IFormatter):
class Boobank(ReplApplication):
APPNAME = 'boobank'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz'
CAPS = ICapBank
DESCRIPTION = "Console application allowing to list your bank accounts and get their balance, " \

View file

@ -274,7 +274,7 @@ h2. Attendees
class Boobathon(ReplApplication):
APPNAME = 'boobathon'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2011 Romain Bignon'
DESCRIPTION = 'Console application to participate to a Boobathon.'
CAPS = ICapContent

View file

@ -171,7 +171,7 @@ class MessagesListFormatter(IFormatter):
class Boobmsg(ReplApplication):
APPNAME = 'boobmsg'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
DESCRIPTION = "Console application allowing to send messages on various websites and " \
"to display message threads and contents."

View file

@ -79,7 +79,7 @@ class IssuesListFormatter(IFormatter):
class BoobTracker(ReplApplication):
APPNAME = 'boobtracker'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2011 Romain Bignon'
DESCRIPTION = "Console application allowing to send messages on various websites and " \
"to display message threads and contents."

View file

@ -30,7 +30,7 @@ __all__ = ['Chatoob']
class Chatoob(ReplApplication):
APPNAME = 'chatoob'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
DESCRIPTION = 'Console application allowing to chat with contacts on various websites.'
CAPS = ICapChat

View file

@ -53,7 +53,7 @@ class GalleryListFormatter(IFormatter):
class Galleroob(ReplApplication):
APPNAME = 'galleroob'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = u'Copyright(C) 2011 Noé Rubinstein'
DESCRIPTION = 'galleroob browses and downloads web image galleries'
CAPS = ICapGallery

View file

@ -29,7 +29,7 @@ __all__ = ['Geolooc']
class Geolooc(ReplApplication):
APPNAME = 'geolooc'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Console application allowing to geolocalize IP addresses.'
CAPS = ICapGeolocIp

View file

@ -72,7 +72,7 @@ class ProfileFormatter(IFormatter):
class HaveSex(ReplApplication):
APPNAME = 'havesex'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Console application allowing to interact with various dating websites ' \
'and to optimize seduction algorithmically.'

View file

@ -278,7 +278,7 @@ class MasstransitHildon():
class Masstransit(BaseApplication):
"Application Class"
APPNAME = 'masstransit'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Julien Hébert'
def main(self, argv):

View file

@ -85,7 +85,7 @@ class MonboobScheduler(Scheduler):
class Monboob(ReplApplication):
APPNAME = 'monboob'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Daemon allowing to regularly check for new messages on various websites, ' \
'and send an email for each message, and post a reply to a message on a website.'

View file

@ -35,7 +35,7 @@ __all__ = ['Pastoob']
class Pastoob(ReplApplication):
APPNAME = 'pastoob'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2011 Laurent Bachelier'
DESCRIPTION = 'Console application allowing to post and get pastes from pastebins.'
CAPS = ICapPaste

View file

@ -25,7 +25,7 @@ from .main_window import MainWindow
class QBoobMsg(QtApplication):
APPNAME = 'qboobmsg'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Qt application allowing to read messages on various websites and reply to them.'
CAPS = ICapMessages

View file

@ -25,7 +25,7 @@ from .main_window import MainWindow
class QHaveSex(QtApplication):
APPNAME = 'qhavesex'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Qt application allowing to interact with various dating websites.'
CAPS = ICapDating

View file

@ -25,7 +25,7 @@ from .main_window import MainWindow
class QVideoob(QtApplication):
APPNAME = 'qvideoob'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Qt application allowing to search videos on various websites and play them.'
CAPS = ICapVideo

View file

@ -24,7 +24,7 @@ from .main_window import MainWindow
class QWebContentEdit(QtApplication):
APPNAME = 'qwebcontentedit'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner'
DESCRIPTION = 'Qt application allowing to manage contents of various websites.'
CAPS = ICapContent

View file

@ -25,7 +25,7 @@ from weboob.tools.application.qt import BackendCfg, QtApplication
class QWeboobCfg(QtApplication):
APPNAME = 'qweboobcfg'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "weboob-config-qt is a graphical application to add/edit/remove backends, " \
"and to register new website accounts."

View file

@ -57,7 +57,7 @@ class RadioListFormatter(IFormatter):
class Radioob(ReplApplication):
APPNAME = 'radioob'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Console application allowing to search for web radio stations, listen to them and get information ' \
'like the current song.'

View file

@ -31,7 +31,7 @@ __all__ = ['Traveloob']
class Traveloob(ReplApplication):
APPNAME = 'traveloob'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Console application allowing to search for train stations and get departure times.'
CAPS = ICapTravel

View file

@ -58,7 +58,7 @@ class VideoListFormatter(IFormatter):
class Videoob(ReplApplication):
APPNAME = 'videoob'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele'
DESCRIPTION = 'Console application allowing to search for videos on various websites, ' \
'play and download them and get information.'

View file

@ -41,7 +41,7 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil
class VideoobWeb(BaseApplication):
APPNAME = 'videoob-webserver'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
DESCRIPTION = 'WSGI web server application allowing to search for videos on various websites.'
CAPS = ICapVideo

View file

@ -35,7 +35,7 @@ __all__ = ['WebContentEdit']
class WebContentEdit(ReplApplication):
APPNAME = 'webcontentedit'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Console application allowing to display and edit contents on various websites.'
CAPS = ICapContent

View file

@ -34,7 +34,7 @@ __all__ = ['WeboobCfg']
class WeboobCfg(ReplApplication):
APPNAME = 'weboob-config'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2012 Christophe Benz, Romain Bignon'
DESCRIPTION = "Weboob-Config is a console application to add/edit/remove backends, " \
"and to register new website accounts."

View file

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

View file

@ -25,7 +25,7 @@ from weboob.tools.application.repl import ReplApplication
class WeboobDebug(ReplApplication):
APPNAME = 'weboobdebug'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
DESCRIPTION = "Weboob-Debug is a console application to debug backends."

View file

@ -39,7 +39,7 @@ __all__ = ['WeboobRepos']
class WeboobRepos(ReplApplication):
APPNAME = 'weboob-repos'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2012 Romain Bignon'
DESCRIPTION = "Weboob-repos is a console application to manage a Weboob Repository."
COMMANDS_FORMATTERS = {'backends': 'table',

View file

@ -81,7 +81,7 @@ class TorrentListFormatter(IFormatter):
class Weboorrents(ReplApplication):
APPNAME = 'weboorrents'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Console application allowing to search for torrents on various trackers ' \
'and download .torrent files.'

View file

@ -75,7 +75,7 @@ class CitiesFormatter(IFormatter):
class WetBoobs(ReplApplication):
APPNAME = 'wetboobs'
VERSION = '0.a'
VERSION = '0.b'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Console application allowing to display weather and forecasts in your city.'
CAPS = ICapWeather

View file

@ -36,7 +36,7 @@ __all__ = ['Weboob']
class Weboob(object):
VERSION = '0.a'
VERSION = '0.b'
BACKENDS_FILENAME = 'backends'
def __init__(self, workdir=None, backends_filename=None, scheduler=None, storage=None):

View file

@ -67,7 +67,7 @@ class GenericComicReaderBackend(BaseBackend, ICapGallery):
NAME = 'genericcomicreader'
MAINTAINER = 'Noé Rubinstein'
EMAIL = 'noe.rubinstein@gmail.com'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Generic comic reader backend; subclasses implement specific sites'
LICENSE = 'AGPLv3+'
BROWSER = GenericComicReaderBrowser

View file

@ -28,7 +28,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages):
"GenericNewspaperBackend class"
MAINTAINER = 'Julien Hebert'
EMAIL = 'juke@free.fr'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
STORAGE = {'seen': {}}
RSS_FEED = None