home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 9 / CD_ASCQ_09_1193.iso / news / 557 / anedit / readme.txt < prev    next >
Text File  |  1992-10-27  |  3KB  |  80 lines

  1.                        AE -- Another Editor
  2.                            Version 1.7
  3.  
  4.                          by Dick Alstein
  5.  
  6.  
  7.  
  8. AE is a text editor for MS-DOS compatibles, written in Turbo
  9. Pascal. 
  10.  
  11. 1. Conditions of use
  12. --------------------
  13.  
  14. The package is Freeware. This means that I retain the copyright,
  15. but you may copy and use the software under the following
  16. conditions:
  17.  
  18. * You may make copies of the program for your own use or to give
  19.   them away. Copies given to other persons should be accompanied
  20.   by this notice, the manual file and the full original source
  21.   code.
  22.  
  23. * No money whatsoever is to be charged for copies of the program
  24.   or for any part of it.
  25.  
  26. * Use of the software is at your own risk.
  27.  
  28. * You may modify the source code to fix bugs or to adapt it to
  29.   your own needs. However, you should clearly indicate where and
  30.   how you have changed the source code, and give the program a
  31.   new sub-version number. Better still, if you think that the
  32.   changes are real improvements, please send them to the address
  33.   below, so that I can incorporate them in the next version of AE.
  34.  
  35.  
  36. 2. Installation
  37. ---------------
  38.  
  39. Installing AE consists of simply copying the program AE.EXE to
  40. your harddisc or floppy disc. It requires MS-DOS version 2.0 or
  41. higher, and a minimum of 140 kilobytes of free memory.
  42.  
  43. The full AE package contains the following files:
  44.  
  45. README.TXT          This notice
  46. AE.EXE              The compiled program
  47. AEMANUAL.TXT        User's manual
  48. CHANGES.TXT         List of changes from version 1.4
  49. AE.PAS              Source code of the main program
  50. AE0.PAS .. AE5.PAS  Source code of the units
  51. SPLIT.EXE           Utility to split large files
  52. SPLIT.PAS           Source code of same
  53. MERGE.EXE           Utility to merge files
  54. MERGE.PAS           Source code of same
  55.  
  56. If you suspect the program of being infected by a virus (or by a
  57. nasty programmer) you can recompile it. It can be compiled with
  58. Turbo Pascal version 5.0 or later.
  59.  
  60. Please note: Besides the main program AE.PAS and the units AE0.
  61. PAS trough AE5.PAS, you will also need the file TCMVSMEM.OBJ to
  62. recompile the program. This is an object code file containing two
  63. screen routines. It is part of TurboCalc, one of the examples
  64. delivered with every copy of Turbo Pascal. It is not included in
  65. the AE package because Borland holds the copyright.
  66.  
  67.  
  68. 3. Finally
  69. ----------
  70.  
  71. For bug reports, suggestions for improvements and questions,
  72. please contact:
  73.  
  74. Dick Alstein
  75. Lijnslagerstraat 204
  76. 5625 BP  Eindhoven
  77. The Netherlands
  78.  
  79. e-mail: wsinda@info.win.tue.nl
  80.