http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.14.tar.gz
[xscreensaver] / hacks / config / apple2.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="apple2" _label="Apple ][">
4
5  <command arg="-root"/>
6
7  <select id="mode">
8   <option id="random"    _label="Random Mode"/>
9   <option id="text"      _label="Text Mode"              arg-set="-text"/>
10   <option id="slideshow" _label="Slideshow Mode"         arg-set="-slideshow"/>
11   <option id="basic"     _label="Basic Programming Mode" arg-set="-basic"/>
12  </select>
13
14  <file id="program" _label="Text Program" arg="-program %"/>
15
16  <_description>
17
18 Simulates an original Apple ][ Plus computer in all its 1979 glory.  It
19 also reproduces the appearance of display on a color television set of
20 the period.
21
22 In "Text Mode", it displays the output of a command (e.g., "fortune".)
23
24 In "Slideshow Mode", it chooses a number of images from the image
25 source you configured into XScreenSaver and displays them within the
26 limitations of the Apple ][ display hardware.  (Six available colors
27 in hi-res mode!)
28
29 In "Basic Programming Mode", a simulated user types in a BASIC program
30 and runs it.
31
32 By Trevor Blackwell.
33   </_description>
34 </screensaver>