http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / electricsheep.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="electricsheep" _label="ElectricSheep">
4
5   <command arg="--root 1"/>
6
7   <hgroup>
8     <string id="nick" _label="Nickname" arg="--nick %"/>
9     <string id="url" _label="URL" arg="--url %"/>
10   </hgroup>
11
12   <hgroup>
13
14     <number id="framerate" type="spinbutton" arg="--frame-rate %"
15             _label="Frame Rate" low="1" high="100" default="23"/>
16
17     <number id="nrepeats" type="spinbutton" arg="--nrepeats %"
18             _label="Repititions of each Sheep"
19             low="0" high="10" default="2"/>
20
21   </hgroup>
22
23   <hgroup>
24     <boolean id="zoom" _label="Zoom" arg-set="--zoom 1" />
25     <boolean id="hide" _label="No Animation" arg-set="--display-anim 0" />
26     <boolean id="standalone" _label="No Network" arg-set="--standalone 1" />
27   </hgroup>
28
29   <hgroup>
30   <select id="maxmegs">
31      <option id="m100" _label="100 Mbyte cache" arg-set="--max-megabytes 100"/>
32      <option id="m300" _label="300 Mbyte cache" arg-set="--max-megabytes 300"/>
33      <option id="g1" _label="1 Gbyte cache" arg-set="--max-megabytes 1000"/>
34      <option id="g3" _label="3 Gbyte cache" arg-set="--max-megabytes 3000"/>
35      <option id="u" _label="Unlimited" arg-set="--max-megabytes 0"/>
36   </select>
37   </hgroup>
38
39
40   <_description>
41
42 Displays mpeg video of an animated fractal flame.  In the background,
43 it contributes render cycles to the next animation.  Periodically it
44 uploades completed frames to the server, where they are compressed for
45 distribution to all clients.
46
47 This program is recommended only if you have a high bandwidth,
48 always-on connection to the Internet.
49
50 You can find it at &lt;http://www.electricsheep.org/&gt;.
51
52 Written by By Scott Draves.
53   </_description>
54 </screensaver>