From f73b49504bbec19970d32824f33620afb6bb8bd1 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 13 Jan 2014 20:13:27 +0100 Subject: [PATCH] Updated. [ci skip] --- doc/adding_new_comics.md | 4 ++-- doc/changelog.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/adding_new_comics.md b/doc/adding_new_comics.md index 886fee736..e789181e5 100644 --- a/doc/adding_new_comics.md +++ b/doc/adding_new_comics.md @@ -59,8 +59,8 @@ where NNN is the increasing comic number. ```firstStripUrl = stripUrl % '1'``` This tells Dosage what the earliest comic strip URL looks like. Dosage -stops searching for more comics when it is encounted. In our example -comic numbering starts with ``1``, so the first comic URL is +stops searching for more comics when it is encounterd. In our example +comic numbering starts with ``1``, so the oldest comic URL is ``http://superdupercomic.com/comics/1`` ```imageSearch = compile(tagre("img", "src", r'(%simg/[^"]+)' % rurl))``` diff --git a/doc/changelog.txt b/doc/changelog.txt index 7825e2801..6b7bfd2f6 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,7 +1,8 @@ Dosage 2.11 (released xx.xx.2014) Features: -- comics: Added CampComic, FoulLanguage and StandStillStaySilent. +- comics: Added CampComic, EatThatToast, FoulLanguage, + PoorlyDrawnLines and StandStillStaySilent. Dosage 2.10 (released 5.1.2014)