first commit
commit0c8f7820d24942e818e877b5732c816af99b6041
authorGryllida A <Gryllida@GMAIL.com>
Mon, 14 Jan 2013 11:21:04 +0000 (14 21:51 +1030)
committerGryllida A <Gryllida@GMAIL.com>
Mon, 14 Jan 2013 11:21:04 +0000 (14 21:51 +1030)
tree266c252c6f111e3d5ce1bc623be5c47f22eae948
first commit
417 files changed:
.gitignore [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README.md [new file with mode: 0644]
bin/app.pl [new file with mode: 0755]
bin/update_db.pl [new file with mode: 0644]
config.yml.dist [new file with mode: 0644]
environments/development.yml [new file with mode: 0644]
environments/production.yml [new file with mode: 0644]
lib/Wnstats.pm [new file with mode: 0644]
public/404.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/css/error.css [new file with mode: 0644]
public/css/style.css [new file with mode: 0644]
public/dispatch.cgi [new file with mode: 0755]
public/dispatch.fcgi [new file with mode: 0755]
public/favicon.ico [new file with mode: 0644]
public/images/perldancer-bg.jpg [new file with mode: 0644]
public/images/perldancer.jpg [new file with mode: 0644]
public/javascripts/jqplot/MIT-LICENSE.txt [new file with mode: 0644]
public/javascripts/jqplot/README.txt [new file with mode: 0644]
public/javascripts/jqplot/changes.txt [new file with mode: 0644]
public/javascripts/jqplot/copyright.txt [new file with mode: 0644]
public/javascripts/jqplot/docs/files/MIT-LICENSE-txt.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/changes-txt.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/gpl-2-0-txt.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/background.jpg [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/basicline.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/basiclogaxis.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/basiclogoptions.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/basicoptions.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/dualaxis.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/logo.jpg [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/navdocs.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/navdocsover.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/navdownload.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/navdownloadover.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/navexamples.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/navexamplesover.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/navhome.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/navhomeover.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/new.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/sample3.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/images/samplesm.png [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqPlotCssStyling-txt.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqPlotOptions-txt.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-axisLabelRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-axisTickRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-canvasGridRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-core-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-divTitleRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-lineRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-linearAxisRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-markerRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-shadowRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-shapeRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-themeEngine-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/jqplot-toImage-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/optionsTutorial-txt.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-BezierCurveRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-barRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-blockRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-bubbleRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-canvasAxisLabelRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-canvasAxisTickRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-canvasOverlay-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-categoryAxisRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-ciParser-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-cursor-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-dateAxisRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-donutRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-dragable-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-enhancedLegendRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-funnelRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-highlighter-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-logAxisRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-mekkoAxisRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-mekkoRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-meterGaugeRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-ohlcRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-pieRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-pointLabels-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-pyramidAxisRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-pyramidGridRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-pyramidRenderer-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/plugins/jqplot-trendline-js.html [new file with mode: 0644]
public/javascripts/jqplot/docs/files/usage-txt.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/Classes.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/Files.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/Functions.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/General.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/General2.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/General3.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/General4.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/General5.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/General6.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/General7.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/Hooks.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/Properties.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/Properties2.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/Properties3.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/Properties4.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/Properties5.html [new file with mode: 0644]
public/javascripts/jqplot/docs/index/Properties6.html [new file with mode: 0644]
public/javascripts/jqplot/docs/javascript/main.js [new file with mode: 0644]
public/javascripts/jqplot/docs/javascript/searchdata.js [new file with mode: 0644]
public/javascripts/jqplot/docs/search/ClassesA.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/ClassesD.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/ClassesG.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/ClassesH.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/ClassesJ.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/ClassesL.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/ClassesS.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/ClassesSymbols.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/ClassesT.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/ClassesV.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FilesJ.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FunctionsC.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FunctionsD.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FunctionsG.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FunctionsI.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FunctionsM.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FunctionsN.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FunctionsQ.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FunctionsR.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FunctionsS.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/FunctionsZ.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralA.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralB.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralC.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralD.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralE.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralF.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralG.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralH.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralI.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralJ.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralL.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralM.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralN.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralO.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralP.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralQ.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralR.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralS.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralSymbols.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralT.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralU.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralV.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralW.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralX.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralY.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/GeneralZ.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/HooksA.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/HooksE.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/HooksJ.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/HooksP.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/NoResults.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesA.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesB.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesC.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesD.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesE.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesF.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesG.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesH.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesI.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesL.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesM.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesN.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesO.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesP.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesR.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesS.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesT.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesU.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesV.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesW.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesX.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesY.html [new file with mode: 0644]
public/javascripts/jqplot/docs/search/PropertiesZ.html [new file with mode: 0644]
public/javascripts/jqplot/docs/styles/1.css [new file with mode: 0644]
public/javascripts/jqplot/docs/styles/2.css [new file with mode: 0644]
public/javascripts/jqplot/docs/styles/main.css [new file with mode: 0644]
public/javascripts/jqplot/examples/KCPsample4.csv [new file with mode: 0644]
public/javascripts/jqplot/examples/ages.json [new file with mode: 0644]
public/javascripts/jqplot/examples/ages.json.bak [new file with mode: 0644]
public/javascripts/jqplot/examples/ajax-loader.gif [new file with mode: 0644]
public/javascripts/jqplot/examples/area.html [new file with mode: 0644]
public/javascripts/jqplot/examples/axisLabelTests.html [new file with mode: 0644]
public/javascripts/jqplot/examples/axisLabelsRotatedText.html [new file with mode: 0644]
public/javascripts/jqplot/examples/axisScalingForceTickAt.html [new file with mode: 0644]
public/javascripts/jqplot/examples/bandedLine.html [new file with mode: 0644]
public/javascripts/jqplot/examples/bar-charts.html [new file with mode: 0644]
public/javascripts/jqplot/examples/barLineAnimated.html [new file with mode: 0644]
public/javascripts/jqplot/examples/barTest.html [new file with mode: 0644]
public/javascripts/jqplot/examples/bezierCurve.html [new file with mode: 0644]
public/javascripts/jqplot/examples/blockPlot.html [new file with mode: 0644]
public/javascripts/jqplot/examples/bubble-plots.html [new file with mode: 0644]
public/javascripts/jqplot/examples/bubbleChart.html [new file with mode: 0644]
public/javascripts/jqplot/examples/candlestick-charts.html [new file with mode: 0644]
public/javascripts/jqplot/examples/candlestick.html [new file with mode: 0644]
public/javascripts/jqplot/examples/canvas-overlay.html [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/README [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/TODO [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/images/bar-alpha.png [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/images/bar-opacity.png [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/images/bar-pointer.png [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/images/bar.png [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/images/map-opacity.png [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/images/map-pointer.png [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/images/map.png [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/images/preview-opacity.png [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/images/ui-colorpicker.png [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/index.html [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/jquery.colorpicker.css [new file with mode: 0644]
public/javascripts/jqplot/examples/colorpicker/jquery.colorpicker.js [new file with mode: 0644]
public/javascripts/jqplot/examples/cursor-highlighter.html [new file with mode: 0644]
public/javascripts/jqplot/examples/customHighlighterCursorTrendline.html [new file with mode: 0644]
public/javascripts/jqplot/examples/dashboardWidget.html [new file with mode: 0644]
public/javascripts/jqplot/examples/dashedLines.html [new file with mode: 0644]
public/javascripts/jqplot/examples/data-renderers.html [new file with mode: 0644]
public/javascripts/jqplot/examples/date-axes.html [new file with mode: 0644]
public/javascripts/jqplot/examples/dateAxisLogAxisZooming.html [new file with mode: 0644]
public/javascripts/jqplot/examples/dateAxisRenderer.html [new file with mode: 0644]
public/javascripts/jqplot/examples/example.js [new file with mode: 0644]
public/javascripts/jqplot/examples/example.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/examples.css [new file with mode: 0644]
public/javascripts/jqplot/examples/examples.min.css [new file with mode: 0644]
public/javascripts/jqplot/examples/fillBetweenLines.html [new file with mode: 0644]
public/javascripts/jqplot/examples/hiddenPlotsInTabs.html [new file with mode: 0644]
public/javascripts/jqplot/examples/images/logo.jpg [new file with mode: 0644]
public/javascripts/jqplot/examples/images/ui-colorpicker.png [new file with mode: 0644]
public/javascripts/jqplot/examples/index.html [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/jquery-ui.css [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/smoothness/jquery-ui.min.css [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_228ef1_256x240.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/jquery-ui-1.9pre.css [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/jquery-ui-1.9pre.min.css [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/jquery-ui.css [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/css/ui-lightness/jquery-ui.min.css [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/js/jquery-ui-1.9pre.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/js/jquery-ui.js [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/js/jquery-ui.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/js/jquery.effects.blind.js [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/js/jquery.effects.blind.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/js/jquery.effects.core.js [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery-ui/js/jquery.effects.core.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery.print.js [new file with mode: 0644]
public/javascripts/jqplot/examples/jquery.printElement.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/jsondata.txt [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp.print.js [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_area.html [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_area2.html [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_area2.json [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_cdf.html [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_engel.html [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_lorenz.html [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_pdf.html [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_pyramid.html [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_pyramid2.html [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_pyramid_by_age.html [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_pyramid_by_age.php [new file with mode: 0644]
public/javascripts/jqplot/examples/kcp_quintiles.html [new file with mode: 0644]
public/javascripts/jqplot/examples/line-charts.html [new file with mode: 0644]
public/javascripts/jqplot/examples/mekkoCharts.html [new file with mode: 0644]
public/javascripts/jqplot/examples/mekkoCharts.php.orig [new file with mode: 0644]
public/javascripts/jqplot/examples/meritOrder.html [new file with mode: 0644]
public/javascripts/jqplot/examples/meterGauge.html [new file with mode: 0644]
public/javascripts/jqplot/examples/multipleBarColors.html [new file with mode: 0644]
public/javascripts/jqplot/examples/nav.inc [new file with mode: 0644]
public/javascripts/jqplot/examples/pie-donut-charts.html [new file with mode: 0644]
public/javascripts/jqplot/examples/pieTest.html [new file with mode: 0644]
public/javascripts/jqplot/examples/pieTest2.js [new file with mode: 0644]
public/javascripts/jqplot/examples/pieTest4.html [new file with mode: 0644]
public/javascripts/jqplot/examples/point-labels.html [new file with mode: 0644]
public/javascripts/jqplot/examples/quintiles.json [new file with mode: 0644]
public/javascripts/jqplot/examples/resizablePlot.html [new file with mode: 0644]
public/javascripts/jqplot/examples/resizablePlot.php.orig [new file with mode: 0644]
public/javascripts/jqplot/examples/rotated-tick-labels.html [new file with mode: 0644]
public/javascripts/jqplot/examples/rotatedTickLabelsZoom.html [new file with mode: 0644]
public/javascripts/jqplot/examples/selectorSyntax.html [new file with mode: 0644]
public/javascripts/jqplot/examples/smoothedLine.html [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/LGPL-LICENSE [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/MIT-LICENSE [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/scripts/shAutoloader.js [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/scripts/shAutoloader.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/scripts/shBrushJScript.js [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/scripts/shBrushJScript.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/scripts/shBrushXml.js [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/scripts/shBrushXml.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/scripts/shCore.js [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/scripts/shCore.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/styles/shCore.css [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/styles/shCore.min.css [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/styles/shCoreDefault.css [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/styles/shCoreDefault.min.css [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/styles/shThemeDefault.css [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/styles/shThemeDefault.min.css [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/styles/shThemejqPlot.css [new file with mode: 0644]
public/javascripts/jqplot/examples/syntaxhighlighter/styles/shThemejqPlot.min.css [new file with mode: 0644]
public/javascripts/jqplot/examples/theming.html [new file with mode: 0644]
public/javascripts/jqplot/examples/topbanner.inc [new file with mode: 0644]
public/javascripts/jqplot/examples/waterfall.html [new file with mode: 0644]
public/javascripts/jqplot/examples/waterfall.php.orig [new file with mode: 0644]
public/javascripts/jqplot/examples/waterfall2.html [new file with mode: 0644]
public/javascripts/jqplot/examples/yahooData.js [new file with mode: 0644]
public/javascripts/jqplot/examples/yahooData.min.js [new file with mode: 0644]
public/javascripts/jqplot/examples/zoom1.html [new file with mode: 0644]
public/javascripts/jqplot/examples/zoomOptions.html [new file with mode: 0644]
public/javascripts/jqplot/examples/zoomProxy.html [new file with mode: 0644]
public/javascripts/jqplot/examples/zooming.html [new file with mode: 0644]
public/javascripts/jqplot/excanvas.js [new file with mode: 0644]
public/javascripts/jqplot/excanvas.min.js [new file with mode: 0644]
public/javascripts/jqplot/gpl-2.0.txt [new file with mode: 0644]
public/javascripts/jqplot/jqPlotCssStyling.txt [new file with mode: 0644]
public/javascripts/jqplot/jqPlotOptions.txt [new file with mode: 0644]
public/javascripts/jqplot/jquery.jqplot.css [new file with mode: 0644]
public/javascripts/jqplot/jquery.jqplot.js [new file with mode: 0644]
public/javascripts/jqplot/jquery.jqplot.min.css [new file with mode: 0644]
public/javascripts/jqplot/jquery.jqplot.min.js [new file with mode: 0644]
public/javascripts/jqplot/jquery.js [new file with mode: 0644]
public/javascripts/jqplot/jquery.min.js [new file with mode: 0644]
public/javascripts/jqplot/optionsTutorial.txt [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.BezierCurveRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.BezierCurveRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.barRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.barRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.blockRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.blockRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.bubbleRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.bubbleRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.canvasAxisTickRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.canvasOverlay.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.canvasOverlay.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.canvasTextRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.canvasTextRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.categoryAxisRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.categoryAxisRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.ciParser.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.ciParser.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.cursor.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.cursor.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.dateAxisRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.dateAxisRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.donutRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.donutRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.dragable.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.dragable.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.enhancedLegendRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.enhancedLegendRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.funnelRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.funnelRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.highlighter.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.highlighter.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.json2.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.json2.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.logAxisRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.logAxisRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.mekkoAxisRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.mekkoAxisRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.mekkoRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.mekkoRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.meterGaugeRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.meterGaugeRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.mobile.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.mobile.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.ohlcRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.ohlcRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.pieRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.pieRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.pointLabels.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.pointLabels.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.pyramidAxisRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.pyramidAxisRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.pyramidGridRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.pyramidGridRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.pyramidRenderer.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.pyramidRenderer.min.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.trendline.js [new file with mode: 0644]
public/javascripts/jqplot/plugins/jqplot.trendline.min.js [new file with mode: 0644]
public/javascripts/jqplot/usage.txt [new file with mode: 0644]
public/javascripts/update_chart.js [new file with mode: 0644]
some.db [new file with mode: 0644]
t/001_base.t [new file with mode: 0644]
t/002_index_route.t [new file with mode: 0644]
views/index.tt [new file with mode: 0644]