URI:
       tstatus.js - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tstatus.js (452B)
       ---
            1 function loadsettings() {
            2         logging = "off"
            3         loggingchoices = new Array("0", "1")
            4 
            5         stats = "on"
            6         statschoices = new Array("0", "1")
            7 
            8         compress = "whack"
            9         compresschoices1 = new Array("none", 
           10                 "flate1", "flate2", "flate3", "flate4", "flate5",
           11                 "flate6", "flate7", "flate8", "flate9")
           12         compresschoices2 = new Array("smack1", "smack2", "smack3", "whack")
           13 
           14         logs = new Array("all", "libventi/server", "disk", "lump", "block", "proc", "quiet", "rpc")
           15 }
           16