home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / misc / 20873 < prev    next >
Encoding:
Text File  |  1992-12-21  |  9.1 KB  |  306 lines

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