home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / misc / 1428 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  9.2 KB

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