http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.24.tar.gz
[xscreensaver] / hacks / config / xearth.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="xearth" _label="Xearth">
4
5   <command arg="-nofork"/>
6
7   <!-- #### fix this -->
8   <command arg="-pos sunrel/38/-30"/>
9
10   <number id="wait" type="slider" arg="-wait %"
11           _label="Speed" _low-label="Slow" _high-label="Fast"
12           low="0" high="600" default="300"
13           convert="invert"/>
14
15   <number id="timewarp" type="slider" arg="-timewarp %"
16           _label="Time Warp" _low-label="Real Time" _high-label="Fast"
17           low="1.0" high="800.0" default="1.0"/>
18
19   <hgroup>
20     <select id="proj">
21       <option id="mercator" _label="Mercator Projection" arg-set="-proj merc"/>
22       <option id="orthographic" _label="Orthographic Projection"/>
23     </select>
24
25     <boolean id="shade" _label="Shaded Image" arg-unset="-noshade"/>
26   </hgroup>
27
28   <hgroup>
29     <number id="rot" type="spinbutton" arg="-rot %"
30             _label="North/South Rotation" low="-90" high="90" default="0"/>
31
32     <number id="mag" type="spinbutton" arg="-mag %"
33             _label="Magnification" low="0.1" high="10.0" default="1.0"/>
34   </hgroup>
35
36   <hgroup>
37     <boolean id="label" _label="Date/Time Stamp" arg-set="-label"/>
38
39     <select id="timestamp">
40       <option id="ul" _label="Upper Left"  arg-set="-label +5+5"/>
41       <option id="ll" _label="Lower Left"  arg-set="-label +5-5"/>
42       <option id="ur" _label="Upper Right" arg-set="-label -5+5"/>
43       <option id="lr" _label="Lower Right"/>
44     </select>
45   </hgroup>
46
47     <boolean id="markers" _label="Label Cities" arg-unset="-nolabel"/>
48   <hgroup>
49     <boolean id="grid"    _label="Draw Grid" arg-set="-grid"/>
50     <number id="g1" type="spinbutton" arg="-grid1 %"
51             _label="Spacing" low="1" high="100" default="6"/>
52     <number id="g2" type="spinbutton" arg="-grid2 %"
53             _label="x" low="1" high="100" default="15"/>
54   </hgroup>
55
56   <number id="day" type="slider" arg="-day %"
57           _low-label="Day  Dim" _high-label="Bright"
58           low="1" high="100" default="100"/>
59
60   <number id="night" type="slider" arg="-night %"
61           _low-label="Night   Dim" _high-label="Bright"
62           low="1" high="100" default="5"/>
63
64   <number id="term" type="slider" arg="-term %"
65           _low-label="Terminator   Blurry" _high-label="Sharp"
66           low="1" high="100" default="100"/>
67
68   <hgroup>
69     <select id="stars">
70       <option id="stars"   _label="Display Stars"/>
71       <option id="nostars" _label="No Stars" arg-set="-nostars"/>
72     </select>
73
74     <number id="starfreq" type="slider" arg="-starfreq %"
75               _low-label="Sparse" _high-label="Dense"
76               low="0.0001" high="0.01" default="0.002"/>
77   </hgroup>
78
79   <number id="ncolors" type="slider" arg="-ncolors %"
80             _label="Number of Colors" _low-label="Two" _high-label="Many"
81             low="2" high="255" default="50"/>
82
83   <_description>
84 XEarth draws an image of the Earth, as seen from your favorite vantage
85 point in space, correctly shaded for the current position of the Sun.
86 Written by Kirk Johnson.  This is not included with the XScreenSaver
87 package, but if you don't have it already, you can find it at
88 &lt;http://www.cs.colorado.edu/~tuna/xearth/&gt;.
89
90 There is also a similar (but more recent) program called xplanet
91 to be found at &lt;http://xplanet.sourceforge.net/&gt;.
92   </_description>
93 </screensaver>