Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/venti/srv/www/status.js

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


function loadsettings() {
	logging = "off"
	loggingchoices = new Array("0", "1")

	stats = "on"
	statschoices = new Array("0", "1")

	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")
}


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.