From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / cloudlife.xml
index 859d15f329318bae4f4a4435370b3b9d6a5926a1..767a8ea24d61a712064503fb6520694304c1320b 100644 (file)
@@ -4,6 +4,8 @@
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=TkVDO3nTTsE"/>
+
   <number id="delay" type="slider" arg="-cycle-delay %"
           _label="Frame rate" _low-label="Low" _high-label="High"
           low="0" high="100000" default="25000"
@@ -23,6 +25,8 @@
 
   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
+  <xscreensaver-updater />
+
   <_description>
 
 Generates cloud-like formations based on a variant of Conway's Life. The
@@ -30,7 +34,7 @@ difference is that cells have a maximum age, after which they count as
 3 for populating the next generation.  This makes long-lived formations
 explode instead of just sitting there.
 
-http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
+https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
 
 Written by Don Marti; 2003.
   </_description>