From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / webcollage.xml
index f998fd9c8c0b89001cf95fc28ff642e55811e9a0..c26ea984f60241054da740f6429e5d99407bb6c4 100644 (file)
@@ -4,30 +4,53 @@
 
   <command arg="-root"/>
 
-  <number id="timeout" type="slider" arg="-delay %"
-          _label="URL Timeout" _low-label="2 seconds" _high-label="2 minutes"
-          low="2" high="120" default="30"/>
+  <video href="https://www.youtube.com/watch?v=u8esWjcR4eI"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="30" default="1"
-          convert="invert"/>
+  <hgroup>
+   <vgroup>
+    <number id="delay" type="slider" arg="-delay %"
+            _label="Delay between images" _low-label="None" _high-label="30 secs"
+            low="0" high="30" default="2"/>
 
-  <string id="filter"  _label="Per-Image Filter Program" arg="-filter %"/>
+    <number id="timeout" type="slider" arg="-timeout %"
+            _label="Network timeout" _low-label="2 secs" _high-label="2 min"
+            low="2" high="120" default="30"/>
+   </vgroup>
+   <vgroup>
+    <number id="opacity" type="slider" arg="-opacity %"
+            _label="Image opacity" _low-label="Transparent" _high-label="Opaque"
+            low="0.1" high="1.0" default="0.85"/>
 
-  <string id="filter2" _label="Overall Filter Program" arg="-filter2 %"/>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
-  <file id="dictionary" _label="Dictionary File" arg="-dictionary %"/>
+   </vgroup>
+  </hgroup>
+
+<!--
+  <string id="filter"  _label="Per-image filter program" arg="-filter %"/>
+  <string id="filter2" _label="Overall filter program" arg="-filter2 %"/>
+  <file id="dictionary" _label="Dictionary file" arg="-dictionary %"/>
+  <file id="dir" _label="Image directory" arg="-directory %"/>
+ -->
+
+  <xscreensaver-updater />
 
   <_description>
-This program makes collages out of random images pulled off of the
-World Wide Web.  It finds these images by doing random web searches,
-and then extracting images from the returned pages.  It can also be set
-up to filter the images through the `VidWhacker' program, above, which
-looks really great.
-
-(Note that most of the images it finds are text, and not pictures.
-This is because most of the web is pictures of text.  Which is pretty
-sad.)  Written by Jamie Zawinski.
+This is what the Internet looks like.
+
+This creates collages out of random images from the World Wide Web.
+It finds the images by feeding random words into various search
+engines, and pulling images (or sections of images) out of the pages
+returned.
+
+WARNING: THE INTERNET SOMETIMES CONTAINS PORNOGRAPHY.
+
+The Internet being what it is, absolutely anything might show up in the
+collage including -- quite possibly -- pornography, or even nudity.
+Please act accordingly.
+
+See also https://www.jwz.org/webcollage/
+
+Written by Jamie Zawinski; 1999.
   </_description>
 </screensaver>