http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.16.tar.gz
[xscreensaver] / hacks / config / webcollage.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="webcollage" _label="WebCollage">
4
5   <command arg="-root"/>
6
7   <number id="timeout" type="slider" arg="-timeout %"
8           _label="URL Timeout" _low-label="2 seconds" _high-label="2 minutes"
9           low="2" high="120" default="30"/>
10
11   <number id="delay" type="slider" arg="-delay %"
12           _label="Speed" _low-label="Slow" _high-label="Fast"
13           low="0" high="30" default="1"
14           convert="invert"/>
15
16   <string id="filter"  _label="Per-Image Filter Program" arg="-filter %"/>
17
18   <string id="filter2" _label="Overall Filter Program" arg="-filter2 %"/>
19
20   <file id="dictionary" _label="Dictionary File" arg="-dictionary %"/>
21
22   <_description>
23 This program makes collages out of random images pulled off of the
24 World Wide Web.  It finds these images by doing random web searches,
25 and then extracting images from the returned pages.  It can also be set
26 up to filter the images through the `VidWhacker' program, above, which
27 looks really great.
28
29 (Note that most of the images it finds are text, and not pictures.
30 This is because most of the web is pictures of text.  Which is pretty
31 sad.)  Written by Jamie Zawinski.
32   </_description>
33 </screensaver>