home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / thesrc15.zip / readme.exc < prev    next >
Text File  |  1993-12-07  |  4KB  |  104 lines

  1.                       Welcome to THE, The Hessling Editor.
  2.  
  3. INTRODUCTION
  4. ------------
  5.  
  6. THE is a full-screen character mode text editor based on the VM/CMS editor
  7. XEDIT and some features of KEDIT for DOS written by Mansfield Software.
  8.  
  9. THE is known to run on SUNOS 4.1.3, Solaris 2.x, Xenix-386, DOS, 
  10. OS/2 2.x, Esix 4.0.3a, ATT SystemV 3.2, Linux, 386BSD, AIX, HP-UX, 
  11. Ultrix, Sequent. THE should compile on any Unix system.
  12.  
  13. THE OS/2 port is similar to EPM, runs within an OS/2 command window and is
  14. HPFS aware. 
  15.  
  16. Apart from the real-mode DOS executable, THE uses a REXX interpreter to 
  17. execute macro files. The OS/2 version uses the REXX interpreter that comes
  18. with OS/2, while the extended DOS version is linked with Regina; a freely
  19. available REXX interpreter.
  20.  
  21. THE uses curses as its screen handler. This makes it portable but not the
  22. best for fast screen refreshes.
  23.  
  24. If you find bugs or major inconsistencies, please let me know.
  25.  
  26. A mailing list has been created for discussion of THE. You can subscribe
  27. to it by sending an email message to listproc@gu.edu.au with the body of
  28. the email message containing:
  29.  
  30. SUBSCRIBE THELIST Your Name
  31.  
  32. To send messages to other subscribers, send an email message to
  33. thelist@gu.edu.au.
  34.  
  35. THE is distributed under the terms of the GNU General Public License.
  36. For more details see the file COPYING that should have accompanied this
  37. file.
  38.  
  39. THE is available via anonymous ftp from the following sites:
  40.  
  41.  North America: rexx.uwaterloo.ca
  42.                 /pub/editors/the
  43.  Europe:        flipper.pvv.unit.no
  44.                 /pub/the
  45.  Australia:     ftp.gu.edu.au
  46.                 /src/THE
  47.  
  48. thedos??.zip            - version ?.? DOS executable and documentation
  49. thedjg??.zip            - version ?.? extended DOS executable and documentation
  50. theos2??.zip            - version ?.? OS/2 executable and documentation
  51. thesrc??.zip            - source code for version ?.?
  52. thesrc??.tar.Z          - source code for version ?.?
  53.  
  54. You will need Info-Zip's Unzip 5.0 or equivalent to unzip this archive. 
  55. Also note that the source files will be in Unix format (LF only to end line)
  56. so unzipping under DOS or OS/2 use the -a switch.
  57.  
  58. MANIFEST
  59. --------
  60.  
  61. COPYING                 - GNU General Public License
  62. readme.exc              - this file
  63. the.exe                 - DOS or OS/2 executable.
  64. the.man                 - THE Reference Manual
  65. the.his                 - release history
  66. *.hlp                   - help file(s) for THE version
  67. profile.the             - sample profile file which immitates KEDIT
  68. *.the                   - sample THE macro files (only useful with a
  69.                           supported REXX interpreter)
  70.  
  71. EXTENDED DOS VERSION
  72. --------------------
  73.  
  74. This version of THE contains an executable compiled with DJGPP. This 
  75. version requires go32.exe from DJGPP 1.10 or later and allows for files 
  76. up to 128mb in size. Included in thedjg??.zip is the DOS extender from
  77. DJGPP; go32.exe. This file must be in a directory referenced in your
  78. PATH, and set the environment variable GO32=ansi as a minimum. For more
  79. information, consult the documentation that comes with DJGPP.
  80. DJGPP can be obtained from: omnigate.clarkson.edu in ~ftp/pub/msdos/djgpp
  81.  
  82. INSTALLATION
  83. ------------
  84.  
  85. - Unzip the archive. (I assume you have already done that)
  86. - Move the .exe file into a directory in your PATH somewhere.
  87. - read APPENDIX 1 of the.man for an explanation of the optional 
  88.   environment variables that can be used by THE for specifying default
  89.   profile files, help file and macro paths.
  90. - run THE -h to obtain details of the command line options.
  91.  
  92.  
  93. Read the.his to see what has been added or changed in the latest release.
  94.  
  95. Enjoy, Mark.
  96.  
  97. ------------------------------------------------------------------------
  98. Mark Hessling                         Email: M.Hessling@gu.edu.au
  99. DBA,ITS                               Phone: +617 875 7691
  100. Griffith University                   Fax:   +617 875 5314
  101. Nathan, Brisbane QLD 4111             ***** PDCurses Maintainer *****
  102. Australia                             *** Author of THE and GUROO ***
  103. ------------------------------------------------------------------------
  104.