ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.21.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 ElectricSheep is an xscreensaver module that displays mpeg video of an
43 animated fractal flame.  In the background, it contributes render
44 cycles to the next animation.  Periodically it uploades completed
45 frames to the server, where they are compressed for distribution to all
46 clients.
47
48 This program is recommended only if you have a high bandwidth,
49 always-on connection to the Internet.
50
51 By Scott Draves.  You can find it at &lt;http://www.electricsheep.org/&gt;.
52   </_description>
53 </screensaver>