Better descriptions for modules
This commit is contained in:
parent
de02bc749d
commit
0fa7060b68
54 changed files with 58 additions and 63 deletions
|
|
@ -24,14 +24,13 @@ from .browser import NewspaperInrocksBrowser
|
|||
from .tools import rssid
|
||||
|
||||
class NewspaperInrocksBackend(GenericNewspaperBackend, ICapMessages):
|
||||
"NewspaperInrocksBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.b'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
NAME = 'inrocks'
|
||||
DESCRIPTION = u'Inrock French news website'
|
||||
DESCRIPTION = u'Les Inrocks French news website'
|
||||
BROWSER = NewspaperInrocksBrowser
|
||||
RSS_FEED = 'http://www.lesinrocks.com/fileadmin/rss/actus.xml'
|
||||
RSSID = rssid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue