From http://www.jwz.org/xscreensaver/xscreensaver-5.22.tar.gz
[xscreensaver] / OSX / apple2-app.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="apple2" _label="Apple2">
4
5  <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9     <number id="tvcolor" type="slider" arg="-tv-color %"
10             _label="Color Knob" _low-label="Low" _high-label="High"
11             low="0" high="1000" default="70"/>
12     <number id="tvtint" type="slider" arg="-tv-tint %"
13             _label="Tint Knob" _low-label="Low" _high-label="High"
14             low="0" high="100" default="5"/>
15    </vgroup>
16    <vgroup>
17     <number id="tvbrightness" type="slider" arg="-tv-brightness %"
18             _label="Brightness Knob" _low-label="Low" _high-label="High"
19             low="0" high="200" default="150"/>
20     <number id="tvcontrast" type="slider" arg="-tv-contrast %"
21             _label="Contrast Knob" _low-label="Low" _high-label="High"
22             low="0" high="1500" default="1000"/>
23    </vgroup>
24   </hgroup>
25
26  <_description>
27 A fully-functional VT100 terminal emulator simulating an original
28 Apple ][ Plus computer in all its 1979 glory.  It also reproduces the
29 appearance of display on a color television set of the period.
30
31 http://en.wikipedia.org/wiki/Apple_II_series
32
33 Written by Trevor Blackwell; 2003.
34   </_description>
35 </screensaver>