From http://www.jwz.org/xscreensaver/xscreensaver-5.15.tar.gz
[xscreensaver] / hacks / config / apple2.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="apple2" _label="Apple2">
4
5  <command arg="-root"/>
6
7  <select id="mode">
8   <option id="random"    _label="Choose display mode randomly"/>
9   <option id="text"      _label="Display scrolling text" arg-set="-mode text"/>
10   <option id="slideshow" _label="Display images"         arg-set="-mode slideshow"/>
11   <option id="basic"     _label="Run basic programs"     arg-set="-mode basic"/>
12  </select>
13
14  <hgroup>
15   <vgroup>
16    <xscreensaver-text />
17   </vgroup>
18   <vgroup>
19    <xscreensaver-image />
20    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
21   </vgroup>
22  </hgroup>
23
24  <_description>
25 Simulates an original Apple ][ Plus computer in all its 1979 glory.  It
26 also reproduces the appearance of display on a color television set of
27 the period.
28
29 In "Basic Programming Mode", a simulated user types in a BASIC program
30 and runs it.  In "Text Mode", it displays the output of a program, or
31 the contents of a file or URL.  In "Slideshow Mode", it chooses random
32 images and displays them within the limitations of the Apple ][
33 display hardware.  (Six available colors in hi-res mode!)
34
35 This program is also a fully-functional VT100 emulator!  Run it as an
36 application instead of as a screen saver and you can use it as a
37 terminal.
38
39 http://en.wikipedia.org/wiki/Apple_II_series
40
41 Written by Trevor Blackwell; 2003.
42   </_description>
43 </screensaver>