]> err.no Git - varnish/commit
Initial checkin of a work in progress of the web GUI
authorpetter <petter@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 12 Dec 2008 10:10:05 +0000 (10:10 +0000)
committerpetter <petter@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 12 Dec 2008 10:10:05 +0000 (10:10 +0000)
commitad1095752ea1d7c408c5d5d82d1d16ae3bb2bed6
treeff162514906a4f7526acb0cfdde5076b86b0365b
parent5d2ef939c2e39517ef6cd886fcc12ded23a7e091
Initial checkin of a work in progress of the web GUI

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3461 d4fa192b-c00b-0410-8231-f00ffab90ce4
24 files changed:
varnish-tools/webgui/README [new file with mode: 0644]
varnish-tools/webgui/Varnish/Management.pm [new file with mode: 0644]
varnish-tools/webgui/Varnish/Node.pm [new file with mode: 0644]
varnish-tools/webgui/Varnish/NodeManager.pm [new file with mode: 0644]
varnish-tools/webgui/Varnish/RequestHandler.pm [new file with mode: 0644]
varnish-tools/webgui/Varnish/Statistics.pm [new file with mode: 0644]
varnish-tools/webgui/Varnish/Util.pm [new file with mode: 0644]
varnish-tools/webgui/css/web.css [new file with mode: 0644]
varnish-tools/webgui/images/favicon.png [new file with mode: 0644]
varnish-tools/webgui/images/nograph.png [new file with mode: 0644]
varnish-tools/webgui/images/running.png [new file with mode: 0644]
varnish-tools/webgui/images/running_nok.png [new file with mode: 0644]
varnish-tools/webgui/images/stopped.png [new file with mode: 0644]
varnish-tools/webgui/images/varnish-logo-christmas.png [new file with mode: 0644]
varnish-tools/webgui/images/varnish-logo.png [new file with mode: 0644]
varnish-tools/webgui/start.pl [new file with mode: 0755]
varnish-tools/webgui/templates/.master.tmpl.swp [new file with mode: 0644]
varnish-tools/webgui/templates/configure_parameters.tmpl [new file with mode: 0644]
varnish-tools/webgui/templates/edit_vcl.tmpl [new file with mode: 0644]
varnish-tools/webgui/templates/management_console.tmpl [new file with mode: 0644]
varnish-tools/webgui/templates/master.tmpl [new file with mode: 0644]
varnish-tools/webgui/templates/node_management.tmpl [new file with mode: 0644]
varnish-tools/webgui/templates/view_stats.tmpl [new file with mode: 0644]
varnish-tools/webgui/test/test_management.pl [new file with mode: 0644]