bump to 0.b
This commit is contained in:
parent
7e00089590
commit
4be4b40509
83 changed files with 84 additions and 84 deletions
|
|
@ -126,7 +126,7 @@ class AccountListFormatter(IFormatter):
|
|||
|
||||
class Boobank(ReplApplication):
|
||||
APPNAME = 'boobank'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz'
|
||||
CAPS = ICapBank
|
||||
DESCRIPTION = "Console application allowing to list your bank accounts and get their balance, " \
|
||||
|
|
|
|||
|
|
@ -274,7 +274,7 @@ h2. Attendees
|
|||
|
||||
class Boobathon(ReplApplication):
|
||||
APPNAME = 'boobathon'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application to participate to a Boobathon.'
|
||||
CAPS = ICapContent
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ class MessagesListFormatter(IFormatter):
|
|||
|
||||
class Boobmsg(ReplApplication):
|
||||
APPNAME = 'boobmsg'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = "Console application allowing to send messages on various websites and " \
|
||||
"to display message threads and contents."
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ class IssuesListFormatter(IFormatter):
|
|||
|
||||
class BoobTracker(ReplApplication):
|
||||
APPNAME = 'boobtracker'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2011 Romain Bignon'
|
||||
DESCRIPTION = "Console application allowing to send messages on various websites and " \
|
||||
"to display message threads and contents."
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ __all__ = ['Chatoob']
|
|||
|
||||
class Chatoob(ReplApplication):
|
||||
APPNAME = 'chatoob'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = 'Console application allowing to chat with contacts on various websites.'
|
||||
CAPS = ICapChat
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class GalleryListFormatter(IFormatter):
|
|||
|
||||
class Galleroob(ReplApplication):
|
||||
APPNAME = 'galleroob'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = u'Copyright(C) 2011 Noé Rubinstein'
|
||||
DESCRIPTION = 'galleroob browses and downloads web image galleries'
|
||||
CAPS = ICapGallery
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ __all__ = ['Geolooc']
|
|||
|
||||
class Geolooc(ReplApplication):
|
||||
APPNAME = 'geolooc'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to geolocalize IP addresses.'
|
||||
CAPS = ICapGeolocIp
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class ProfileFormatter(IFormatter):
|
|||
|
||||
class HaveSex(ReplApplication):
|
||||
APPNAME = 'havesex'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to interact with various dating websites ' \
|
||||
'and to optimize seduction algorithmically.'
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ class MasstransitHildon():
|
|||
class Masstransit(BaseApplication):
|
||||
"Application Class"
|
||||
APPNAME = 'masstransit'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Julien Hébert'
|
||||
|
||||
def main(self, argv):
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ class MonboobScheduler(Scheduler):
|
|||
|
||||
class Monboob(ReplApplication):
|
||||
APPNAME = 'monboob'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
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.'
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ __all__ = ['Pastoob']
|
|||
|
||||
class Pastoob(ReplApplication):
|
||||
APPNAME = 'pastoob'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2011 Laurent Bachelier'
|
||||
DESCRIPTION = 'Console application allowing to post and get pastes from pastebins.'
|
||||
CAPS = ICapPaste
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QBoobMsg(QtApplication):
|
||||
APPNAME = 'qboobmsg'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Qt application allowing to read messages on various websites and reply to them.'
|
||||
CAPS = ICapMessages
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QHaveSex(QtApplication):
|
||||
APPNAME = 'qhavesex'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Qt application allowing to interact with various dating websites.'
|
||||
CAPS = ICapDating
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QVideoob(QtApplication):
|
||||
APPNAME = 'qvideoob'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Qt application allowing to search videos on various websites and play them.'
|
||||
CAPS = ICapVideo
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from .main_window import MainWindow
|
|||
|
||||
class QWebContentEdit(QtApplication):
|
||||
APPNAME = 'qwebcontentedit'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner'
|
||||
DESCRIPTION = 'Qt application allowing to manage contents of various websites.'
|
||||
CAPS = ICapContent
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from weboob.tools.application.qt import BackendCfg, QtApplication
|
|||
|
||||
class QWeboobCfg(QtApplication):
|
||||
APPNAME = 'qweboobcfg'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "weboob-config-qt is a graphical application to add/edit/remove backends, " \
|
||||
"and to register new website accounts."
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ class RadioListFormatter(IFormatter):
|
|||
|
||||
class Radioob(ReplApplication):
|
||||
APPNAME = 'radioob'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to search for web radio stations, listen to them and get information ' \
|
||||
'like the current song.'
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ __all__ = ['Traveloob']
|
|||
|
||||
class Traveloob(ReplApplication):
|
||||
APPNAME = 'traveloob'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to search for train stations and get departure times.'
|
||||
CAPS = ICapTravel
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ class VideoListFormatter(IFormatter):
|
|||
|
||||
class Videoob(ReplApplication):
|
||||
APPNAME = 'videoob'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele'
|
||||
DESCRIPTION = 'Console application allowing to search for videos on various websites, ' \
|
||||
'play and download them and get information.'
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil
|
|||
|
||||
class VideoobWeb(BaseApplication):
|
||||
APPNAME = 'videoob-webserver'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = 'WSGI web server application allowing to search for videos on various websites.'
|
||||
CAPS = ICapVideo
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ __all__ = ['WebContentEdit']
|
|||
|
||||
class WebContentEdit(ReplApplication):
|
||||
APPNAME = 'webcontentedit'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to display and edit contents on various websites.'
|
||||
CAPS = ICapContent
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ __all__ = ['WeboobCfg']
|
|||
|
||||
class WeboobCfg(ReplApplication):
|
||||
APPNAME = 'weboob-config'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2012 Christophe Benz, Romain Bignon'
|
||||
DESCRIPTION = "Weboob-Config is a console application to add/edit/remove backends, " \
|
||||
"and to register new website accounts."
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['WeboobCli']
|
|||
|
||||
class WeboobCli(ReplApplication):
|
||||
APPNAME = 'weboob-cli'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n'
|
||||
SYNOPSIS += ' %prog [--help] [--version]'
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ from weboob.tools.application.repl import ReplApplication
|
|||
|
||||
class WeboobDebug(ReplApplication):
|
||||
APPNAME = 'weboobdebug'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = "Weboob-Debug is a console application to debug backends."
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ __all__ = ['WeboobRepos']
|
|||
|
||||
class WeboobRepos(ReplApplication):
|
||||
APPNAME = 'weboob-repos'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2012 Romain Bignon'
|
||||
DESCRIPTION = "Weboob-repos is a console application to manage a Weboob Repository."
|
||||
COMMANDS_FORMATTERS = {'backends': 'table',
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ class TorrentListFormatter(IFormatter):
|
|||
|
||||
class Weboorrents(ReplApplication):
|
||||
APPNAME = 'weboorrents'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to search for torrents on various trackers ' \
|
||||
'and download .torrent files.'
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ class CitiesFormatter(IFormatter):
|
|||
|
||||
class WetBoobs(ReplApplication):
|
||||
APPNAME = 'wetboobs'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = 'Console application allowing to display weather and forecasts in your city.'
|
||||
CAPS = ICapWeather
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ __all__ = ['Weboob']
|
|||
|
||||
|
||||
class Weboob(object):
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
BACKENDS_FILENAME = 'backends'
|
||||
|
||||
def __init__(self, workdir=None, backends_filename=None, scheduler=None, storage=None):
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ class GenericComicReaderBackend(BaseBackend, ICapGallery):
|
|||
NAME = 'genericcomicreader'
|
||||
MAINTAINER = 'Noé Rubinstein'
|
||||
EMAIL = 'noe.rubinstein@gmail.com'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
DESCRIPTION = 'Generic comic reader backend; subclasses implement specific sites'
|
||||
LICENSE = 'AGPLv3+'
|
||||
BROWSER = GenericComicReaderBrowser
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages):
|
|||
"GenericNewspaperBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.a'
|
||||
VERSION = '0.b'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
RSS_FEED = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue