From: Frédéric Marchal Date: Tue, 1 Nov 2011 07:31:07 +0000 (+0000) Subject: Add a note about sorttable.js to README X-Git-Tag: v2.3.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=619e842cfcbf1b3b88c8111358d4ccb826462aa8;p=thirdparty%2Fsarg.git Add a note about sorttable.js to README Now, sorttable.js is distributed along with sarg. --- diff --git a/README b/README index 8b72d62..b6def54 100644 --- a/README +++ b/README @@ -52,6 +52,21 @@ Installation Usage: sarg -h +Sorttable.js +------------ + +Starting with sarg v2.3.2-pre2, a javascript is distributed along with sarg to +dynamically sort the reports. It is sorttable.js written by Stuart Langridge +and available at http://www.kryogenix.org/code/browser/sorttable/. The version +included with sarg contains some fixes and improvements over the original +version. The patches have been reported to the author but he doesn't seem to +support it any more. + +To use sorttable.js (or any other script including your own custom made +script), simply copy it to your website and edit sarg.conf to point the +sorttable option to the location of the script on your website. The path +indicated in sarg.conf must be the path as seen by a client visiting your +server. Translations ------------