http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / moebiusgears.xml
index 35008a9410b35afa978f24a31b51eb32569f340d..cfbaf76875b32ebbd673a15c8f29201d7385f445 100644 (file)
@@ -5,19 +5,21 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="30000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="30000"
           convert="invert"/>
 
   <number id="speed" type="slider" arg="-speed %"
-          _label="Motion Speed" _low-label="Slow" _high-label="Fast"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
           low="0.01" high="5.0" default="1.0"/>
 
+  <hgroup>
   <number id="count" type="spinbutton" arg="-count %"
-          _label="Gear Count" low="13" high="99" default="15"/>
+          _label="Number of gears" low="13" high="99" default="17"/>
 
   <number id="teeth" type="spinbutton" arg="-teeth %"
-          _label="Tooth Count" low="7" high="49" default="15"/>
+          _label="Number of teeth" low="7" high="49" default="15"/>
+  </hgroup>
 
   <hgroup>
    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
    <boolean id="wire"   _label="Wireframe" arg-set="-wireframe"/>
   </hgroup>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
   <_description>
 Draws a closed, interlinked chain of rotating gears.  The layout of
-the gears follows the path of a moebius strip.
+the gears follows the path of a moebius strip.  See also the "Pinion"
+and "Gears" screen savers.
+
+http://en.wikipedia.org/wiki/Involute_gear
+http://en.wikipedia.org/wiki/Moebius_strip
 
 Written by Jamie Zawinski; 2007.
   </_description>