1 Resources files are collected from their respective download places as follow: 2 3 sorttable: 4 ---------- 5 6 wget https://kryogenix.org/code/browser/sorttable/sorttable.js -O orig/sorttable.js 7 8 SquidAnalyzer use a modified version of the library using patch: 9 10 patch -p 1 orig/sorttable.js < sa-sorttable.diff 11 12 See file sa-sorttable.diff to see the changes. 13 14 bean: 15 ----- 16 17 wget https://github.com/fat/bean/archive/v1.0.14.tar.gz 18 tar xzf v1.0.14.tar.gz bean-1.0.14/src/bean.js 19 cp bean-1.0.14/src/bean.js orig/bean.js 20 21 22 underscore.js: 23 -------------- 24 25 wget http://underscorejs.org/underscore.js -O orig/underscore.js 26 27 flotr2: 28 ------- 29 30 wget https://raw.githubusercontent.com/HumbleSoftware/Flotr2/master/flotr2.nolibs.js -O orig/flotr2.nolibs.js 31 32 Files are minified using yui-compressor before being appended with the content of squidanalyzer.js file 33 to the final flotr2.js file. 34