aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/www/status1.js
blob: b0e284e3e6472af3dc7ac8e24e87294d288ac285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
logging = "on"
loggingchoices = new Array("off", "on")

stats = "on"
statschoices = new Array("off", "on")

compress = "whack"
compresschoices1 = new Array("none", 
	"flate1", "flate2", "flate3", "flate4", "flate5",
	"flate6", "flate7", "flate8", "flate9")
compresschoices2 = new Array("smack1", "smack2", "smack3", "whack")

logs = new Array("all", "libventi/server", "disk", "lump", "block", "proc", "quiet", "rpc")