# 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.