Updated documentation.

This commit is contained in:
Bastian Kleineidam 2014-01-05 17:26:03 +01:00
parent 2468981468
commit 082facf405
2 changed files with 5 additions and 5 deletions

View file

@ -125,7 +125,11 @@ Extending Dosage
-----------------
In order to add a new webcomic, a new module class has to be created in
one of the *.py files in the `dosagelib/plugins` subdirectory.
Look at the existing module classes for examples.
Look at the
[documentation for adding modules](https://github.com/wummel/dosage/blob/master/doc/adding_new_comics.md)
and at
[existing module classes](https://github.com/wummel/dosage/tree/master/dosagelib/plugins)
for examples.
Test suite status
------------------

4
dosage
View file

@ -57,10 +57,6 @@ directory:
If you already have downloaded several comics and want to get the latest
strips of all of them:
dosage --continue @
On Unix, xargs(1) can download several comic strips in parallel,
for example using up to 4 processes:
cd Comics && find . -type d | xargs -n1 -P4 dosage -b . -v
"""