home *** CD-ROM | disk | FTP | other *** search
/ tusportal.tus.k12.pa.us / tusportal.tus.k12.pa.us.tar / tusportal.tus.k12.pa.us / Wyse / latest-image.raw / 0.img / etc / xscreensaver / apple2.xml < prev    next >
Extensible Markup Language  |  2010-05-11  |  1KB  |  42 lines

  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. On X11 systems, This program is also a fully-functional VT100 emulator.
  36.  
  37. http://en.wikipedia.org/wiki/Apple_II_series
  38.  
  39. Written by Trevor Blackwell; 2003.
  40.   </_description>
  41. </screensaver>
  42.