From e13d2a50785519141ef0ba75bb7be0caef8710c2 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 5 May 2011 18:31:46 +0200 Subject: [PATCH] Improved warningregex example. --- config/linkcheckerrc | 2 +- doc/changelog.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/linkcheckerrc b/config/linkcheckerrc index f4feb6d0..8791d381 100644 --- a/config/linkcheckerrc +++ b/config/linkcheckerrc @@ -131,7 +131,7 @@ #recursionlevel=1 # supply a regular expression for which warnings are printed if found # in any HTML files. -#warningregex=Oracle DB Error +#warningregex=(Oracle DB Error|Page Not Found) # Basic NNTP server. Overrides NNTP_SERVER environment variable. # warn if size info exceeds given maximum of bytes #warnsizebytes=2000 diff --git a/doc/changelog.txt b/doc/changelog.txt index cc674f0a..3e8dca54 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -12,6 +12,8 @@ Changes: scrolling down. - gui: Display release date in about dialog. Closes: SF bug #3297255 +- doc: Improved warningregex example in default configuration file. + Closes: SF bug #3297254 Features: - gui: Add syntax highlighting for Qt editor in case QScintilla