ftp://ftp.jp.xemacs.org/pub/NetBSD/packages/distfiles/xscreensaver-4.15.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="hide" _label="Hide Sheep" arg-set="--display-anim 0" />
25     <boolean id="standalone" _label="Standalone" arg-set="--standalone 1" />
26   </hgroup>
27
28   <number id="maxmegs" type="spinbutton" arg="--max-megabytes %"
29           _label="Megabytes of Local Sheep Storage"
30           low="10" high="1000" default="200"/>
31
32   <_description>
33
34 ElectricSheep is an xscreensaver module that displays mpeg video of an
35 animated fractal flame.  In the background, it contributes render
36 cycles to the next animation.  Periodically it uploades completed
37 frames to the server, where they are compressed for distribution to all
38 clients.
39
40 This program is recommended only if you have a high bandwidth,
41 always-on connection to the Internet.
42
43 By Scott Draves.  You can find it at &lt;http://www.electricsheep.org/&gt;.
44   </_description>
45 </screensaver>