From 082facf4058135048c0f6b3b693b79a35174483b Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 5 Jan 2014 17:26:03 +0100 Subject: [PATCH] Updated documentation. --- doc/web/content/index.md | 6 +++++- dosage | 4 ---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/web/content/index.md b/doc/web/content/index.md index a51c5c103..7451a09eb 100644 --- a/doc/web/content/index.md +++ b/doc/web/content/index.md @@ -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 ------------------ diff --git a/dosage b/dosage index 51143f91d..512d1ccd3 100755 --- a/dosage +++ b/dosage @@ -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 """