From 3b225e676f4cf7ec4c57c42523ca33d57a3b1851 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 2 Apr 2011 10:38:41 +0200 Subject: [PATCH] Added note that output configuration is ignored in linkchecker-gui. --- config/linkcheckerrc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/config/linkcheckerrc b/config/linkcheckerrc index 6d2f54a2..f4feb6d0 100644 --- a/config/linkcheckerrc +++ b/config/linkcheckerrc @@ -2,6 +2,7 @@ # execute linkchecker -h for help on these options. # Commandline options override these settings. +##################### output configuration ########################## [output] # enable debug messages; see 'linkchecker -h' for valid debug names #debug=all @@ -18,7 +19,12 @@ # additional file output #fileoutput = text, html, gml, sql + ##################### logger configuration ########################## +# Note that the logger configuration is ignored by the linkchecker-gui +# program. Results in the GUI can be saved to a file with the command +# File -> Save results. +# # logger output part names: # all For all parts # realurl The full url link @@ -113,7 +119,8 @@ [gxml] #encoding=iso-8859-1 -# checking options + +##################### checking options ########################## [checking] # number of threads #threads=5 @@ -142,7 +149,8 @@ # Send and store cookies #cookies=1 -# filtering options + +##################### filtering options ########################## [filtering] #ignore= # ignore everything with 'lconline' in the URL name @@ -167,6 +175,8 @@ #internlinks=^http://www\.example\.net/ + +##################### password authentication ########################## [authentication] # Different user/password pairs for different URLs can be provided. # Entries are a triple (URL regular expression, username, password),