home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / perl / perlvisi.1 / perlvisi / perlvision / README < prev   
Encoding:
Text File  |  1995-03-22  |  2.7 KB  |  63 lines

  1. # PerlVision - A class library to do ANSI graphics and textmode GUI
  2. # By Ashish Gulhati (hash@well.sf.ca.us)
  3. # V.0.1.0
  4. #
  5. # (C) Ashish Gulhati, 1995. All Rights Reserved.
  6. #
  7. # Free electronic distribution permitted. You are free to use
  8. # PerlVision in your own code so long as this copyright message stays
  9. # intact. PerlVision or derived code may not be used in any commercial
  10. # product without my prior written or PGP-signed consent. Please e-mail
  11. # me if you make significant changes, or just want to let me know what
  12. # you're using PerlVision for.
  13.  
  14.  
  15. PerlVision is a Perl 5 class library that enables you to implement an
  16. attractive and versatile text-mode interface for your application
  17. programs on Unix. It contains support for most common input elements
  18. as well as for dialog boxes with arbitrary combinations of input
  19. elements.
  20.  
  21. To use PerlVision you will need at least Perl 5.000, available from
  22. ftp.netlabs.com and prep.ai.mit.edu, among other sites.
  23.  
  24. The perlvision-0.1.0.tgz file should contain:
  25.  
  26. pvbasic.pl    - Basic primitives for ANSI screen control, etc.
  27. pvbasic_u.pl    - 'Unoptimized' pvbasic.pl (faster on console)
  28. perlvision.pl    - The class library
  29. perlvision.doc    - Documentation for the library
  30. rap        - (rap ain't pico) A simple text editor as an example
  31.                   of using PerlVision.
  32. COPYING        - The GPL - terms and conditions under which rap (but
  33.           not the rest of PerlVision) is distributed
  34. README        - This file
  35. IAFA-PACKAGE    - The IETF FTP Archives Working Group standard format 
  36.                   description of PerlVision.
  37.  
  38. PerlVision is not public domain or copylefted software. You may make
  39. use of it for free as long as the resulting programs are not to be
  40. used for any commercial purpose. _Any_ commercial use of PerlVision
  41. requires my prior consent. If you aren't sure whether a certain use is
  42. 'commercial' on 'non-commercial', assume it is commercial and mail me.
  43.  
  44. If you just want to use RAP, put pvbasic.pl and perlvision.pl in your
  45. Perl lib directory, typically /usr/lib/perl5 or /usr/local/lib/perl5,
  46. put RAP in /usr/bin or /usr/local/bin, change the first line in RAP to
  47. point to where your Perl5 binary is installed, and you're all set. RAP
  48. _is_ copylefted software.
  49.  
  50.  
  51. Ashish Gulhati
  52.  
  53.  
  54. ----------------------------------------------------------------------------
  55. Ashish Gulhati        | hash@well.sf.ca.us          | "Existence Exists"
  56. 140 Sunder Nagar,     | Sysop @ 6:606/7             |
  57. New Delhi - 110003    | Res: +91 11 4615433         |
  58. India                 | BBS/Fax: +91 11 4601978     |             ~ Ayn Rand
  59. ----------------------------------------------------------------------------
  60.                Finger hash@well.sf.ca.us for PGP public key.
  61. ----------------------------------------------------------------------------
  62.  
  63.