home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / gui / triton / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-25  |  2KB  |  103 lines

  1. .name
  2. Triton
  3. .type
  4. Library
  5. .short
  6. An object oriented GUI creation system.
  7. .description
  8.    Triton is a standard Amiga shared runtime library.  Triton makes it
  9. much easier to create good looking graphical user interfaces (GUIs) than
  10. GadTools, BOOPSI or other systems.
  11.  
  12.    The most important features are:
  13.  
  14.    * Object oriented system
  15.    * Automatically font sensitive, font adaptive
  16.    * Automatic keyboard shortcuts for default window actions
  17.    * *Really* easy to use
  18.    * Beautiful customizable AmigaOS3.x look
  19.    * Comes as a freely distributable shared library
  20.    * Size! Though Triton is very powerful, it is a shared library of
  21.      only about 50KB. You don't need any startup tools, BOOPSI classes
  22.      or other things. It's the Triton among the minnows of GUI creation
  23.      systems ;)
  24.    * Resizability of windows wherever applicable
  25.    * A Preferences editor which allows you to customize the look and
  26.      feel of all Triton GUIs
  27.    * No installation required. Simply putting triton.library into the
  28.      current directory is enough for a minimum installation.
  29.  
  30.    By using Triton you don't have to worry about otherwise very
  31. time-consuming things like font-sensitivity and resizability of your
  32. windows.
  33. .version
  34. 1.3
  35. .date
  36. 1995.06.28
  37. .author
  38. Stefan Zeiger
  39. .reference
  40. FreshFish-Vol9-2:BBS/dev/Triton-1.2.lha
  41. 1.2
  42. FreshFish-Vol8-2:BBS/dev/Triton-1.2.lha
  43. 1.2
  44. FreshFish-Vol8-1:New/dev/gui/Triton/
  45. 1.2
  46. GoldFish-Vol2-2:BBS/dev/Triton-1.1.lha
  47. 1.1
  48. GoldFish-Vol2-1:Files/dev/gui/Triton/
  49. 1.1
  50. FreshFish-Vol5:New/dev/gui/Triton/
  51. 1.0
  52. FreshFish-Vol5:BBS/dev/Triton-1.0.lha
  53. 1.0
  54. .requirements
  55. Requires OS2.04+
  56. .distribution
  57. Shareware
  58. .price
  59. $15 (US), DM20
  60. .address
  61. Seligenstädter Weg 24
  62. D-63796 Kahl
  63. Germany
  64. .email
  65. s.zeiger@laren.rhein-main.de
  66. .docs
  67. Readme
  68. docs/History
  69. docs/Triton.dvi
  70. docs/Triton.guide
  71. .described-by
  72. Dan Fish (daf@daffy.amigalib.com)
  73. .submittal
  74. Downloaded via ftp from wuarchive.wustl.edu.
  75. .execute
  76. set choice `RequestChoice "Triton" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  77. if $choice EQ "0"
  78.   quit 5
  79. endif
  80.  
  81. if $choice EQ "1"
  82.   MetaTool ReadMe TEXT
  83. endif
  84.  
  85. if $choice EQ "2"
  86.   cd Docs
  87.   MetaTool Triton.guide GUIDE
  88.   cd /
  89. endif
  90.  
  91. if $choice EQ "3"
  92.   Installer "Install/Install Triton" APPNAME TRITON 
  93. endif
  94.  
  95. if $choice EQ "4"
  96.   assign libs: libs39/ ADD
  97.   cd Demos
  98.   Demo
  99.   cd /
  100. endif
  101. .aminet-dir
  102. dev/gui
  103.