ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.21.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 program, or the contents
23 of a file or URL, as configured on the "Advanced" tab of the main
24 Screensaver Preferences window.
25
26 In "Slideshow Mode", it chooses a number of images from the image
27 source you configured into XScreenSaver and displays them within the
28 limitations of the Apple ][ display hardware.  (Six available colors
29 in hi-res mode!)
30
31 In "Basic Programming Mode", a simulated user types in a BASIC program
32 and runs it.
33
34 By Trevor Blackwell.
35   </_description>
36 </screensaver>