home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / ansig100.zip / ANSIGRA.TXT < prev    next >
Text File  |  1993-11-11  |  4KB  |  97 lines

  1.  
  2. The AnsiGraph toolkit consists of:
  3.  
  4. Source Code in QuickBASIC for:
  5.         -PBPrint
  6.         -PCBTranslate
  7.         -PCBPrint    
  8. A EXE for:
  9.         -PCBTRANS(late)
  10.         -AGVIEW
  11.  
  12. Following is descriptions of each:
  13.  
  14.         <> PBPrint - Includes one sub and one function: PBPrint and
  15.         PBFilter, both involved in the use of PBANSI graphics. 
  16.         PBPrint takes a line of PBANSI graphics and displays it.  
  17.         PBFilter filters out all of the graphics commands.
  18.  
  19.         <> PCBTranslate - Two functions one translates a line of PCBoard
  20.         ANSI graphics to Powerboard graphics, and another that filters
  21.         out all of the REDUNDANT graphics commands inherently created by
  22.         the translation.  (The reason that many commands are redundant
  23.         is because PCBAnsi has only one command structure: Four Characters,
  24.         Two of which contain both foreground and background.  PBAnsi has
  25.         a variable command size, and seperate commands for foreground and
  26.         background.)
  27.  
  28.         <> PCBPrint - The original module, this one handles PC Board Ansi
  29.         graphics, and contains the sub PCBPrint, and function PCBFilter. 
  30.         They operate similarily to PBPrint and PBFilter above.
  31.  
  32.         <> AGVIEW - AnsiGraphic Viewer.  View any PCBAnsi or PBAnsi file.
  33.         Autodetects the graphic type.  Usage: AGVIEW <filename>
  34.  
  35. AnsiGraph is a toolkit and utilities package.  The source code is included
  36. so you can write your own utilities.  The PCBTranslate EXE is included
  37. so you don't have to.
  38.  
  39. As of this release the AnsiGraph toolkit includes all source code, and
  40. relavent examples.  AnsiGraph was written for Microsoft QuickBASIC 4.5
  41. and should also work with Microsoft PDS 7.1.  From my slight knoledge
  42. of PowerBASIC, I believe it should work with it as well.  Although, it
  43. may need slight modifications.
  44.  
  45. AnsiGraph and all related source code, and all of the examples, and
  46. anything else that even slightly falls under my control via the United
  47. States of America's copyright laws (United States Code, Title 17) is
  48. Copyright 1993 Robert Spier.
  49.  
  50. AnsiGraph is distributed under the concept of Shareware, and if you
  51. continue to use it in ANY form you must register it, as shown below.
  52. By registering, you will be notified of any major updates, and will be
  53. able to test new programs as available.
  54.  
  55. To register:
  56.         Please fill in the form below, and include a check for either:
  57.                    -  $20 for personal and low value commercial use.
  58.                    -  $35 for inclusion in anything to be sold for
  59.                           over $100.
  60.         Make the check out to "Robert Spier" and send it to:
  61.  
  62.                         Robert Spier
  63.                         One Lookout Circle
  64.                         Larchmont, NY 10538
  65.  
  66.         Any and all distribution of any part of the AnsiGraph toolkit
  67.         must be done in the following form:
  68.                    -In a suitable archive format (ZIP, ARJ, LZH, ARC,
  69.                            TAR, ZOO, etc.)
  70.                    -No files may be modified in any way.
  71.                    -Only one "BBSAD" file may be included in the
  72.                            archive.
  73.                    -The title of the archive (on a 8+3 file character
  74.                            system) is: ANSIGxxx.ext where xxx is the
  75.                            version number, release code.  On unix or
  76.                            macintosh systems (and others that allow
  77.                            more than 8 characters) either use
  78.                            ANSIGxxx.ext or some extended name like
  79.                            Ansi Graphics Toolkit vxxx.
  80.  
  81. Support services are currently available to all on a limited basis.
  82. Preference will be given to registered users.  Either write or use the
  83. following electronic addresses.
  84.  
  85.         As of 11/5/93:
  86.  
  87.                 robert.spier@hardgood.com
  88.                 Rime: Robert Spier -> ACC or -> APPLEWIZ
  89.                 Intelec: Robert Spier, in Netchat, Programming.
  90.  
  91. Thank You for using my software!
  92.  
  93.  
  94. This file is not meant to be a instruction manual for AnsiGraphics,
  95. only a overview and method of registering.
  96. This file Copyright 1993 Robert Spier
  97.