From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / hacks / config / polyhedra.xml
index d8d99897bdf1bbf86a8cac5c25e362415cb05f8a..c33ac7fa4ade75def06d77c27823456227c3a75f 100644 (file)
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="polyhedra" _label="Polyhedra">
+<screensaver name="polyhedra" _label="Polyhedra" gl="yes">
 
   <command arg="-root"/>
 
+  <video href="http://www.youtube.com/watch?v=gYb-3EErLJE"/>
+
   <number id="delay" type="slider" arg="-delay %"
           _label="Frame rate" _low-label="Low" _high-label="High"
           low="0" high="100000" default="30000"
@@ -78,7 +80,7 @@
 <option _label="Triakisicosahedron" arg-set="-which triakisicosahedron"/>
 <option _label="Rhombicosidodecahedron" arg-set="-which rhombicosidodecahedron"/>
 <option _label="Deltoidal hexecontahedron" arg-set="-which deltoidal_hexecontahedron"/>
-<option _label="Truncated icosidodechedon" arg-set="-which truncated_icosidodechedon"/>
+<option _label="Truncated icosidodecahedron" arg-set="-which truncated_icosidodecahedron"/>
 <option _label="Disdyakistriacontahedron" arg-set="-which disdyakistriacontahedron"/>
 <option _label="Snub dodecahedron" arg-set="-which snub_dodecahedron"/>
 <option _label="Pentagonal hexecontahedron" arg-set="-which pentagonal_hexecontahedron"/>
    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   </hgroup>
 
+  <xscreensaver-updater />
+
   <_description>
-Displays different 3D solids and some information about each.
-A new solid is chosen every few seconds.  There are 75 uniform
-polyhedra, plus 5 infinite sets of prisms and antiprisms;
-including their duals brings the total to 160.
+The 75 uniform polyhedra and their duals, plus 5 prisms
+and antiprisms, and some information about each.
 
 http://en.wikipedia.org/wiki/Uniform_polyhedra
+http://en.wikipedia.org/wiki/Stellation
+http://en.wikipedia.org/wiki/Dual_polyhedron
+http://en.wikipedia.org/wiki/Antiprism
 
 Written by Dr. Zvi Har'El and Jamie Zawinski; 2004.
   </_description>