dosage/dosagelib
Tobias Gruetzmacher e92a3fb3a1 New feature: Comic modules ca be "disabled".
This is modeled parallel to the "adult" feature, except the user can't
override it via the command line. Each comic module can override the
classmethod getDisabledReasons and give the user a reason why this
module is disabled. The user can see the reason in the comic list (-l or
--singlelist) and the comic module refuses to run, showing the same
message.

This is currently used to disable modules that use the _ParserScraper if
the LXML python module is missing.
2014-10-13 21:43:46 +02:00
..
plugins Merge branch 'master' into htmlparser 2014-08-07 18:10:15 +02:00
__init__.py Updated copyright. 2014-01-05 16:50:57 +01:00
ansicolor.py Updated copyright. 2014-01-05 16:50:57 +01:00
colorama.py Catch WindowsError when initializing colorama. 2013-03-05 21:15:25 +01:00
comic.py Stripping should be done in normaliseUrl. 2014-06-08 10:12:33 +02:00
configuration.py Make appname lowercase. 2014-06-09 13:24:58 +02:00
decorators.py Updated copyright. 2014-01-05 16:50:57 +01:00
director.py New feature: Comic modules ca be "disabled". 2014-10-13 21:43:46 +02:00
events.py Only ensure the maximum width. 2013-12-22 13:38:29 +01:00
fileutil.py Updated documentation and fix some comics. 2012-11-20 18:53:53 +01:00
helpers.py Convert starters and other helpers to new interface. 2014-07-26 11:28:43 +02:00
languages.py Fix some comics and add language tag. 2013-03-08 22:33:05 +01:00
loader.py Updated copyright. 2014-01-05 16:50:57 +01:00
output.py Fix comic list output. 2014-01-05 17:37:13 +01:00
rss.py Write encoded data in binary format. 2013-04-05 19:27:30 +02:00
scraper.py New feature: Comic modules ca be "disabled". 2014-10-13 21:43:46 +02:00
singleton.py Use realpath to detect symlinked instances. 2014-01-05 11:16:57 +01:00
updater.py Fixed some comics. 2013-04-11 18:27:43 +02:00
util.py Pass unicode strings to lxml. 2014-10-13 19:39:48 +02:00