]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Clarify the description of sorttable in sarg.conf
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 28 Nov 2010 15:40:10 +0000 (15:40 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 28 Nov 2010 15:40:10 +0000 (15:40 +0000)
sarg.conf

index 1a2877b056aa9c1d4976aa2709d9241f36c11037..6164f06458fca1164ab84c4603aecbd666370ca8 100644 (file)
--- a/sarg.conf
+++ b/sarg.conf
 # squid24 off
 
 # TAG: sorttable path
-#      The full path to a javascript script to dynamically sort the tables.
-#      The path is the path a browser must follow to find the script.
+#      The path to a javascript script to dynamically sort the tables.
+#      The path is the link a browser must follow to find the script. For instance,
+#      it may be http://www.myproxy.org/sorttable.js or just /sorttable.js if the script
+#      is at the root of your web site.
 #
 #      If the path starts with "../" then it is assumed to be a relative
 #      path and sarg adds as many "../" as necessary to locate the js script from
-#      the output directory. Therefore, ../../sorttable.js searches for the javascript
+#      the output directory. Therefore, ../../sorttable.js links to the javascript
 #      one level above output_dir.
 #
 #      If this entry is set, each sortable table will have the "sortable" class set.