bump to 0.9
This commit is contained in:
parent
2c4856384b
commit
53e22d9f4b
73 changed files with 74 additions and 74 deletions
|
|
@ -47,9 +47,9 @@ copyright = u'2010-2011, Romain Bignon, Christophe Benz'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.8'
|
||||
version = '0.9'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.8'
|
||||
release = '0.9'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -186,7 +186,7 @@ if options.xdg:
|
|||
|
||||
setup(
|
||||
name='weboob',
|
||||
version='0.8',
|
||||
version='0.9',
|
||||
description='Weboob, Web Out Of Browsers',
|
||||
author='Romain Bignon',
|
||||
author_email='weboob@weboob.org',
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ class AccountListFormatter(IFormatter):
|
|||
|
||||
class Boobank(ReplApplication):
|
||||
APPNAME = 'boobank'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz'
|
||||
CAPS = ICapBank
|
||||
DESCRIPTION = "Console application allowing to list your bank accounts and get their balance, " \
|
||||
|
|
|
|||
|
|
@ -274,7 +274,7 @@ h2. Attendees
|
|||
|
||||
class Boobathon(ReplApplication):
|
||||
APPNAME = 'boobathon'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application to participate to a Boobathon.'
|
||||
CAPS = ICapContent
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ class MessagesListFormatter(IFormatter):
|
|||
|
||||
class Boobmsg(ReplApplication):
|
||||
APPNAME = 'boobmsg'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = "Console application allowing to send messages on various websites and " \
|
||||
"to display message threads and contents."
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ __all__ = ['Chatoob']
|
|||
|
||||
class Chatoob(ReplApplication):
|
||||
APPNAME = 'chatoob'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = 'Console application allowing to chat with contacts on various websites.'
|
||||
CAPS = ICapChat
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class GalleryListFormatter(IFormatter):
|
|||
|
||||
class Galleroob(ReplApplication):
|
||||
APPNAME = 'galleroob'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2011 Noé Rubinstein'
|
||||
DESCRIPTION = 'galleroob browses and downloads web image galleries'
|
||||
CAPS = ICapGallery
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ __all__ = ['Geolooc']
|
|||
|
||||
class Geolooc(ReplApplication):
|
||||
APPNAME = 'geolooc'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to geolocalize IP addresses.'
|
||||
CAPS = ICapGeolocIp
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class ProfileFormatter(IFormatter):
|
|||
|
||||
class HaveSex(ReplApplication):
|
||||
APPNAME = 'havesex'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to interact with various dating websites ' \
|
||||
'and to optimize seduction algorithmically.'
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ class MasstransitHildon():
|
|||
class Masstransit(BaseApplication):
|
||||
"Application Class"
|
||||
APPNAME = 'masstransit'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Julien Hébert'
|
||||
|
||||
def main(self, argv):
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ class MonboobScheduler(Scheduler):
|
|||
|
||||
class Monboob(ReplApplication):
|
||||
APPNAME = 'monboob'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
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.'
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ __all__ = ['Pastoob']
|
|||
|
||||
class Pastoob(ReplApplication):
|
||||
APPNAME = 'pastoob'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2011 Laurent Bachelier'
|
||||
DESCRIPTION = 'Console application allowing to post and get pastes from pastebins.'
|
||||
CAPS = ICapPaste
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QBoobMsg(QtApplication):
|
||||
APPNAME = 'qboobmsg'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Qt application allowing to read messages on various websites and reply to them.'
|
||||
CAPS = ICapMessages
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QHaveSex(QtApplication):
|
||||
APPNAME = 'qhavesex'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Qt application allowing to interact with various dating websites.'
|
||||
CAPS = ICapDating
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QVideoob(QtApplication):
|
||||
APPNAME = 'qvideoob'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Qt application allowing to search videos on various websites and play them.'
|
||||
CAPS = ICapVideo
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QWebContentEdit(QtApplication):
|
||||
APPNAME = 'qwebcontentedit'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner'
|
||||
DESCRIPTION = 'Qt application allowing to manage contents of various websites.'
|
||||
CAPS = ICapContent
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from weboob.tools.application.qt import BackendCfg, QtApplication
|
|||
|
||||
class QWeboobCfg(QtApplication):
|
||||
APPNAME = 'qweboobcfg'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
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."
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ class RadioListFormatter(IFormatter):
|
|||
|
||||
class Radioob(ReplApplication):
|
||||
APPNAME = 'radioob'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
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.'
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ __all__ = ['Traveloob']
|
|||
|
||||
class Traveloob(ReplApplication):
|
||||
APPNAME = 'traveloob'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to search for train stations and get departure times.'
|
||||
CAPS = ICapTravel
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ class VideoListFormatter(IFormatter):
|
|||
|
||||
class Videoob(ReplApplication):
|
||||
APPNAME = 'videoob'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
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.'
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil
|
|||
|
||||
class VideoobWeb(BaseApplication):
|
||||
APPNAME = 'videoob-webserver'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = 'WSGI web server application allowing to search for videos on various websites.'
|
||||
CAPS = ICapVideo
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ __all__ = ['WebContentEdit']
|
|||
|
||||
class WebContentEdit(ReplApplication):
|
||||
APPNAME = 'webcontentedit'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to display and edit contents on various websites.'
|
||||
CAPS = ICapContent
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ __all__ = ['WeboobCfg']
|
|||
|
||||
class WeboobCfg(ReplApplication):
|
||||
APPNAME = 'weboob-config'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon'
|
||||
DESCRIPTION = "Weboob-Config is a console application to add/edit/remove backends, " \
|
||||
"and to register new website accounts."
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['WeboobCli']
|
|||
|
||||
class WeboobCli(ReplApplication):
|
||||
APPNAME = 'weboob-cli'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n'
|
||||
SYNOPSIS += ' %prog [--help] [--version]'
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from weboob.tools.application.repl import ReplApplication
|
|||
|
||||
class WeboobDebug(ReplApplication):
|
||||
APPNAME = 'weboobdebug'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = "Weboob-Debug is a console application to debug backends."
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ class TorrentListFormatter(IFormatter):
|
|||
|
||||
class Weboorrents(ReplApplication):
|
||||
APPNAME = 'weboorrents'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to search for torrents on various trackers ' \
|
||||
'and download .torrent files.'
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ class CitiesFormatter(IFormatter):
|
|||
|
||||
class WetBoobs(ReplApplication):
|
||||
APPNAME = 'wetboobs'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to display weather and forecasts in your city.'
|
||||
CAPS = ICapWeather
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class ArteBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'arte'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Arte french TV'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = ValuesDict(Value('lang', label='Lang of videos',
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
|
|||
NAME = 'aum'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u"“Adopte un mec” french dating website"
|
||||
CONFIG = ValuesDict(Value('username', label='Username'),
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class BNPorcBackend(BaseBackend, ICapBank):
|
|||
NAME = 'bnporc'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'BNP Paribas french bank\' website'
|
||||
CONFIG = ValuesDict(Value('login', label='Account ID'),
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class BouyguesBackend(BaseBackend, ICapMessages, ICapMessagesPost):
|
|||
NAME = 'bouygues'
|
||||
MAINTAINER = 'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Bouygues french mobile phone provider'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = ValuesDict(Value('login', label='Login'),
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class BPBackend(BaseBackend, ICapBank):
|
|||
NAME = 'bp'
|
||||
MAINTAINER = 'Nicolas Duhamel'
|
||||
EMAIL = 'nicolas@jombi.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u'La banque postale, French bank'
|
||||
CONFIG = ValuesDict(Value('login', label='Account ID'),
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ class CanalplusBackend(BaseBackend, ICapVideo, ICapCollection):
|
|||
NAME = 'canalplus'
|
||||
MAINTAINER = 'Nicolas Duhamel'
|
||||
EMAIL = 'nicolas@jombi.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Canal plus french TV'
|
||||
LICENSE = 'GPLv3'
|
||||
CONFIG = ValuesDict(Value('quality', label='Quality of videos', choices=['hd', 'sd'], default='hd'))
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class CanalTPBackend(BaseBackend, ICapTravel):
|
|||
NAME = 'canaltp'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = "French trains"
|
||||
BROWSER = CanalTP
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class CragrBackend(BaseBackend, ICapBank):
|
|||
NAME = 'cragr'
|
||||
MAINTAINER = 'Xavier Guerrin'
|
||||
EMAIL = 'xavier@tuxfamily.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Credit Agricole french bank\'s website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class CreditMutuelBackend(BaseBackend, ICapBank):
|
|||
NAME = 'creditmutuel'
|
||||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = u'Crédit Mutuel french bank'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = ValuesDict(Value('login', label='Account ID', regexp='^\d{1,13}\w$'),
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class DailymotionBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'dailymotion'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Dailymotion videos website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = DailymotionBrowser
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapContent):
|
|||
NAME = 'dlfp'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = "Da Linux French Page"
|
||||
CONFIG = ValuesDict(Value('username', label='Username', regexp='.+'),
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages):
|
|||
"GenericNewspaperBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
RSS_FEED = None
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class NewspaperEcransBackend(GenericNewspaperBackend, ICapMessages):
|
|||
"NewspaperEcransBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
NAME = 'ecrans'
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class EHentaiBackend(BaseBackend, ICapGallery):
|
|||
NAME = 'ehentai'
|
||||
MAINTAINER = 'Roger Philibert'
|
||||
EMAIL = 'roger.philibert@gmail.com'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'E-hentai galleries'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = EHentaiBrowser
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class FourChanBackend(BaseBackend, ICapMessages):
|
|||
NAME = 'fourchan'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = '4chan website'
|
||||
CONFIG = ValuesDict(Value('boards', label='Boards to fetch'))
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class FranceInterBackend(BaseBackend, ICapRadio, ICapCollection):
|
|||
NAME = 'franceinter'
|
||||
MAINTAINER = 'Johann Broudin'
|
||||
EMAIL = 'johann.broudin@6-8.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = u'The france inter french radio'
|
||||
LICENCE = 'AGPLv3+'
|
||||
BROWSER = FranceInterBrowser
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class GazelleBackend(BaseBackend, ICapTorrent):
|
|||
NAME = 'gazelle'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'gazelle bittorrent tracker'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = ValuesDict(Value('domain', label='Domain (example "ssl.what.cd")'),
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class GeolocIpBackend(BaseBackend, ICapGeolocIp):
|
|||
NAME = 'geolocip'
|
||||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u"IP Addresses geolocalisation with the site www.geolocip.com"
|
||||
BROWSER = BaseBrowser
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class InaBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'ina'
|
||||
MAINTAINER = 'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'INA french video archives'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = InaBrowser
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages):
|
|||
"GenericNewspaperBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
RSS_FEED = None
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class NewspaperInrocksBackend(GenericNewspaperBackend, ICapMessages):
|
|||
"NewspaperInrocksBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
NAME = 'inrocks'
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class IpinfodbBackend(BaseBackend, ICapGeolocIp):
|
|||
NAME = 'ipinfodb'
|
||||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u"IP Addresses geolocalisation with the site ipinfodb.com"
|
||||
BROWSER = BaseBrowser
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class IsohuntBackend(BaseBackend, ICapTorrent):
|
|||
NAME = 'isohunt'
|
||||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'isohunt.com bittorrent tracker'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = IsohuntBrowser
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class KickassBackend(BaseBackend, ICapTorrent):
|
|||
NAME = 'kickass'
|
||||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'kickasstorrent.com bittorrent tracker'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = KickassBrowser
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class LCLBackend(BaseBackend, ICapBank):
|
|||
NAME = 'lcl'
|
||||
MAINTAINER = u'Pierre Mazière'
|
||||
EMAIL = 'pierre.maziere@gmail.com'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Le Credit Lyonnais crappy french bank'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = ValuesDict(Value('login', label='Account ID', regexp='^\d{1,6}\w$'),
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages):
|
|||
"GenericNewspaperBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
RSS_FEED = None
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class NewspaperFigaroBackend(GenericNewspaperBackend, ICapMessages):
|
|||
"NewspaperFigaroBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
NAME = 'lefigaro'
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class lemouvBackend(BaseBackend, ICapRadio, ICapCollection):
|
|||
NAME = 'lemouv'
|
||||
MAINTAINER = 'Johann Broudin'
|
||||
EMAIL = 'johann.broudin@6-8.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = u'The le mouv\' french radio'
|
||||
LICENCE = 'AGPLv3+'
|
||||
BROWSER = lemouvBrowser
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class MediawikiBackend(BaseBackend, ICapContent):
|
|||
NAME = 'mediawiki'
|
||||
MAINTAINER = u'Clément Schreiner'
|
||||
EMAIL = 'clemux@clemux.info'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'Mediawiki wiki software application'
|
||||
CONFIG = ValuesDict(Value('url', label='URL of the Mediawiki website', default='http://en.wikipedia.org/'),
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class MeteofranceBackend(BaseBackend, ICapWeather):
|
|||
NAME = 'meteofrance'
|
||||
MAINTAINER = 'Cedric Defortis'
|
||||
EMAIL = 'cedric@aiur.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Get forecasts from the MeteoFrance website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = MeteofranceBrowser
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages):
|
|||
"GenericNewspaperBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
RSS_FEED = None
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class Newspaper20minutesBackend(GenericNewspaperBackend, ICapMessages):
|
|||
"Newspaper20minutesBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
NAME = 'minutes20'
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class NewsfeedBackend(BaseBackend, ICapMessages):
|
|||
NAME = 'newsfeed'
|
||||
MAINTAINER = u"Clément Schreiner"
|
||||
EMAIL = "clemux@clemux.info"
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = "Loads RSS and Atom feeds from any website"
|
||||
LICENSE = "AGPLv3+"
|
||||
CONFIG = ValuesDict(Value('url', label="Atom/RSS feed's url"))
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class OrangeBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost):
|
|||
NAME = 'orange'
|
||||
MAINTAINER = 'Nicolas Duhamel'
|
||||
EMAIL = 'nicolas@jombi.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Orange french mobile phone provider'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = ValuesDict(Value('login', label='Login'),
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class OuiFMBackend(BaseBackend, ICapRadio, ICapCollection):
|
|||
NAME = 'ouifm'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = u'The Ouï FM french radio'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = OuiFMBrowser
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ class PastealaconBackend(BaseBackend, BasePasteBackend):
|
|||
NAME = 'pastealacon'
|
||||
MAINTAINER = 'Laurent Bachelier'
|
||||
EMAIL = 'laurent@bachelier.name'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Paste a la con paste tool'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = PastealaconBrowser
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class PastebinBackend(BaseBackend, BasePasteBackend):
|
|||
NAME = 'pastebin'
|
||||
MAINTAINER = 'Laurent Bachelier'
|
||||
EMAIL = 'laurent@bachelier.name'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Pastebin paste tool'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = PastebinBrowser
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class PiratebayBackend(BaseBackend, ICapTorrent):
|
|||
NAME = 'piratebay'
|
||||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'the pirate bay bittorrent tracker'
|
||||
LICENSE = 'AGPLv3+'
|
||||
#CONFIG = ValuesDict(Value('domain', label='Domain (example "ssl.what.cd")'),
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class RedmineBackend(BaseBackend, ICapContent):
|
|||
NAME = 'redmine'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'The Redmine project management web application'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = ValuesDict(Value('url', label='URL of the Redmine website'),
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class SfrBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost):
|
|||
NAME = 'sfr'
|
||||
MAINTAINER = 'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'SFR french mobile phone provider'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = ValuesDict(Value('login', label='Login'),
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class SocieteGeneraleBackend(BaseBackend, ICapBank):
|
|||
NAME = 'societegenerale'
|
||||
MAINTAINER = 'Jocelyn Jaubert'
|
||||
EMAIL = 'jocelyn.jaubert@gmail.com'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u'Société Générale french bank\' website'
|
||||
CONFIG = ValuesDict(Value('login', label='Account ID'),
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ class TransilienBackend(BaseBackend, ICapTravel):
|
|||
NAME = 'transilien'
|
||||
MAINTAINER = u'Julien Hébert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = "Transports in Paris"
|
||||
BROWSER = Transilien
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class YahooBackend(BaseBackend, ICapWeather):
|
|||
NAME = 'yahoo'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Yahoo'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = BaseBrowser
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class YoujizzBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'youjizz'
|
||||
MAINTAINER = 'Roger Philibert'
|
||||
EMAIL = 'roger.philibert@gmail.com'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Youjizz videos website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = YoujizzBrowser
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class YoupornBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'youporn'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Youporn videos website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = YoupornBrowser
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ class YoutubeBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'youtube'
|
||||
MAINTAINER = 'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
DESCRIPTION = 'Youtube videos website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = YoutubeBrowser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue