bump to 0.c
This commit is contained in:
parent
f119e2e584
commit
8e391d0b88
93 changed files with 94 additions and 94 deletions
|
|
@ -41,7 +41,7 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil
|
|||
|
||||
class VideoobWeb(BaseApplication):
|
||||
APPNAME = 'videoob-webserver'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = 'WSGI web server application allowing to search for videos on various websites.'
|
||||
CAPS = ICapVideo
|
||||
|
|
|
|||
|
|
@ -47,9 +47,9 @@ copyright = u'2010-2011, Romain Bignon, Christophe Benz'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.b'
|
||||
version = '0.c'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.b'
|
||||
release = '0.c'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class ArteBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'arte'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Arte French and German TV'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(Value('lang', label='Lang of videos',
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
|
|||
NAME = 'aum'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u'"Adopte un Mec" French dating website'
|
||||
CONFIG = BackendConfig(Value('username', label='Username'),
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class BNPorcBackend(BaseBackend, ICapBank):
|
|||
NAME = 'bnporc'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'BNP Paribas French bank website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class BoursoramaBackend(BaseBackend, ICapBank):
|
|||
NAME = 'boursorama'
|
||||
MAINTAINER = 'Gabriel Kerneis'
|
||||
EMAIL = 'gabriel@kerneis.info'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u'Boursorama French bank website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class BouyguesBackend(BaseBackend, ICapMessages, ICapMessagesPost):
|
|||
NAME = 'bouygues'
|
||||
MAINTAINER = 'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = u'Bouygues Télécom French mobile phone provider'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(Value('login', label='Login'),
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class BPBackend(BaseBackend, ICapBank):
|
|||
NAME = 'bp'
|
||||
MAINTAINER = 'Nicolas Duhamel'
|
||||
EMAIL = 'nicolas@jombi.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u'La Banque Postale French bank website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ class CanalplusBackend(BaseBackend, ICapVideo, ICapCollection):
|
|||
NAME = 'canalplus'
|
||||
MAINTAINER = 'Nicolas Duhamel'
|
||||
EMAIL = 'nicolas@jombi.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Canal Plus French TV'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(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.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = "French trains"
|
||||
BROWSER = CanalTP
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ class CappedBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'cappedtv'
|
||||
MAINTAINER = 'Lord'
|
||||
EMAIL = 'lord@lordtoniok.com'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Capped.tv demoscene website'
|
||||
LICENSE = 'WTFPLv2'
|
||||
BROWSER = CappedBrowser
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ class CmbBackend(BaseBackend, ICapBank):
|
|||
NAME = 'cmb'
|
||||
MAINTAINER = 'Johann Broudin'
|
||||
EMAIL = 'Johann.Broudin@6-8.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u'Crédit Mutuel de Bretagne French bank website'
|
||||
CONFIG = BackendConfig(
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class CragrBackend(BaseBackend, ICapBank):
|
|||
NAME = 'cragr'
|
||||
MAINTAINER = 'Xavier Guerrin'
|
||||
EMAIL = 'xavier@tuxfamily.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = u'Crédit Agricole French bank website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class CreditMutuelBackend(BaseBackend, ICapBank):
|
|||
NAME = 'creditmutuel'
|
||||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = u'Crédit Mutuel French bank website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='^\d{1,13}\w$', masked=False),
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class DailymotionBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'dailymotion'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Dailymotion video streaming website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = DailymotionBrowser
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapContent):
|
|||
NAME = 'dlfp'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = "Da Linux French Page news website"
|
||||
CONFIG = BackendConfig(Value('username', label='Username', regexp='.+'),
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ from .tools import rssid, url2id
|
|||
class NewspaperEcransBackend(GenericNewspaperBackend, ICapMessages):
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = '4chan image board'
|
||||
CONFIG = BackendConfig(Value('boards', label='Boards to fetch'))
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class PluzzBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'francetelevisions'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = u'France Télévisions video website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = PluzzBrowser
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class FreeMobileBackend(BaseBackend, ICapBill):
|
|||
NAME = 'freemobile'
|
||||
MAINTAINER = 'Florent Fourcot'
|
||||
EMAIL = 'weboob@flo.fourcot.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'Free Mobile website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login',
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class GazelleBackend(BaseBackend, ICapTorrent):
|
|||
NAME = 'gazelle'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Gazelle-based BitTorrent trackers'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(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.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u"GeolocIP IP addresses geolocation service"
|
||||
BROWSER = BaseBrowser
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class HDSBackend(BaseBackend, ICapMessages):
|
|||
NAME = 'hds'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u"Histoires de Sexe French erotic novels"
|
||||
STORAGE = {'seen': []}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class HSBCBackend(BaseBackend, ICapBank):
|
|||
NAME = 'hsbc'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'HSBC France bank website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class InaBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'ina'
|
||||
MAINTAINER = 'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'INA French TV video archives'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = InaBrowser
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class INGBackend(BaseBackend, ICapBank):
|
|||
NAME = 'ing'
|
||||
MAINTAINER = 'Florent Fourcot'
|
||||
EMAIL = 'weboob@flo.fourcot.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'ING Direct French bank website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login',
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ from .tools import rssid
|
|||
class NewspaperInrocksBackend(GenericNewspaperBackend, ICapMessages):
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u"IPInfoDB IP addresses geolocation service"
|
||||
BROWSER = BaseBrowser
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class IsohuntBackend(BaseBackend, ICapTorrent):
|
|||
NAME = 'isohunt'
|
||||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'isoHunt BitTorrent tracker'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = IsohuntBrowser
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ class IzneoBackend(BaseBackend, ICapGallery):
|
|||
NAME = 'izneo'
|
||||
MAINTAINER = 'Roger Philibert'
|
||||
EMAIL = 'roger.philibert@gmail.com'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Izneo digital comics'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = IzneoBrowser
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class KickassBackend(BaseBackend, ICapTorrent):
|
|||
NAME = 'kickass'
|
||||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Kickass Torrents 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.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = u'Le Crédit Lyonnais French bank website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='^\d{1,6}\w$', masked=False),
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ from .tools import rssid
|
|||
class NewspaperFigaroBackend(GenericNewspaperBackend, ICapMessages):
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
NAME = 'lefigaro'
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class MediawikiBackend(BaseBackend, ICapContent):
|
|||
NAME = 'mediawiki'
|
||||
MAINTAINER = u'Clément Schreiner'
|
||||
EMAIL = 'clemux@clemux.info'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = 'Wikis running MediaWiki, like Wikipedia'
|
||||
CONFIG = BackendConfig(Value('url', label='URL of the Mediawiki website', default='http://en.wikipedia.org/', regexp='https?://.*'),
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class MeteofranceBackend(BaseBackend, ICapWeather):
|
|||
NAME = 'meteofrance'
|
||||
MAINTAINER = 'Cedric Defortis'
|
||||
EMAIL = 'cedric@aiur.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Get forecasts from the MeteoFrance website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = MeteofranceBrowser
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ from .tools import rssid
|
|||
class Newspaper20minutesBackend(GenericNewspaperBackend, ICapMessages):
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = "Loads RSS and Atom feeds from any website"
|
||||
LICENSE = "AGPLv3+"
|
||||
CONFIG = BackendConfig(Value('url', label="Atom/RSS feed's url", regexp='https?://.*'))
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class NolifeTVBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'nolifetv'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'NolifeTV French video streaming website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = NolifeTVBrowser
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class NovaBackend(BaseBackend, ICapRadio, ICapCollection):
|
|||
NAME = 'nova'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = u'Nova French radio'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = NovaBrowser
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class AloesBackend(BaseBackend, ICapBook):
|
|||
NAME = 'opacwebaloes'
|
||||
MAINTAINER = u'Jeremy Monnet'
|
||||
EMAIL = 'jmonnet@gmail.com'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Aloes Library software'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,6}\w$'),
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class OrangeBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost):
|
|||
NAME = 'orange'
|
||||
MAINTAINER = 'Nicolas Duhamel'
|
||||
EMAIL = 'nicolas@jombi.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Orange French mobile phone provider'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(Value('login', label='Login'),
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class OuiFMBackend(BaseBackend, ICapRadio, ICapCollection):
|
|||
NAME = 'ouifm'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = u'Ouï FM French radio'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = StandardBrowser
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class PapBackend(BaseBackend, ICapHousing):
|
|||
NAME = 'pap'
|
||||
MAINTAINER = u'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'French housing website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = PapBrowser
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ class PastealaconBackend(BaseBackend, BasePasteBackend):
|
|||
NAME = 'pastealacon'
|
||||
MAINTAINER = 'Laurent Bachelier'
|
||||
EMAIL = 'laurent@bachelier.name'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = u'Paste à la con text sharing tool'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = PastealaconBrowser
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class PastebinBackend(BaseBackend, BasePasteBackend):
|
|||
NAME = 'pastebin'
|
||||
MAINTAINER = 'Laurent Bachelier'
|
||||
EMAIL = 'laurent@bachelier.name'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Pastebin text sharing service'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = PastebinBrowser
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ class PhpBBBackend(BaseBackend, ICapMessages, ICapMessagesPost):
|
|||
NAME = 'phpbb'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = "phpBB forum"
|
||||
CONFIG = BackendConfig(Value('url', label='URL of forum', regexp='https?://.*'),
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class PiratebayBackend(BaseBackend, ICapTorrent):
|
|||
NAME = 'piratebay'
|
||||
MAINTAINER = 'Julien Veyssier'
|
||||
EMAIL = 'julien.veyssier@aiur.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'The Pirate Bay BitTorrent tracker'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = PiratebayBrowser
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ from weboob.tools.newsfeed import Newsfeed
|
|||
class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages):
|
||||
MAINTAINER = 'Florent Fourcot'
|
||||
EMAIL = 'weboob@flo.fourcot.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
NAME = 'presseurop'
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection, ICapVideo):
|
|||
NAME = 'radiofrance'
|
||||
MAINTAINER = 'Laurent Bachelier'
|
||||
EMAIL = 'laurent@bachelier.name'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = u'Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv\''
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = RadioFranceBrowser
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ class RedmineBackend(BaseBackend, ICapContent, ICapBugTracker, ICapCollection):
|
|||
NAME = 'redmine'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'The Redmine project management web application'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(Value('url', label='URL of the Redmine website', regexp=r'https?://.*'),
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class SachsenLevelBackend(BaseBackend, ICapWaterLevel):
|
|||
NAME = 'sachsen'
|
||||
MAINTAINER = 'Florent Fourcot'
|
||||
EMAIL = 'weboob@flo.fourcot.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u"Level of Sachsen river"
|
||||
BROWSER = SachsenBrowser
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class SeLogerBackend(BaseBackend, ICapHousing):
|
|||
NAME = 'seloger'
|
||||
MAINTAINER = u'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'French housing website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
ICON = 'http://static.poliris.com/z/portail/svx/portals/sv6_gen/favicon.png'
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class SfrBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost):
|
|||
NAME = 'sfr'
|
||||
MAINTAINER = 'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'SFR French mobile phone provider'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(Value('login', label='Login'),
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class SocieteGeneraleBackend(BaseBackend, ICapBank):
|
|||
NAME = 'societegenerale'
|
||||
MAINTAINER = 'Jocelyn Jaubert'
|
||||
EMAIL = 'jocelyn.jaubert@gmail.com'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u'Société Générale French bank website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class TransilienBackend(BaseBackend, ICapTravel):
|
|||
NAME = 'transilien'
|
||||
MAINTAINER = u'Julien Hébert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u"Public transportation in the Paris area"
|
||||
BROWSER = Transilien
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class YahooBackend(BaseBackend, ICapWeather):
|
|||
NAME = 'yahoo'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'YouJizz pornographic video streaming website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = YoujizzBrowser
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class YoupornBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'youporn'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'YouPorn pornographic video streaming website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = YoupornBrowser
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ class YoutubeBackend(BaseBackend, ICapVideo):
|
|||
NAME = 'youtube'
|
||||
MAINTAINER = 'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'YouTube video streaming website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = YoutubeBrowser
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -193,7 +193,7 @@ if options.xdg:
|
|||
|
||||
setup(
|
||||
name='weboob',
|
||||
version = '0.b',
|
||||
version = '0.c',
|
||||
description='Weboob, Web Out Of Browsers',
|
||||
long_description=open('README').read(),
|
||||
author='Romain Bignon',
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ class AccountListFormatter(IFormatter):
|
|||
|
||||
class Boobank(ReplApplication):
|
||||
APPNAME = 'boobank'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application to participate to a Boobathon.'
|
||||
CAPS = ICapContent
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class SubscriptionsFormatter(IFormatter):
|
|||
|
||||
class Boobill(ReplApplication):
|
||||
APPNAME = 'boobill'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2012 Florent Fourcot'
|
||||
DESCRIPTION = 'Console application allowing to get and download bills.'
|
||||
CAPS = ICapBill
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ class MessagesListFormatter(IFormatter):
|
|||
|
||||
class Boobmsg(ReplApplication):
|
||||
APPNAME = 'boobmsg'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = "Console application allowing to send messages on various websites and " \
|
||||
"to display message threads and contents."
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class RentedListFormatter(IFormatter):
|
|||
|
||||
class Boobooks(ReplApplication):
|
||||
APPNAME = 'boobooks'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2012 Jeremy Monnet'
|
||||
CAPS = ICapBook
|
||||
DESCRIPTION = "Console application allowing to list your books rented or booked at the library, " \
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ class IssuesListFormatter(IFormatter):
|
|||
|
||||
class BoobTracker(ReplApplication):
|
||||
APPNAME = 'boobtracker'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2011 Romain Bignon'
|
||||
DESCRIPTION = "Console application allowing to send messages on various websites and " \
|
||||
"to display message threads and contents."
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ class HousingListFormatter(IFormatter):
|
|||
|
||||
class Flatboob(ReplApplication):
|
||||
APPNAME = 'flatboob'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2012 Romain Bignon'
|
||||
DESCRIPTION = 'Console application to search a house.'
|
||||
CAPS = ICapHousing
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class GalleryListFormatter(IFormatter):
|
|||
|
||||
class Galleroob(ReplApplication):
|
||||
APPNAME = 'galleroob'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = u'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.b'
|
||||
VERSION = '0.c'
|
||||
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 HaveDate(ReplApplication):
|
||||
APPNAME = 'havedate'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2012 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.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Qt application allowing to read messages on various websites and reply to them.'
|
||||
CAPS = ICapMessages
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QFlatBoob(QtApplication):
|
||||
APPNAME = 'qflatboob'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon'
|
||||
DESCRIPTION = 'Qt application to find housings.'
|
||||
CAPS = ICapHousing
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QHaveDate(QtApplication):
|
||||
APPNAME = 'qhavedate'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2012 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.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Qt application allowing to search videos on various websites and play them.'
|
||||
CAPS = ICapVideo
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QWebContentEdit(QtApplication):
|
||||
APPNAME = 'qwebcontentedit'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner'
|
||||
DESCRIPTION = 'Qt application allowing to manage contents of various websites.'
|
||||
CAPS = ICapContent
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from weboob.tools.application.qt import BackendCfg, QtApplication
|
|||
|
||||
class QWeboobCfg(QtApplication):
|
||||
APPNAME = 'qweboobcfg'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
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.'
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ __all__ = ['Traveloob']
|
|||
|
||||
class Traveloob(ReplApplication):
|
||||
APPNAME = 'traveloob'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
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.'
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ __all__ = ['WebContentEdit']
|
|||
|
||||
class WebContentEdit(ReplApplication):
|
||||
APPNAME = 'webcontentedit'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
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."
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['WeboobCli']
|
|||
|
||||
class WeboobCli(ReplApplication):
|
||||
APPNAME = 'weboob-cli'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
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.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = "Weboob-Debug is a console application to debug backends."
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ __all__ = ['WeboobRepos']
|
|||
|
||||
class WeboobRepos(ReplApplication):
|
||||
APPNAME = 'weboob-repos'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2012 Romain Bignon'
|
||||
DESCRIPTION = "Weboob-repos is a console application to manage a Weboob Repository."
|
||||
COMMANDS_FORMATTERS = {'backends': 'table',
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ class TorrentListFormatter(IFormatter):
|
|||
|
||||
class Weboorrents(ReplApplication):
|
||||
APPNAME = 'weboorrents'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to search for torrents on various trackers ' \
|
||||
'and download .torrent files.'
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class CitiesFormatter(IFormatter):
|
|||
|
||||
class WetBoobs(ReplApplication):
|
||||
APPNAME = 'wetboobs'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to display weather and forecasts in your city.'
|
||||
CAPS = (ICapWeather, ICapWaterLevel)
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ __all__ = ['Weboob']
|
|||
|
||||
|
||||
class Weboob(object):
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
BACKENDS_FILENAME = 'backends'
|
||||
|
||||
def __init__(self, workdir=None, backends_filename=None, scheduler=None, storage=None):
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class GenericComicReaderBackend(BaseBackend, ICapGallery):
|
|||
NAME = 'genericcomicreader'
|
||||
MAINTAINER = 'Noé Rubinstein'
|
||||
EMAIL = 'noe.rubinstein@gmail.com'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
DESCRIPTION = 'Generic comic reader backend; subclasses implement specific sites'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = GenericComicReaderBrowser
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages):
|
|||
"GenericNewspaperBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.b'
|
||||
VERSION = '0.c'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
RSS_FEED = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue