home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / x11 / amiwin / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-11  |  3KB  |  98 lines

  1. .name
  2. AmiWin
  3. .type
  4. OS Utility
  5. .short
  6. A port of the X11R6 software package
  7. .description
  8. AmiWin is a port of the X11R6 software package by the X consortium.
  9.  
  10. X11R6 (X-Window-System, sometimes also referred to as "X-Windows")
  11. is a GUI interface standard that is particularly common on Un*x
  12. systems. The feature that most sets it apart from other GUI standards
  13. is that X11 can run across a network, i.e. a GUI-based program can be
  14. run on a machine that is different from the one the user is working on
  15. (where the X server is located).
  16. .version
  17. 2.0
  18. .date
  19. 1995.07.31
  20. .author
  21. Holger Kruse
  22. .restrictions
  23.    The evaluation version has a number of restrictions that are not
  24. present in the registered version:
  25.  
  26. * In the unregistered version the number of clients connected to the
  27.   X server at any time is limited to 4 (128 in the registered
  28.   version).
  29.  
  30. * The unregistered version of AmiWin does not support external X
  31.   extension modules. The registered version comes with the "Sync"
  32.   and "Multibuffering" extensions.
  33.  
  34. * All display drivers in the evaluation version have a maximum
  35.   screen size of 800x600.
  36.  
  37. * The evaluation version does not contain the true-color display
  38.   drivers.
  39.  
  40. * The evaluation version of the font access library only supports X
  41.   bitmap fonts. Scalable outline fonts (Speedo, Type1) and remote
  42.   font access are not supported.
  43.  
  44. * The evaluation version only contains two fonts. Other bitmap fonts
  45.   are available from other sources though (e.g. ftp.x.org), and can
  46.   be used with the evaluation version of AmiWin. The registered
  47.   version comes with a large font collection (17 MB) including
  48.   scalable fonts, precompiled for AmiWin for best performance.
  49.  
  50. * The registered version contains several more clients, including
  51.   the virtual window manager "fvwm" and all associated modules.
  52.  
  53. * The registered version contains 68030-optimized versions of all
  54.   display drivers.
  55.  
  56. * The registered version contains "xaw3d.library", a library that
  57.   gives the Athena Widgets set a 3-dimensional look, and
  58.   "xpm.library", a library for handling color images.
  59.  
  60. * The registered version comes with a printable copy of the AmiWin
  61.   manual (.dvi and .ps formats).
  62. .requirements
  63. OS2.04+
  64. 4Mb RAM
  65. 2Mb Disk Space
  66. .distribution
  67. Shareware
  68. .price
  69. $50
  70. .address
  71. 12006 Coed Drive
  72. Orlando, FL 32826-3101
  73. USA
  74. .email
  75. kruse@cs.ucf.edu
  76. .docs
  77. AmiWin.guide
  78. REGISTRATION
  79. .described-by
  80. Richard Fish (rjf@amigalib.com)
  81. .submittal
  82. Downloaded via ftp from wuarchive.wustl.edu.
  83. .aminet-dir
  84. gfx/x11
  85. .execute
  86. set choice `RequestChoice "AmiWin" "Please select an option" "View Guide" "Install Program" "Cancel"`
  87. if $choice EQ "0"
  88.   quit 5
  89. endif
  90.  
  91. if $choice EQ "1"
  92.   MetaTool AmiWin.guide GUIDE
  93. endif
  94.  
  95. if $choice EQ "2"
  96.   Installer Install_AmiWin MINUSER Expert APPNAME AmiWin
  97. endif
  98.