Better modules descriptions

This commit is contained in:
Laurent Bachelier 2013-03-27 00:03:20 +01:00
commit 9518899b34
11 changed files with 11 additions and 11 deletions

View file

@ -30,7 +30,7 @@ class SevenFiftyGramsBackend(BaseBackend, ICapRecipe):
MAINTAINER = u'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.g'
DESCRIPTION = '750g recipe website'
DESCRIPTION = u'750g French recipe website'
LICENSE = 'AGPLv3+'
BROWSER = SevenFiftyGramsBrowser

View file

@ -32,7 +32,7 @@ class AllocineBackend(BaseBackend, ICapCinema):
MAINTAINER = u'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.g'
DESCRIPTION = 'Allocine french cinema database service'
DESCRIPTION = u'AlloCiné French cinema database service'
LICENSE = 'AGPLv3+'
BROWSER = AllocineBrowser

View file

@ -32,7 +32,7 @@ class AttilasubBackend(BaseBackend, ICapSubtitle):
MAINTAINER = u'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.g'
DESCRIPTION = '"Attila'' s Website 2.0" french subtitles'
DESCRIPTION = '"Attila\'s Website 2.0" French subtitles'
LICENSE = 'AGPLv3+'
LANGUAGE_LIST = ['fr']
BROWSER = AttilasubBrowser

View file

@ -34,7 +34,7 @@ class BredBackend(BaseBackend, ICapBank):
MAINTAINER = u'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.g'
DESCRIPTION = u'Bred French bank website'
DESCRIPTION = u'BRED French bank website'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
ValueBackendPassword('password', label='Password of account'))

View file

@ -32,7 +32,7 @@ class BtmonBackend(BaseBackend, ICapTorrent):
MAINTAINER = u'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.g'
DESCRIPTION = 'Btmon BitTorrent tracker'
DESCRIPTION = 'BTMon BitTorrent database'
LICENSE = 'AGPLv3+'
BROWSER = BtmonBrowser

View file

@ -33,7 +33,7 @@ class CmsoBackend(BaseBackend, ICapBank):
MAINTAINER = u'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.g'
DESCRIPTION = u'Credit Mutuel Sud Ouest French bank website'
DESCRIPTION = u'Crédit Mutuel Sud-Ouest French bank website'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
ValueBackendPassword('password', label='Password'))

View file

@ -34,7 +34,7 @@ class CreditCooperatifBackend(BaseBackend, ICapBank):
MAINTAINER = u'Kevin Pouget'
EMAIL = 'weboob@kevin.pouget.me'
VERSION = '0.g'
DESCRIPTION = u'Credit Cooperatif French bank website'
DESCRIPTION = u'Crédit Coopératif French bank website'
LICENSE = 'AGPLv3+'
auth_type = {'particular': "Interface Particuliers",
'weak' : "Code confidentiel (pro)",

View file

@ -35,7 +35,7 @@ class CreditDuNordBackend(BaseBackend, ICapBank):
MAINTAINER = u'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.g'
DESCRIPTION = u'Crédit du Nord French bank website'
DESCRIPTION = u'Crédit du Nord, Banque Courtois, Kolb, Tarneaud French bank website'
LICENSE = 'AGPLv3+'
website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({
'www.credit-du-nord.fr': u'Crédit du Nord',

View file

@ -35,7 +35,7 @@ class CuisineazBackend(BaseBackend, ICapRecipe):
MAINTAINER = u'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.g'
DESCRIPTION = 'Cuisine AZ recipe website'
DESCRIPTION = u'Cuisine AZ French recipe website'
LICENSE = 'AGPLv3+'
BROWSER = CuisineazBrowser

View file

@ -32,7 +32,7 @@ class MarmitonBackend(BaseBackend, ICapRecipe):
MAINTAINER = u'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.g'
DESCRIPTION = 'Marmiton recipe website'
DESCRIPTION = u'Marmiton French recipe website'
LICENSE = 'AGPLv3+'
BROWSER = MarmitonBrowser

View file

@ -32,7 +32,7 @@ class ParolesmaniaBackend(BaseBackend, ICapLyrics):
MAINTAINER = u'Julien Veyssier'
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.g'
DESCRIPTION = 'parolesmania lyrics website'
DESCRIPTION = 'Paroles Mania lyrics website'
LICENSE = 'AGPLv3+'
BROWSER = ParolesmaniaBrowser