bump to 0.e

This commit is contained in:
Romain Bignon 2012-10-28 20:39:49 +01:00
commit 4a1e4b5afa
114 changed files with 115 additions and 115 deletions

View file

@ -153,7 +153,7 @@ class AccountListFormatter(IFormatter):
class Boobank(ReplApplication):
APPNAME = 'boobank'
VERSION = '0.d'
VERSION = '0.e'
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.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2011 Romain Bignon'
DESCRIPTION = 'Console application to participate to a Boobathon.'
CAPS = ICapContent

View file

@ -38,7 +38,7 @@ class SubscriptionsFormatter(PrettyFormatter):
class Boobill(ReplApplication):
APPNAME = 'boobill'
VERSION = '0.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2012 Florent Fourcot'
DESCRIPTION = 'Console application allowing to get and download bills.'
CAPS = ICapBill

View file

@ -267,7 +267,7 @@ class ProfileFormatter(IFormatter):
class Boobmsg(ReplApplication):
APPNAME = 'boobmsg'
VERSION = '0.d'
VERSION = '0.e'
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

@ -38,7 +38,7 @@ class RentedListFormatter(PrettyFormatter):
class Boobooks(ReplApplication):
APPNAME = 'boobooks'
VERSION = '0.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2012 Jeremy Monnet'
CAPS = ICapBook
DESCRIPTION = "Console application allowing to list your books rented or booked at the library, " \

View file

@ -71,7 +71,7 @@ class IssuesListFormatter(PrettyFormatter):
class BoobTracker(ReplApplication):
APPNAME = 'boobtracker'
VERSION = '0.d'
VERSION = '0.e'
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

@ -77,7 +77,7 @@ class PricesFormatter(PrettyFormatter):
class Comparoob(ReplApplication):
APPNAME = 'comparoob'
VERSION = '0.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2012 Romain Bignon'
DESCRIPTION = 'Console application to compare products.'
DEFAULT_FORMATTER = 'table'

View file

@ -74,7 +74,7 @@ class HousingListFormatter(PrettyFormatter):
class Flatboob(ReplApplication):
APPNAME = 'flatboob'
VERSION = '0.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2012 Romain Bignon'
DESCRIPTION = 'Console application to search a house.'
CAPS = ICapHousing

View file

@ -48,7 +48,7 @@ class GalleryListFormatter(PrettyFormatter):
class Galleroob(ReplApplication):
APPNAME = 'galleroob'
VERSION = '0.d'
VERSION = '0.e'
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.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Console application allowing to geolocalize IP addresses.'
CAPS = ICapGeolocIp

View file

@ -47,7 +47,7 @@ class EventListFormatter(PrettyFormatter):
class HaveDate(Boobmsg):
APPNAME = 'havedate'
VERSION = '0.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2010-2012 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.d'
VERSION = '0.e'
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.d'
VERSION = '0.e'
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.d'
VERSION = '0.e'
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.d'
VERSION = '0.e'
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

@ -26,7 +26,7 @@ from .main_window import MainWindow
class QFlatBoob(QtApplication):
APPNAME = 'qflatboob'
VERSION = '0.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon'
DESCRIPTION = 'Qt application to find housings.'
CAPS = ICapHousing

View file

@ -25,7 +25,7 @@ from .main_window import MainWindow
class QHaveDate(QtApplication):
APPNAME = 'qhavedate'
VERSION = '0.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2010-2012 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.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = 'Qt application allowing to search videos on various websites and play them.'
CAPS = ICapVideo

View file

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

View file

@ -24,7 +24,7 @@ from weboob.tools.application.qt import BackendCfg, QtApplication
class QWeboobCfg(QtApplication):
APPNAME = 'qweboobcfg'
VERSION = '0.d'
VERSION = '0.e'
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

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

View file

@ -45,7 +45,7 @@ class XmlTranslationFormatter(IFormatter):
class Translaboob(ReplApplication):
APPNAME = 'translaboob'
VERSION = '0.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2012 Lucien Loiseau'
DESCRIPTION = 'Console application to translate text from one language to another'
CAPS = ICapTranslate

View file

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

View file

@ -51,7 +51,7 @@ class VideoListFormatter(PrettyFormatter):
class Videoob(ReplApplication):
APPNAME = 'videoob'
VERSION = '0.d'
VERSION = '0.e'
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

@ -35,7 +35,7 @@ __all__ = ['WebContentEdit']
class WebContentEdit(ReplApplication):
APPNAME = 'webcontentedit'
VERSION = '0.d'
VERSION = '0.e'
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.d'
VERSION = '0.e'
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.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n'
SYNOPSIS += ' %prog [--help] [--version]'

View file

@ -26,7 +26,7 @@ from weboob.tools.application.base import BaseApplication
class WeboobDebug(BaseApplication):
APPNAME = 'weboobdebug'
VERSION = '0.d'
VERSION = '0.e'
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.d'
VERSION = '0.e'
COPYRIGHT = 'Copyright(C) 2012 Romain Bignon'
DESCRIPTION = "Weboob-repos is a console application to manage a Weboob Repository."
COMMANDS_FORMATTERS = {'backends': 'table',

View file

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

View file

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

View file

@ -49,7 +49,7 @@ class Weboob(object):
:param storage: provide a storage where backends can save data
:type storage: :class:`weboob.tools.storage.IStorage`
"""
VERSION = '0.d'
VERSION = '0.e'
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 = u'Noé Rubinstein'
EMAIL = 'noe.rubinstein@gmail.com'
VERSION = '0.d'
VERSION = '0.e'
DESCRIPTION = 'Generic comic reader backend; subclasses implement specific sites'
LICENSE = 'AGPLv3+'
BROWSER = GenericComicReaderBrowser

View file

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