Better descriptions for modules

This commit is contained in:
Laurent Bachelier 2012-02-11 00:46:48 +01:00
commit 0fa7060b68
54 changed files with 58 additions and 63 deletions

View file

@ -24,16 +24,13 @@ from .browser import NewspaperFigaroBrowser
from .tools import rssid
class NewspaperFigaroBackend(GenericNewspaperBackend, ICapMessages):
"NewspaperFigaroBackend class"
MAINTAINER = 'Julien Hebert'
EMAIL = 'juke@free.fr'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
STORAGE = {'seen': {}}
NAME = 'lefigaro'
DESCRIPTION = u'Lefigaro French news website'
DESCRIPTION = u'Le Figaro French newspaper website'
BROWSER = NewspaperFigaroBrowser
RSS_FEED = 'http://rss.lefigaro.fr/lefigaro/laune?format=xml'
RSSID = rssid