http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.20.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           _low-label="URL Timeout:     2 secs" _high-label="2 min"
9           low="2" high="120" default="30"/>
10
11   <number id="delay" type="slider" arg="-delay %"
12           _low-label="Delay:                    None" _high-label="30 secs"
13           low="0" high="30" default="2"/>
14
15   <number id="opacity" type="slider" arg="-opacity %"
16           _low-label="Opacity:      Transparent" _high-label="Solid"
17           low="0.1" high="1.0" default="0.85"/>
18
19   <string id="filter"  _label="Per-Image Filter Program" arg="-filter %"/>
20
21   <string id="filter2" _label="Overall Filter Program" arg="-filter2 %"/>
22
23 <!-- <file id="dictionary" _label="Dictionary File" arg="-dictionary %"/> -->
24
25   <_description>
26 This program makes collages out of random images pulled off of the
27 World Wide Web.  It finds these images by doing random web searches,
28 and then extracting images from the returned pages.  It can also be
29 set up to filter the images through the `VidWhacker' program.
30
31 WARNING: THE INTERNET SOMETIMES CONTAINS PORNOGRAPHY.
32
33 The Internet being what it is, absolutely anything might show up in the
34 collage including -- quite possibly -- pornography, or even nudity.
35 Please act accordingly.
36
37 Written by Jamie Zawinski.
38   </_description>
39 </screensaver>