home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / cforms / part01 / README < prev   
Encoding:
Text File  |  1992-05-18  |  1.5 KB  |  38 lines

  1.     CForms Vers 1.0 By Lars Berntzon, E-Mail: lab@cgl.se
  2.     ----------------------------------------------------
  3.  
  4.     CForms is a formular manager for building applications to be used
  5.     for many types of terminals though it uses the {\em curses} library.
  6.     CForms is built up by a language that consists of the objects: modules,
  7.     pictures, fields, literals and events.
  8.  
  9.     An application is built by one or more modules that contains one or
  10.     more pictures that handles the various functions in the application.
  11.     Each picture may contain any number of fields and text literal
  12.     that describes the appearance of the picture.
  13.  
  14.     Fields are defined by their name and may be specified with any type,
  15.     size, special attributes and event handling functions.
  16.  
  17.     CForms may be intermixed with C-code modules in any way.
  18.     See the documentation in the doc:s directory on how to compile and
  19.     use CForms.
  20.  
  21.     Copyright stuff
  22.     ---------------
  23.     Permission is hereby granted to copy, reproduce, redistribute,
  24.     or otherwise use this software as long as: there is no monetary
  25.     profit gained specifically from the use or reproduction or this
  26.     software, it is not sold, rented, traded or otherwise marketed,
  27.     and this copyright notice is included prominently in any copy
  28.     made.
  29.  
  30.     The author make no claims as to the fitness or correctness of
  31.     this software for any use whatsoever, and it is provided as is. 
  32.     Any use of this software is at the user's own risk.
  33.  
  34.     If you find any bugs though you can always mail a description to
  35.     me on the address above and maybe i look into it.
  36.  
  37.     Have fun.
  38.