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,9 @@ class Boobank(ReplApplication):
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz'
CAPS = ICapBank CAPS = ICapBank
DESCRIPTION = "Boobank is a console application to get bank accounts, " \ DESCRIPTION = "Console application allowing to list your bank accounts and get their balance, " \
"display history and do transfer operations." "display accounts history and coming bank operations, and transfer money from an account to " \
"another (if available)."
EXTRA_FORMATTERS = {'account_list': AccountListFormatter, EXTRA_FORMATTERS = {'account_list': AccountListFormatter,
'transfer': TransferFormatter, 'transfer': TransferFormatter,
} }

View file

@ -163,9 +163,8 @@ class Boobmsg(ReplApplication):
APPNAME = 'boobmsg' APPNAME = 'boobmsg'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
DESCRIPTION = "Boobmsg is a console application to send messages on " \ DESCRIPTION = "Console application allowing to send messages on various websites and " \
"supported websites and " \ "to display message threads and contents."
"to display messages threads and contents."
CAPS = ICapMessages CAPS = ICapMessages
EXTRA_FORMATTERS = {'msglist': MessagesListFormatter, EXTRA_FORMATTERS = {'msglist': MessagesListFormatter,
'msg': MessageFormatter, 'msg': MessageFormatter,

View file

@ -30,7 +30,7 @@ class Chatoob(ReplApplication):
APPNAME = 'chatoob' APPNAME = 'chatoob'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
DESCRIPTION = 'Chatoob is a console application to chat with contacts.' DESCRIPTION = 'Console application allowing to chat with contacts on various websites.'
CAPS = ICapChat CAPS = ICapChat
def on_new_chat_message(self, message): def on_new_chat_message(self, message):

View file

@ -29,7 +29,7 @@ class Geolooc(ReplApplication):
APPNAME = 'geolooc' APPNAME = 'geolooc'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "Geolooc is a console application to get geolocalization of IP addresses." DESCRIPTION = 'Console application allowing to geolocalize IP addresses.'
CAPS = ICapGeolocIp CAPS = ICapGeolocIp
def main(self, argv): def main(self, argv):

View file

@ -72,7 +72,8 @@ class HaveSex(ReplApplication):
APPNAME = 'havesex' APPNAME = 'havesex'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "Havesex is a console application to interact with dating websites and to help you to seduce women." DESCRIPTION = 'Console application allowing to interact with various dating websites ' \
'and to optimize seduction algorithmically.'
STORAGE_FILENAME = 'dating.storage' STORAGE_FILENAME = 'dating.storage'
STORAGE = {'optims': {}} STORAGE = {'optims': {}}
CAPS = ICapDating CAPS = ICapDating

View file

@ -85,8 +85,8 @@ class Monboob(ReplApplication):
APPNAME = 'monboob' APPNAME = 'monboob'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "Monboob is a daemon to send messages on supported website by email, " \ DESCRIPTION = 'Daemon allowing to regularly check for new messages on various websites, ' \
"and can be used to send replies." 'and send an email for each message, and post a reply to a message on a website.'
CONFIG = {'interval': 300, CONFIG = {'interval': 300,
'domain': 'weboob.example.org', 'domain': 'weboob.example.org',
'recipient': 'weboob@example.org', 'recipient': 'weboob@example.org',

View file

@ -25,8 +25,7 @@ class QBoobMsg(QtApplication):
APPNAME = 'qboobmsg' APPNAME = 'qboobmsg'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "QBoobMsg is a graphical application to read messages on supported " \ DESCRIPTION = 'Qt application allowing to read messages on various websites and reply to them.'
"website and reply to them."
CAPS = ICapMessages CAPS = ICapMessages
def main(self, argv): def main(self, argv):

View file

@ -25,8 +25,7 @@ class QHaveSex(QtApplication):
APPNAME = 'qhavesex' APPNAME = 'qhavesex'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "QHaveSex is a graphical application to interact with dating websites " \ DESCRIPTION = 'Qt application allowing to interact with various dating websites.'
"and help you to seduce women."
CAPS = ICapDating CAPS = ICapDating
STORAGE_FILENAME = 'dating.storage' STORAGE_FILENAME = 'dating.storage'

View file

@ -25,7 +25,7 @@ class QVideoob(QtApplication):
APPNAME = 'qvideoob' APPNAME = 'qvideoob'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "QVideoob is a graphical application to search videos on supported websites and play them." DESCRIPTION = 'Qt application allowing to search videos on various websites and play them.'
CAPS = ICapVideo CAPS = ICapVideo
CONFIG = {'settings': {'nsfw': 1, CONFIG = {'settings': {'nsfw': 1,
'sfw': 1, 'sfw': 1,

View file

@ -24,7 +24,7 @@ class QWebContentEdit(QtApplication):
APPNAME = 'qwebcontentedit' APPNAME = 'qwebcontentedit'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner' COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner'
DESCRIPTION = "Qt application for managing content on supported websites" DESCRIPTION = 'Qt application allowing to manage contents of various websites.'
CAPS = ICapContent CAPS = ICapContent
def main(self, argv): def main(self, argv):

View file

@ -54,8 +54,8 @@ class Radioob(ReplApplication):
APPNAME = 'radioob' APPNAME = 'radioob'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "Radioob is a console application to list radios, play them and get " \ DESCRIPTION = 'Console application allowing to search for web radio stations, listen to them and get information ' \
"informations like the current song." 'like the current song.'
CAPS = ICapRadio CAPS = ICapRadio
EXTRA_FORMATTERS = {'radio_list': RadioListFormatter} EXTRA_FORMATTERS = {'radio_list': RadioListFormatter}
COMMANDS_FORMATTERS = {'list': 'radio_list'} COMMANDS_FORMATTERS = {'list': 'radio_list'}

View file

@ -29,7 +29,7 @@ class Traveloob(ReplApplication):
APPNAME = 'traveloob' APPNAME = 'traveloob'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "Traveloob is a console application to get timelines." DESCRIPTION = 'Console application allowing to search for train stations and get departure times.'
CAPS = ICapTravel CAPS = ICapTravel
DEFAULT_FORMATTER = 'table' DEFAULT_FORMATTER = 'table'

View file

@ -57,8 +57,8 @@ class Videoob(ReplApplication):
APPNAME = 'videoob' APPNAME = 'videoob'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele'
DESCRIPTION = "Videoob is a console application to search videos on supported websites " \ DESCRIPTION = 'Console application allowing to search for videos on various websites, ' \
"and to play them or get informations." 'play and download them and get information.'
CAPS = ICapVideo CAPS = ICapVideo
EXTRA_FORMATTERS = {'video_list': VideoListFormatter} EXTRA_FORMATTERS = {'video_list': VideoListFormatter}
COMMANDS_FORMATTERS = {'search': 'video_list'} COMMANDS_FORMATTERS = {'search': 'video_list'}

View file

@ -41,6 +41,7 @@ class VideoobWeb(BaseApplication):
APPNAME = 'videoob-webserver' APPNAME = 'videoob-webserver'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
DESCRIPTION = 'WSGI web server application allowing to search for videos on various websites.'
CAPS = ICapVideo CAPS = ICapVideo
CONFIG = dict(host='localhost', port=8080) CONFIG = dict(host='localhost', port=8080)

View file

@ -35,8 +35,7 @@ class WebContentEdit(ReplApplication):
APPNAME = 'webcontentedit' APPNAME = 'webcontentedit'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "Webcontentedit is a console application to display and " \ DESCRIPTION = 'Console application allowing to display and edit contents on various websites.'
"edit contents on supported websites."
CAPS = ICapContent CAPS = ICapContent
def do_edit(self, line): def do_edit(self, line):

View file

@ -80,8 +80,8 @@ class Weboorrents(ReplApplication):
APPNAME = 'weboorrents' APPNAME = 'weboorrents'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "Weboorrents is a console application to search torrents on supported trackers " \ DESCRIPTION = 'Console application allowing to search for torrents on various trackers ' \
"and to download .torrent files." 'and download .torrent files.'
CAPS = ICapTorrent CAPS = ICapTorrent
EXTRA_FORMATTERS = {'torrent_list': TorrentListFormatter, EXTRA_FORMATTERS = {'torrent_list': TorrentListFormatter,
'torrent_info': TorrentInfoFormatter, 'torrent_info': TorrentInfoFormatter,

View file

@ -75,7 +75,7 @@ class WetBoobs(ReplApplication):
APPNAME = 'wetboobs' APPNAME = 'wetboobs'
VERSION = '0.8' VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "Wetboobs is a console application to display weather and forecasts in your city." DESCRIPTION = 'Console application allowing to display weather and forecasts in your city.'
CAPS = ICapWeather CAPS = ICapWeather
EXTRA_FORMATTERS = {'cities': CitiesFormatter, EXTRA_FORMATTERS = {'cities': CitiesFormatter,
'current': CurrentFormatter, 'current': CurrentFormatter,