home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sources / wanted / 5454 next >
Encoding:
Text File  |  1992-12-21  |  9.2 KB  |  304 lines

  1. Newsgroups: comp.sources.wanted
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!hobbes.physics.uiowa.edu!news.iastate.edu!pv0260.vincent.iastate.edu!shenoy
  3. From: shenoy@iastate.edu (Shiva Shenoy)
  4. Subject: cheap XVT clone
  5. Message-ID: <shenoy.724952124@pv0260.vincent.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames IA
  8. Date: Mon, 21 Dec 1992 15:35:24 GMT
  9. Lines: 293
  10.  
  11.  
  12. Here's some info on SUIT which is free.
  13.  
  14.                  SUIT
  15.  
  16.           The Simple User Interface Toolkit
  17.          is now available for anonymous FTP.
  18.     Copyright 1990, 1991, 1992, the University of Virginia
  19.  
  20. ---------------------------------------------------------------------------
  21.                 What Is SUIT?
  22. ---------------------------------------------------------------------------
  23. SUIT is a standard library of GUI screen components (buttons, menus,
  24. sliders, etc.), and allows *interactive layout* and specification of user
  25. interfaces even while the application runs. SUIT is portable. Programs
  26. using SUIT are written in ANSI-C, and run across all platforms with exactly
  27. the same source code. Currently, SUIT runs on:
  28.     * UNIX/X platforms: SPARC, SGI, IBM RS/6000, DECSTATION, Sun3
  29.     * Color Macintosh & Macintosh Powerbooks
  30.     * DOS 5.0
  31.     * MS-Windows 3.1
  32.  
  33. This file contains information about what SUIT is, who uses it, where
  34. to go if you need help with SUIT and of course, what you need to do to
  35. get SUIT installed where you are.
  36.  
  37. ---------------------------------------------------------------------------
  38.                   Why SUIT?
  39. ---------------------------------------------------------------------------
  40. After experiences with other GUI toolkits, we found them all TOO HARD TO
  41. LEARN, and have spent the last two years building a system that is easy to
  42. learn.  How easy?  We've documented that undergraduates can use SUIT
  43. productively after 2 hours with our ten page tutorial. We also have a 160
  44. page detailed reference manual, and tons of example programs that show how
  45. to use various widgets and features. 
  46.  
  47. ---------------------------------------------------------------------------
  48.                 Who Uses SUIT?
  49. ---------------------------------------------------------------------------
  50. SUIT has already been used at a large number of beta sites; to help
  51. convince you that SUIT isn't "flakeware," we are asking for "soliticed
  52. testimonials" from SUIT users, vouching for SUIT's stability and ease of
  53. use. Look for them on this newsgroup.
  54.  
  55. ---------------------------------------------------------------------------
  56.               Who Can Get SUIT?
  57. ---------------------------------------------------------------------------
  58. SUIT, including all its source code, is available without charge
  59. to Universities and other non-profit institutions.  For-profit
  60. organizations can license SUIT for a hefty fee (site licenses only;
  61. money is used to support students doing SUIT maintenance. Email
  62. suit@uvacs.cs.virginia.edu if you'd like to license SUIT.)
  63.  
  64. No one may redistribute SUIT without our express written permission,
  65. although 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.   / ____) | |  | | (_   _) (__   __)   the Simple User Interface Toolkit
  291.  / /      | |  | |   | |      | |
  292.  \ \___   | |  | |   | |      | |                developed at
  293.   \___ \  | |  | |   | |      | |         Computer Science Department
  294.       \ \ | |  | |   | |      | |           University of Virginia
  295.   ____/ / \ \__/ /  _| |_     | |         
  296.  (_____/   \____/  (_____)    |_|        e-mail: suit@uvacs.cs.Virginia.EDU
  297.  
  298. -------------------------------------------------------------------------------
  299. -- 
  300. Shiva Shenoy                           | e-mail: shenoy@iastate.edu 
  301. 2066 Black,                            | Office: (515)-294-0082
  302. Dept. of Aero. Engg. & Engg. Mechanics | Home  : (515)-296-7640
  303. Iowa State University, Ames, IA 50010  |
  304.