http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / sonar.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="sonar" _label="Sonar">
4
5   <command arg="-root"/>
6
7   <select id="ping">
8    <option id="none" _label="Ping mode..."/>
9    <option id="24" _label="Ping subnet/24 (254 hosts)" arg-set="-ping subnet/24"/>
10    <option id="25" _label="Ping subnet/25 (126 hosts)" arg-set="-ping subnet/25"/>
11    <option id="26" _label="Ping subnet/26 (62 hosts)"  arg-set="-ping subnet/26"/>
12    <option id="27" _label="Ping subnet/27 (31 hosts)"  arg-set="-ping subnet/27"/>
13    <option id="28" _label="Ping subnet/28 (14 hosts)"  arg-set="-ping subnet/28"/>
14    <option id="29" _label="Ping subnet/29 (6 hosts)"   arg-set="-ping subnet/29"/>
15    <option id="30" _label="Ping subnet/30 (2 hosts)"   arg-set="-ping subnet/30"/>
16    <option id="ssh" _label="Ping known SSH hosts"      arg-set="-ping /etc/hosts,$HOME/.ssh/known_hosts,$HOME/.ssh/known_hosts2"/>
17   </select>
18
19   <hgroup>
20     <number id="acount" type="spinbutton" arg="-team-a-count %"
21             _label="Simulation Team Members"
22             low="1" high="100" default="4"/>
23     <number id="bcount" type="spinbutton" arg="-team-b-count %"
24             _label="vs."
25             low="1" high="100" default="4"/>
26   </hgroup>
27
28   <string id="aname" _label="Team A Name" arg="-team-a-name %"/>
29   <string id="bname" _label="Team B Name" arg="-team-b-name %"/>
30
31   <boolean id="dns"   _label="Resolve Host Names" arg-unset="-no-dns"/>
32   <boolean id="times" _label="Show Ping Times"    arg-unset="-no-times"/>
33
34   <!-- #### -ping-timeout [3000] -->
35   <!-- #### -ttl [90] -->
36
37   <_description>
38 This program draws a sonar screen that pings (get it?) the hosts on
39 your local network, and plots their distance (response time) from you.
40 The three rings represent ping times of approximately 2.5, 70 and 2,000
41 milliseconds respectively.
42
43 Alternately, it can run a simulation that doesn't involve hosts.
44
45 (If pinging doesn't work, you may need to make the executable be setuid.)
46
47 Written by Stephen Martin and Jamie Zawinski; 1998.
48   </_description>
49 </screensaver>