update copyrights
This commit is contained in:
parent
843e98e262
commit
81f9980623
22 changed files with 22 additions and 22 deletions
|
|
@ -38,7 +38,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'Weboob'
|
||||
copyright = u'2010, Romain Bignon, Christophe Benz'
|
||||
copyright = u'2010-2011, Romain Bignon, Christophe Benz'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ class AccountListFormatter(IFormatter):
|
|||
class Boobank(ReplApplication):
|
||||
APPNAME = 'boobank'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon, Christophe Benz'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz'
|
||||
CAPS = ICapBank
|
||||
DESCRIPTION = "Boobank is a console application to get bank accounts, " \
|
||||
"display history and do transfer operations."
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ class MessagesListFormatter(IFormatter):
|
|||
class Boobmsg(ReplApplication):
|
||||
APPNAME = 'boobmsg'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = "Boobmsg is a console application to send messages on supported websites and " \
|
||||
"to display messages threads and contents."
|
||||
CAPS = ICapMessages
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ __all__ = ['Chatoob']
|
|||
class Chatoob(ReplApplication):
|
||||
APPNAME = 'chatoob'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = 'Chatoob is a console application to chat with contacts.'
|
||||
CAPS = ICapChat
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['Geolooc']
|
|||
class Geolooc(ReplApplication):
|
||||
APPNAME = 'geolooc'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "Geolooc is a console application to get geolocalization of IP addresses."
|
||||
CAPS = ICapGeolocIp
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ class ProfileFormatter(IFormatter):
|
|||
class HaveSex(ReplApplication):
|
||||
APPNAME = 'havesex'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 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."
|
||||
STORAGE_FILENAME = 'dating.storage'
|
||||
STORAGE = {'optims': {}}
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ class Masstransit(BaseApplication):
|
|||
"Application Class"
|
||||
APPNAME = 'masstransit'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Julien Hébert'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Julien Hébert'
|
||||
|
||||
def main(self, argv):
|
||||
self.load_backends(ICapTravel)
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ class MonboobScheduler(Scheduler):
|
|||
class Monboob(ReplApplication):
|
||||
APPNAME = 'monboob'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
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."
|
||||
CONFIG = {'interval': 300,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from .main_window import MainWindow
|
|||
class QBoobMsg(QtApplication):
|
||||
APPNAME = 'qboobmsg'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "QBoobMsg is a graphical application to read messages on supported " \
|
||||
"website and reply to them."
|
||||
CAPS = ICapMessages
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from .main_window import MainWindow
|
|||
class QHaveSex(QtApplication):
|
||||
APPNAME = 'qhavesex'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "QHaveSex is a graphical application to interact with dating websites " \
|
||||
"and help you to seduce women."
|
||||
CAPS = ICapDating
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from .main_window import MainWindow
|
|||
class QVideoob(QtApplication):
|
||||
APPNAME = 'qvideoob'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "QVideoob is a graphical application to search videos on supported websites and play them."
|
||||
CAPS = ICapVideo
|
||||
CONFIG = {'settings': {'nsfw': 1,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from weboob.tools.application.qt import BackendCfg, QtApplication
|
|||
class QWeboobCfg(QtApplication):
|
||||
APPNAME = 'qweboobcfg'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
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."
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class RadioListFormatter(IFormatter):
|
|||
class Radioob(ReplApplication):
|
||||
APPNAME = 'radioob'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "Radioob is a console application to list radios, play them and get " \
|
||||
"informations like the current song."
|
||||
CAPS = ICapRadio
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ __all__ = ['Traveloob']
|
|||
class Traveloob(ReplApplication):
|
||||
APPNAME = 'traveloob'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "Traveloob is a console application to get timelines."
|
||||
CAPS = ICapTravel
|
||||
DEFAULT_FORMATTER = 'table'
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class VideoListFormatter(IFormatter):
|
|||
class Videoob(ReplApplication):
|
||||
APPNAME = 'videoob'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 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 " \
|
||||
"and to play them or get informations."
|
||||
CAPS = ICapVideo
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil
|
|||
class VideoobWeb(BaseApplication):
|
||||
APPNAME = 'videoob-webserver'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
CAPS = ICapVideo
|
||||
CONFIG = dict(host='localhost', port=8080)
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ __all__ = ['WebContentEdit']
|
|||
class WebContentEdit(ReplApplication):
|
||||
APPNAME = 'webcontentedit'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "Webcontentedit is a console application to display and " \
|
||||
"edit contents on supported websites."
|
||||
CAPS = ICapContent
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ __all__ = ['WeboobCfg']
|
|||
class WeboobCfg(ReplApplication):
|
||||
APPNAME = 'weboob-config'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon'
|
||||
DESCRIPTION = "Weboob-Config is a console application to add/edit/remove backends, " \
|
||||
"and to register new website accounts."
|
||||
COMMANDS_FORMATTERS = {'backends': 'table',
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ __all__ = ['WeboobCli']
|
|||
class WeboobCli(ReplApplication):
|
||||
APPNAME = 'weboob-cli'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n'
|
||||
SYNOPSIS += ' %prog [--help] [--version]'
|
||||
DESCRIPTION = "Weboob-Cli is a console application to call a specific method on backends " \
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ from weboob.tools.application.repl import ReplApplication
|
|||
class WeboobDebug(ReplApplication):
|
||||
APPNAME = 'weboobdebug'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz'
|
||||
DESCRIPTION = "Weboob-Debug is a console application to debug backends."
|
||||
|
||||
def load_default_backends(self):
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ class TorrentListFormatter(IFormatter):
|
|||
class Weboorrents(ReplApplication):
|
||||
APPNAME = 'weboorrents'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "Weboorrents is a console application to search torrents on supported trackers " \
|
||||
"and to download .torrent files."
|
||||
CAPS = ICapTorrent
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ class CitiesFormatter(IFormatter):
|
|||
class WetBoobs(ReplApplication):
|
||||
APPNAME = 'wetboobs'
|
||||
VERSION = '0.6'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "Wetboobs is a console application to display weather and forecasts in your city."
|
||||
CAPS = ICapWeather
|
||||
EXTRA_FORMATTERS = {'cities': CitiesFormatter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue