squidanalyzer/resources
Klaus Tachtler 43aa95233f Update squidanalyzer.css
Optimize view for small and bigger screens.
2017-10-17 10:24:45 +02:00
..
images Change intensity of the background bblack color and remove som noise on the squidanalyzer logo. 2012-12-11 14:00:11 +01:00
LICENSE Add license file about resources file and a script to retrieve original javascript libraries. 2017-03-05 21:10:41 +01:00
README Add license file about resources file and a script to retrieve original javascript libraries. 2017-03-05 21:10:41 +01:00
flotr2.js Add license file about resources file and a script to retrieve original javascript libraries. 2017-03-05 21:10:41 +01:00
sa-sorttable.diff Add license file about resources file and a script to retrieve original javascript libraries. 2017-03-05 21:10:41 +01:00
sorttable.js Add license file about resources file and a script to retrieve original javascript libraries. 2017-03-05 21:10:41 +01:00
squidanalyzer.css Update squidanalyzer.css 2017-10-17 10:24:45 +02:00
squidanalyzer.js Add license file about resources file and a script to retrieve original javascript libraries. 2017-03-05 21:10:41 +01:00
update_rsc_files.sh Add license file about resources file and a script to retrieve original javascript libraries. 2017-03-05 21:10:41 +01:00

README

Resources files are collected from their respective download places as follow:

sorttable:
----------

wget https://kryogenix.org/code/browser/sorttable/sorttable.js -O orig/sorttable.js

SquidAnalyzer use a modified version of the library using patch:

	patch -p 1 orig/sorttable.js < sa-sorttable.diff

See file sa-sorttable.diff to see the changes.

bean:
-----

wget https://github.com/fat/bean/archive/v1.0.14.tar.gz
tar xzf v1.0.14.tar.gz  bean-1.0.14/src/bean.js
cp bean-1.0.14/src/bean.js orig/bean.js


underscore.js:
--------------

wget http://underscorejs.org/underscore.js -O orig/underscore.js

flotr2:
-------

wget https://raw.githubusercontent.com/HumbleSoftware/Flotr2/master/flotr2.nolibs.js -O orig/flotr2.nolibs.js

Files are minified using yui-compressor before being appended with the content of squidanalyzer.js file
to the final flotr2.js file.