# HG changeset patch # User Matti Hamalainen # Date 1315753381 -10800 # Node ID 646b2fd67312846577152640f8df6a7e9d4e47b3 # Parent fd300fe87f59ff1705054856379c606e428b970c urllog: Improve documentation of different settings. diff -r fd300fe87f59 -r 646b2fd67312 urllog.tcl --- 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/"