Fix application descriptions.

This commit is contained in:
Christophe Benz 2011-03-31 19:35:46 +02:00 committed by Romain Bignon
commit c7ff4640a0
17 changed files with 25 additions and 26 deletions

View file

@ -85,8 +85,8 @@ class Monboob(ReplApplication):
APPNAME = 'monboob'
VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "Monboob is a daemon to send messages on supported website by email, " \
"and can be used to send replies."
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.'
CONFIG = {'interval': 300,
'domain': 'weboob.example.org',
'recipient': 'weboob@example.org',