home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / 17949 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  8.9 KB

  1. Path: sparky!uunet!gatech!news.ans.net!cmcl2!adm!news
  2. From: suit@server.cs.Virginia.EDU (The Simple User Interface Toolkit)
  3. Newsgroups: comp.sys.sgi
  4. Subject: ANNOUNCE: SUIT 2.3, an easy-to-learn GUI toolkit
  5. Message-ID: <34625@adm.brl.mil>
  6. Date: 13 Dec 92 00:34:29 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 294
  9.  
  10.  
  11.                  SUIT
  12.  
  13.           The Simple User Interface Toolkit
  14.          is now available for anonymous FTP.
  15.     Copyright 1990, 1991, 1992, the University of Virginia
  16.  
  17. ---------------------------------------------------------------------------
  18.                 What Is SUIT?
  19. ---------------------------------------------------------------------------
  20. SUIT is a standard library of GUI screen components (buttons, menus,
  21. sliders, etc.), and allows *interactive layout* and specification of user
  22. interfaces even while the application runs. SUIT is portable. Programs
  23. using SUIT are written in ANSI-C, and run across all platforms with exactly
  24. the same source code. Currently, SUIT runs on:
  25.     * UNIX/X platforms: SPARC, SGI, IBM RS/6000, DECSTATION, Sun3
  26.     * Color Macintosh & Macintosh Powerbooks
  27.     * DOS 5.0
  28.     * MS-Windows 3.1
  29.  
  30. This file contains information about what SUIT is, who uses it, where
  31. to go if you need help with SUIT and of course, what you need to do to
  32. get SUIT installed where you are.
  33.  
  34. ---------------------------------------------------------------------------
  35.                   Why SUIT?
  36. ---------------------------------------------------------------------------
  37. After experiences with other GUI toolkits, we found them all TOO HARD TO
  38. LEARN, and have spent the last two years building a system that is easy to
  39. learn.  How easy?  We've documented that undergraduates can use SUIT
  40. productively after 2 hours with our ten page tutorial. We also have a 160
  41. page detailed reference manual, and tons of example programs that show how
  42. to use various widgets and features. 
  43.  
  44. ---------------------------------------------------------------------------
  45.                 Who Uses SUIT?
  46. ---------------------------------------------------------------------------
  47. SUIT has already been used at a large number of beta sites; to help
  48. convince you that SUIT isn't "flakeware," we are asking for "soliticed
  49. testimonials" from SUIT users, vouching for SUIT's stability and ease of
  50. use. Look for them on this newsgroup.
  51.  
  52. ---------------------------------------------------------------------------
  53.               Who Can Get SUIT?
  54. ---------------------------------------------------------------------------
  55. SUIT, including all its source code, is available without charge to
  56. Universities and other non-profit institutions.  For-profit
  57. organizations can purchase SUIT site licenses for a hefty fee. We are
  58. currenlty thinking about single-CPU liscenses as well. If you are
  59. interested in this option, send us mail and let us know what you think
  60. the software is worth to you. The address to mail is: 
  61.  
  62.             suit@uvacs.cs.virginia.edu 
  63.  
  64. No one may redistribute SUIT without our express written permission,
  65. but executable programs built with SUIT may be redistributed.
  66.  
  67. Anyone may ftp SUIT for evaluation purposes.
  68.  
  69.  
  70. ---------------------------------------------------------------------------
  71.        What Do I Need At My Site In Order To Use SUIT?
  72. ---------------------------------------------------------------------------
  73. This depends on the platform you will use:
  74.  
  75. UNIX/X: 
  76.     You will need at least X11R4 and gcc 2.1 or later
  77.     or any ANSI-compatible C compiler. 
  78.     (If all you have is gcc 1.3X, send us mail. 'gcc -v'
  79.     is how to find out what you have).        
  80.  
  81.     On the RS6000, SUIT is known to work with 
  82.     version 3.1.5 and 3.1.6 of the operating system 
  83.     and version 1.1 of the xlc compiler. 
  84.                 
  85. MAC:
  86.     System 6.0 or 7.0 and Think C 5.0
  87.  
  88. DOS:
  89.     DOS version 5.0 and Borland C++ version 3.1
  90.  
  91. WINDOWS:
  92.     Microsoft Windows 3.1 and Borland C++ version 3.1
  93.  
  94. ---------------------------------------------------------------------------
  95.               How Do I Get SUIT?
  96. ---------------------------------------------------------------------------
  97. Getting SUIT is easy: below are instructions for getting the SUIT demo
  98. program and a README file that walks you through some of SUIT's most
  99. powerful features. This README also shows you how to get the entire
  100. SUIT distribution.
  101.  
  102. The more verbose set of instructions included below is also available
  103. by typing
  104.  
  105.         finger suit@uvacs.cs.virginia.edu
  106.  
  107.  
  108. Short Instructions For Wizards:
  109. -------------------------------
  110.     anonymous ftp to 128.143.8.100 
  111.     cd pub/suit/demo/{sparc,dec,etc}  <----- your platform type here
  112.  
  113.     get README
  114.     get demo.sui
  115.     get demo      (on DOS & MS windows, this is demo.exe)
  116.  
  117.     remember to use binary transfer
  118.  
  119.  
  120. Full Details For Normal People:  
  121. -------------------------------
  122.     The demo is made up of the following files:
  123.  
  124.     demo        -- an executable demo program
  125.                 (demo.exe on DOS/Windows platforms)
  126.     demo.sui     -- a support data file that demo needs
  127.     README        -- an ASCII text file that explains SUIT and 
  128.                 tells how to get the whole SUIT distribution
  129.  
  130.     The files are in the directory
  131.         pub/suit/demo/<arch> 
  132.  
  133.     where <arch> is one of the following supported architectures:
  134.         sparc
  135.         sun3
  136.         rs6000
  137.         sgi (note: this version uses X-windows, not "straight GL") 
  138.         dec
  139.         dos
  140.         windows_3.1
  141.         mac (these files are binhexed) 
  142.  
  143.     Download these three files and run demo program (detailed
  144.     directions are below, if you need them). If you like the demo,
  145.     the README file has step by step instructions for getting
  146.     the entire SUIT distribution. 
  147.     
  148.     Again, thanks for your interest in SUIT. 
  149.  
  150.                 ---- The SUIT Development Team
  151.  
  152.  
  153.  
  154.     =================================================
  155.     DETAILED DIRECTIONS FOR DOWNLOADING THE SUIT DEMO:
  156.     =================================================
  157.  
  158.     ------------------------------
  159.     1.) Initiate ftp to our machine at UVa.
  160.  
  161.     Type the following command:
  162.  
  163.         ftp 128.143.8.100
  164.  
  165.      You should see something that looks like:
  166.  
  167.         Connected to 128.143.8.100.
  168.         220 server0 FTP server (Version 6.10 Tue Mar 17 09:07:50 EST 1992) ready.
  169.         Name (128.143.8.100:CookieMonster):
  170.  
  171.     where "CookieMonster" is your login ID.
  172.  
  173.  
  174.     ------------------------------
  175.     2.) Log in to our machine at UVa.
  176.  
  177.     At the prompt, type: 
  178.  
  179.         anonymous
  180.     
  181.     You should see something like this:
  182.     
  183.         331 Guest login ok, send ident as password.
  184.         Password:
  185.  
  186.     ------------------------------
  187.     3.) Type in your local login ID as a courtesy. 
  188.     This will not be echoed back to you, so don't panic.
  189.  
  190.     You will see:    
  191.  
  192.         230 Guest login ok, access restrictions apply.
  193.         ftp>
  194.  
  195.     ------------------------------
  196.     4.) Set the transfer mode to binary.
  197.     
  198.     Type:
  199.         binary
  200.  
  201.     ------------------------------
  202.     5.) Change to the SUIT demo directory.
  203.  
  204.     Type:    
  205.         cd /pub/suit/demo
  206.  
  207.     ------------------------------
  208.     6.) Change into the directory for your machine type
  209.         choices are:
  210.         sparc 
  211.         sun3
  212.     Type:
  213.         cd sparc 
  214.             OR
  215.         cd sun3 
  216.             ETC..
  217.         
  218.     ------------------------------
  219.     7.) Get the files.
  220.  
  221.     Type: 
  222.         get README
  223.         get demo.sui
  224.         get demo
  225.  
  226.     demo is a big file. 
  227.     It might take some time.
  228.     ------------------------------
  229.     8.) Quit ftp
  230.     
  231.     Type: 
  232.         quit
  233.  
  234.     ------------------------------
  235.     9.) Make the file runnable:
  236.     
  237.     Type:
  238.         chmod ugo+x demo
  239.  
  240.     ------------------------------
  241.     10.) For Unix users: 
  242.         Get into X windows, 
  243.              if you are not already there
  244.     
  245.     ------------------------------
  246.     11.) Run the demo
  247.     
  248.     Type: 
  249.         demo
  250.  
  251.     And read the README file, which will tell you how to
  252.     interact with the demo program.
  253.  
  254.  
  255. ========================================================================
  256.  
  257. ---------------------------------------------------------------------------
  258.                How Do I Get SUIT Help?
  259. ---------------------------------------------------------------------------
  260.  
  261. As we said, SUIT comes with a 160 page reference manual and lots of
  262. example programs. If you need more help, you can sign up to the SUIT
  263. mailing list. Just send mail to 
  264.  
  265.         suit-users-request@uvacs.cs.Virginia.EDU
  266.  
  267. to sign up for the mailing list. After that, you can post messages to
  268. the mailing list after you're signed up by sending mail to
  269.  
  270.         suit-users@uvacs.cs.Virginia.EDU
  271.  
  272. If you need to talk to one of the SUIT implementors directly, you can send
  273. mail to:
  274.         suit@uvacs.cs.Virginia.EDU
  275.  
  276. We can usually get a response to you in about 48 hours. 
  277.  
  278. =========================================================================
  279.  
  280. We hope you give SUIT a try. If you want more information about SUIT,
  281. or have questions that are not answered here, please feel free to send
  282. us mail. We are eager to hear your suggestions and comments. 
  283.  
  284.                         
  285.                         -- The SUIT Team
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292. -- 
  293. -------------------------------------------------------------------------------
  294.    _____   _    _   _____   _______
  295.   / ____) | |  | | (_   _) (__   __)   the Simple User Interface Toolkit
  296.  / /      | |  | |   | |      | |
  297.  \ \___   | |  | |   | |      | |                developed at
  298.   \___ \  | |  | |   | |      | |         Computer Science Department
  299.       \ \ | |  | |   | |      | |           University of Virginia
  300.   ____/ / \ \__/ /  _| |_     | |         
  301.  (_____/   \____/  (_____)    |_|        e-mail: suit@uvacs.cs.Virginia.EDU
  302.  
  303. -------------------------------------------------------------------------------
  304.