home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / the25.zip / thesrc251.zip / README < prev    next >
Text File  |  1998-04-19  |  6KB  |  130 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 has currently been ported to most Unix systems, DOS, OS/2, Win32 and
  10. a MS-Windows 3.1 version is also available as a shareware release.
  11. As of release 2.2, THE also is available as a native X11 application.
  12.  
  13. An attempt has been made to port THE to VAX/VMS. Some major work is still
  14. required. A port to the Amiga is currently being undertaken.
  15.  
  16. THE is known to run on SunOS 4.1.3, Solaris 2.x, Xenix-386, DOS,
  17. OS/2 2.0+, Esix 4.0.3a, ATT SystemV 3.2, Linux, FreeBSD, AIX, HP-UX,
  18. Ultrix, Sequent, Irix, DG/UX, OSF/1, Win95/NT.
  19. THE should compile on any Unix system.
  20.  
  21. THE OS/2 port is similar to EPM, runs within an OS/2 command window and is
  22. HPFS aware. THE also uses the OS/2 REXX interpreter to execute macro files.
  23. An extensive interface exists between THE and REXX giving THE the complete
  24. power of REXX.
  25.  
  26. REXX support is built in with the Extended DOS and the Win95/NT versions.
  27. These versions use the free REXX interpreter, Regina, which is available 
  28. via ftp://ftp.qut.edu.au/pub/markh/Regina/regna08d.zip
  29. THE OS/2 version uses the REXX interpreter that is supplied with OS/2.
  30.  
  31. For Unix ports, REXX support is available with Regina (see above) and with
  32. REXX/imc (http://www.comlab.ox.ac.uk/oucl/users/ian.collier/Rexx/tarfiles.html)
  33. Under the AIX platform, THE can also use REXX/6000, available from IBM.
  34.  
  35.  
  36. THELIST: A Mailing list for announcements and discussion of THE.
  37. ---------------------------------------------------------------
  38.  
  39. A mailing list has been created for discussion of THE. You can subscribe
  40. to it by sending an email message to listserv@uiuc.edu with the body of 
  41. the email message containing:
  42.  
  43. SUBSCRIBE THELIST Your Name
  44.  
  45. To send messages to other subscribers, send an email message to
  46. thelist@uiuc.edu
  47.  
  48.  
  49. Where to get THE
  50. ----------------
  51.  
  52. THE is distributed under the terms of the GNU General Public License.
  53. For more details see the file COPYING that should have accompanied this
  54. file.
  55.  
  56. THE is available from the following sites:
  57.  
  58.  North America:  ftp://ftp.lightlink.com/pub/hessling/THE/
  59.                  ftp://uiarchive.cso.uiuc.edu/pub/packages/THE/
  60.                  http://uiarchive.cso.uiuc.edu/
  61.  Germany:        ftp://ftp.rzg.mpg.de/pub/software/the/THE/
  62.                  ftp://ftp.germany.eu.net/pub/comp/sysv/THE/
  63.  Austria:        ftp://ftp.wu-wien.ac.at/pub/src/Editors/THE/
  64.  Australia:      ftp://ftp.qut.edu.au/pub/markh/THE/
  65.                  http://www.lightlink.com/hessling/
  66.  
  67. Files available:
  68.  
  69. thedos??.zip            - version ?.? DOS executable and documentation
  70. thedjg??.zip            - version ?.? extended DOS executable and documentation
  71. theos2??.zip            - version ?.? OS/2 executable and documentation
  72. thew32??.zip            - version ?.? Win95/NT executable and documentation
  73. thesrc??.zip            - source code for version ?.?
  74. THE-?.?.tar.gz          - source code for version ?.?
  75. thedoc??.zip            - HTML documentation for version ?.?
  76.  
  77. thedit??.zip            - version 2.1 MS-Windows 3.1 port (shareware)
  78.  
  79. Pre-compiled binaries for various Unix systems are also available from 
  80. the sites above.
  81.  
  82. All zip files use Info-Zip's Zip 2.01.
  83. Also note that the source files will be in Unix format (LF only to end line)
  84. so unzipping under OS/2, DOS or Win95/NT  use the -a switch.
  85.  
  86.  
  87. Notes on Source Distribution:
  88. ----------------------------
  89.  
  90. THE uses curses as its screen handler. This makes it portable but not the
  91. best for fast screen refreshes.
  92.  
  93. To compile the DOS, OS/2 and Win32 ports you need PDCurses 2.3 (or later); a
  94. public domain library of curses screen handling routines, of which I am 
  95. the current maintainer. PDCurses 2.3 is available from:
  96.  
  97.  North America:  ftp://ftp.lightlink.com/pub/hessling/PDCurses/
  98.  Germany:        ftp://ftp.rzg.mpg.de/pub/software/the/THE/
  99.  Australia:      ftp://ftp.qut.edu.au/pub/markh/PDCurses/
  100.                  http://www.lightlink.com/hessling/
  101.  
  102. You also require PDCurses 2.3 (or later) for the X11 port.
  103.  
  104. To assist with configuring THE to compile under Unix, a "configure" script
  105. is included. This script should be able to set up most, if not all
  106. requirements for compilation. Run configure with the --help switch to
  107. determine what configuration options are available.
  108.  
  109. ********************* Note to Users of Borland C++ 2.0 *****************
  110. There is a bug in the stat() function that returns an error if you call
  111. stat() with the root directory. This causes any sos_edit of a directory
  112. that will resolve to the root directory to think it is a new file.
  113. The bug in stat() has been fixed in release 3.0.
  114. ********************* Note to Users of Borland C++ 2.0 *****************
  115.  
  116. If you find bugs or major inconsistencies, please let me know. If you
  117. manage to compile and run on a different platform to the above, please
  118. send me any changes to the code and the makefile, so I can include the
  119. patches in the official release.
  120.  
  121. Enjoy, Mark.
  122.  
  123. ------------------------------------------------------------------------
  124. Mark Hessling                   Email:             M.Hessling@qut.edu.au
  125. PO Box 203                      Phone:                    +617 3802 0800
  126. Bellara                         http://www.lightlink/gext/the/markh.html
  127. QLD 4507                        **** Maintainer PDCurses & REXX/SQL ****
  128. Australia                       ************* Author of THE ************
  129. ------------------------------------------------------------------------
  130.