http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.16.tar.gz
[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 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   <!-- #### -ping-timeout [3000] -->
32   <!-- #### -ttl [90] -->
33
34   <_description>
35 This program draws a simulation of a sonar screen.  By default,
36 it displays a random assortment of ``bogies'' on the screen, but if
37 installed as "setuid root", it can ping (pun intended) your local
38 network, and actually plot the proximity of the other hosts on your
39 network to you.  Written by Stephen Martin and Jamie Zawinski.
40
41   </_description>
42 </screensaver>