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

@ -47,9 +47,9 @@ copyright = u'2010-2011, Romain Bignon, Christophe Benz'
# built documents.
#
# The short X.Y version.
version = '0.a'
version = '0.b'
# The full version, including alpha/beta/rc tags.
release = '0.a'
release = '0.b'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -35,7 +35,7 @@ class ArteBackend(BaseBackend, ICapVideo):
NAME = 'arte'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Arte french TV'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(Value('lang', label='Lang of videos',

View file

@ -59,7 +59,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
NAME = 'aum'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = u"“Adopte un mec” french dating website"
CONFIG = BackendConfig(Value('username', label='Username'),

View file

@ -35,7 +35,7 @@ class BNPorcBackend(BaseBackend, ICapBank):
NAME = 'bnporc'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = 'BNP Paribas french bank\' website'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),

View file

@ -36,7 +36,7 @@ class BoursoramaBackend(BaseBackend, ICapBank):
NAME = 'boursorama'
MAINTAINER = 'Gabriel Kerneis'
EMAIL = 'gabriel@kerneis.info'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = u'Boursorama french bank\'s website'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),

View file

@ -34,7 +34,7 @@ class BouyguesBackend(BaseBackend, ICapMessages, ICapMessagesPost):
NAME = 'bouygues'
MAINTAINER = 'Christophe Benz'
EMAIL = 'christophe.benz@gmail.com'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Bouygues french mobile phone provider'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(Value('login', label='Login'),

View file

@ -32,7 +32,7 @@ class BPBackend(BaseBackend, ICapBank):
NAME = 'bp'
MAINTAINER = 'Nicolas Duhamel'
EMAIL = 'nicolas@jombi.fr'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = u'La banque postale, French bank'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),

View file

@ -39,7 +39,7 @@ class CanalplusBackend(BaseBackend, ICapVideo, ICapCollection):
NAME = 'canalplus'
MAINTAINER = 'Nicolas Duhamel'
EMAIL = 'nicolas@jombi.fr'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Canal plus french TV'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(Value('quality', label='Quality of videos', choices=['hd', 'sd'], default='hd'))

View file

@ -30,7 +30,7 @@ class CanalTPBackend(BaseBackend, ICapTravel):
NAME = 'canaltp'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = "French trains"
BROWSER = CanalTP

View file

