changeset 73:646b2fd67312

urllog: Improve documentation of different settings.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Sep 2011 18:03:01 +0300
parents fd300fe87f59
children ab13c0dfe250
files urllog.tcl
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Sun Sep 11 17:54:12 2011 +0300
+++ b/urllog.tcl	Sun Sep 11 18:03:01 2011 +0300
@@ -22,7 +22,7 @@
 ###
 ### HTTP options
 ###
-# Set to 1 if you want to use proxy
+# Set to 1 if you want to use HTTP proxy
 set http_proxy 0
 
 # Proxy host and port number (only used if enabled above)
@@ -77,14 +77,15 @@
 ### ShortURL-settings
 ###
 
-# 1 = Use ShortURLs
-# 0 = Don't.
+# 1 = Enable showing of ShortURLs
+# 0 = ShortURLs not shown in any bot actions
 set urllog_shorturl 1
 
-# Max length of original URL to be shown
+# Max length of original URL to be shown, rest is chopped
+# off if the URL is longer than the specified amount.
 set urllog_shorturl_orig 30
 
-# Path to PHP/CGI-script that redirects ShortURLs
+# Web server URL that handles redirects of ShortURLs
 set urllog_shorturl_prefix "http://tnsp.org/u/"