# HG changeset patch # User Matti Hamalainen # Date 1401798859 -10800 # Node ID ff23ce8b938fbd1ddd7da2aa78837f4e17465ec5 # Parent 68c4b25c982c530188c6e37fcb8b6679b1ca12f8 urllog: Document ShortURL functionality slightly. diff -r 68c4b25c982c -r ff23ce8b938f urllog.tcl --- a/urllog.tcl Tue Jun 03 15:31:11 2014 +0300 +++ b/urllog.tcl Tue Jun 03 15:34:19 2014 +0300 @@ -83,6 +83,16 @@ ### ### ShortURL-settings ### +# To enable ShortURL functionality, you need to set up the +# URL redirector PHP script (urlredirect.php) correctly, and +# enable change the settings in it and below appropriately. +# See urlredirect.php.txt for more information. +# +# You will also need SQLite3 support for PHP and access to +# change .htaccess file(s) on your web server. The PHP +# script will also need access to the SQLite3 database this +# script uses. +# # 1 = Enable showing of ShortURLs # 0 = ShortURLs not shown in any bot actions