@ -43,7 +43,7 @@ class CmbBackend(BaseBackend, ICapBank):
NAME = 'cmb'
MAINTAINER = 'Johann Broudin'
EMAIL = 'Johann.Broudin@6-8.fr'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = 'Credit Mutuel de Bretagne'
CONFIG = BackendConfig(

View file

@ -33,7 +33,7 @@ class CragrBackend(BaseBackend, ICapBank):
NAME = 'cragr'
MAINTAINER = 'Xavier Guerrin'
EMAIL = 'xavier@tuxfamily.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Credit Agricole french bank\'s website'
LICENSE = 'AGPLv3+'
website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({

View file

@ -32,7 +32,7 @@ class CreditMutuelBackend(BaseBackend, ICapBank):
NAME = 'creditmutuel'
MAINTAINER = 'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = u'Crédit Mutuel french bank'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='^\d{1,13}\w$', masked=False),

View file

@ -34,7 +34,7 @@ class DailymotionBackend(BaseBackend, ICapVideo):
NAME = 'dailymotion'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Dailymotion videos website'
LICENSE = 'AGPLv3+'
BROWSER = DailymotionBrowser

View file

@ -39,7 +39,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapContent):
NAME = 'dlfp'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = "Da Linux French Page"
CONFIG = BackendConfig(Value('username', label='Username', regexp='.+'),

View file

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

View file

@ -36,7 +36,7 @@ class EHentaiBackend(BaseBackend, ICapGallery):
NAME = 'ehentai'
MAINTAINER = 'Roger Philibert'
EMAIL = 'roger.philibert@gmail.com'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'E-hentai galleries'
LICENSE = 'AGPLv3+'
BROWSER = EHentaiBrowser

View file

@ -34,7 +34,7 @@ class FourChanBackend(BaseBackend, ICapMessages):
NAME = 'fourchan'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = '4chan website'
CONFIG = BackendConfig(Value('boards', label='Boards to fetch'))

View file

@ -34,7 +34,7 @@ class PluzzBackend(BaseBackend, ICapVideo):
NAME = 'francetelevisions'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'France Televisions video website'
LICENSE = 'AGPLv3+'
BROWSER = PluzzBrowser

View file

@ -31,7 +31,7 @@ class GazelleBackend(BaseBackend, ICapTorrent):
NAME = 'gazelle'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'gazelle bittorrent tracker'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(Value('domain', label='Domain (example "ssl.what.cd")'),

View file

@ -31,7 +31,7 @@ class GeolocIpBackend(BaseBackend, ICapGeolocIp):
NAME = 'geolocip'
MAINTAINER = 'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = u"IP Addresses geolocalisation with the site www.geolocip.com"
BROWSER = BaseBrowser

View file

@ -33,7 +33,7 @@ class HDSBackend(BaseBackend, ICapMessages):
NAME = 'hds'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = "histoires-de-sexe.net french erotic novels"
STORAGE = {'seen': []}

View file

@ -32,7 +32,7 @@ class HSBCBackend(BaseBackend, ICapBank):
NAME = 'hsbc'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = 'HSBC bank\' website'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),

View file

@ -34,7 +34,7 @@ class InaBackend(BaseBackend, ICapVideo):
NAME = 'ina'
MAINTAINER = 'Christophe Benz'
EMAIL = 'christophe.benz@gmail.com'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'INA french video archives'
LICENSE = 'AGPLv3+'
BROWSER = InaBrowser

View file

@ -35,7 +35,7 @@ class INGBackend(BaseBackend, ICapBank):
NAME = 'ing'
MAINTAINER = 'Florent Fourcot'
EMAIL = 'weboob@flo.fourcot.fr'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = 'ING french bank\' website'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),

View file

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

View file

@ -31,7 +31,7 @@ class IpinfodbBackend(BaseBackend, ICapGeolocIp):
NAME = 'ipinfodb'
MAINTAINER = 'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = u"IP Addresses geolocalisation with the site ipinfodb.com"
BROWSER = BaseBrowser

View file

@ -31,7 +31,7 @@ class IsohuntBackend(BaseBackend, ICapTorrent):
NAME = 'isohunt'
MAINTAINER = 'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'isohunt.com bittorrent tracker'
LICENSE = 'AGPLv3+'
BROWSER = IsohuntBrowser

View file

@ -67,7 +67,7 @@ class IzneoBackend(BaseBackend, ICapGallery):
NAME = 'izneo'
MAINTAINER = 'Roger Philibert'
EMAIL = 'roger.philibert@gmail.com'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Izneo'
LICENSE = 'AGPLv3+'
BROWSER = IzneoBrowser

View file

@ -30,7 +30,7 @@ class KickassBackend(BaseBackend, ICapTorrent):
NAME = 'kickass'
MAINTAINER = 'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'kickasstorrent.com bittorrent tracker'
LICENSE = 'AGPLv3+'
BROWSER = KickassBrowser

View file

@ -34,7 +34,7 @@ class LCLBackend(BaseBackend, ICapBank):
NAME = 'lcl'
MAINTAINER = u'Pierre Mazière'
EMAIL = 'pierre.maziere@gmail.com'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Le Credit Lyonnais crappy french bank'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='^\d{1,6}\w$', masked=False),

View file

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

View file

@ -33,7 +33,7 @@ class MediawikiBackend(BaseBackend, ICapContent):
NAME = 'mediawiki'
MAINTAINER = u'Clément Schreiner'
EMAIL = 'clemux@clemux.info'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = 'Mediawiki wiki software application'
CONFIG = BackendConfig(Value('url', label='URL of the Mediawiki website', default='http://en.wikipedia.org/', regexp='https?://.*'),

View file

@ -31,7 +31,7 @@ class MeteofranceBackend(BaseBackend, ICapWeather):
NAME = 'meteofrance'
MAINTAINER = 'Cedric Defortis'
EMAIL = 'cedric@aiur.fr'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Get forecasts from the MeteoFrance website'
LICENSE = 'AGPLv3+'
BROWSER = MeteofranceBrowser

View file

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

View file

@ -31,7 +31,7 @@ class NewsfeedBackend(BaseBackend, ICapMessages):
NAME = 'newsfeed'
MAINTAINER = u"Clément Schreiner"
EMAIL = "clemux@clemux.info"
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = "Loads RSS and Atom feeds from any website"
LICENSE = "AGPLv3+"
CONFIG = BackendConfig(Value('url', label="Atom/RSS feed's url", regexp='https?://.*'))

View file

@ -34,7 +34,7 @@ class NolifeTVBackend(BaseBackend, ICapVideo):
NAME = 'nolifetv'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'NolifeTV videos website'
LICENSE = 'AGPLv3+'
BROWSER = NolifeTVBrowser

View file

@ -54,7 +54,7 @@ class NovaBackend(BaseBackend, ICapRadio, ICapCollection):
NAME = 'nova'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = u'Nova french radio'
LICENSE = 'AGPLv3+'
BROWSER = NovaBrowser

View file

@ -35,7 +35,7 @@ class OrangeBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost):
NAME = 'orange'
MAINTAINER = 'Nicolas Duhamel'
EMAIL = 'nicolas@jombi.fr'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Orange french mobile phone provider'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(Value('login', label='Login'),

View file

@ -31,7 +31,7 @@ class OuiFMBackend(BaseBackend, ICapRadio, ICapCollection):
NAME = 'ouifm'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = u'The Ouï FM french radio'
LICENSE = 'AGPLv3+'
BROWSER = StandardBrowser

View file

@ -37,7 +37,7 @@ class PastealaconBackend(BaseBackend, BasePasteBackend):
NAME = 'pastealacon'
MAINTAINER = 'Laurent Bachelier'
EMAIL = 'laurent@bachelier.name'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Paste a la con paste tool'
LICENSE = 'AGPLv3+'
BROWSER = PastealaconBrowser

View file

@ -36,7 +36,7 @@ class PastebinBackend(BaseBackend, BasePasteBackend):
NAME = 'pastebin'
MAINTAINER = 'Laurent Bachelier'
EMAIL = 'laurent@bachelier.name'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Pastebin paste tool'
LICENSE = 'AGPLv3+'
BROWSER = PastebinBrowser

View file

@ -37,7 +37,7 @@ class PhpBBBackend(BaseBackend, ICapMessages, ICapMessagesPost):
NAME = 'phpbb'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = "phpBB forum"
CONFIG = BackendConfig(Value('url', label='URL of forum', regexp='https?://.*'),

View file

@ -30,7 +30,7 @@ class PiratebayBackend(BaseBackend, ICapTorrent):
NAME = 'piratebay'
MAINTAINER = 'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'the pirate bay bittorrent tracker'
LICENSE = 'AGPLv3+'
BROWSER = PiratebayBrowser

View file

@ -35,7 +35,7 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection, ICapVideo):
NAME = 'radiofrance'
MAINTAINER = 'Laurent Bachelier'
EMAIL = 'laurent@bachelier.name'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = u'The radios of Radio France (Inter, Culture, Le Mouv\', etc.)'
LICENSE = 'AGPLv3+'
BROWSER = RadioFranceBrowser

View file

@ -39,7 +39,7 @@ class RedmineBackend(BaseBackend, ICapContent, ICapBugTracker, ICapCollection):
NAME = 'redmine'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'The Redmine project management web application'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(Value('url', label='URL of the Redmine website', regexp=r'https?://.*'),

View file

@ -35,7 +35,7 @@ class SfrBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost):
NAME = 'sfr'
MAINTAINER = 'Christophe Benz'
EMAIL = 'christophe.benz@gmail.com'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'SFR french mobile phone provider'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(Value('login', label='Login'),

View file

@ -35,7 +35,7 @@ class SocieteGeneraleBackend(BaseBackend, ICapBank):
NAME = 'societegenerale'
MAINTAINER = 'Jocelyn Jaubert'
EMAIL = 'jocelyn.jaubert@gmail.com'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = u'Société Générale french bank\' website'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),

View file

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

View file

@ -38,7 +38,7 @@ class YahooBackend(BaseBackend, ICapWeather):
NAME = 'yahoo'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Yahoo'
LICENSE = 'AGPLv3+'
BROWSER = BaseBrowser

View file

@ -34,7 +34,7 @@ class YoujizzBackend(BaseBackend, ICapVideo):
NAME = 'youjizz'
MAINTAINER = 'Roger Philibert'
EMAIL = 'roger.philibert@gmail.com'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Youjizz videos website'
LICENSE = 'AGPLv3+'
BROWSER = YoujizzBrowser

View file

@ -34,7 +34,7 @@ class YoupornBackend(BaseBackend, ICapVideo):
NAME = 'youporn'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Youporn videos website'
LICENSE = 'AGPLv3+'
BROWSER = YoupornBrowser

View file

@ -41,7 +41,7 @@ class YoutubeBackend(BaseBackend, ICapVideo):
NAME = 'youtube'
MAINTAINER = 'Christophe Benz'
EMAIL = 'christophe.benz@gmail.com'
VERSION = '0.a'
VERSION = '0.b'
DESCRIPTION = 'Youtube videos website'
LICENSE = 'AGPLv3+'
BROWSER = YoutubeBrowser

View file

@ -186,7 +186,7 @@ if options.xdg:
setup(
name='weboob',
version = '0.a',
version = '0.b',
description='Weboob, Web Out Of Browsers',
author='Romain Bignon',
author_email='weboob@weboob.org',

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