home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 388_01 / ae / 93 / jul / readme < prev   
Encoding:
Text File  |  1993-06-06  |  2.6 KB  |  75 lines

  1. Anthony's Editor July 93
  2. ========================
  3.  
  4. Copyright 1993, 1993 by Anthony Howe.  All rights reserved.  No warranty.
  5.  
  6. WHAT'S NEW since AE April 93
  7.  
  8.    o    Add recognition of ETCDIR environment variable as another
  9.     possible location for the configuration file.  This should
  10.     be initial set in a system .profile in case some users 
  11.     neglect to provide their own editor configuration.
  12.  
  13. The original AE, in its obfuscated form, won "Best Utility" in the
  14. 1991 International Obfuscated C Code Contest.  Since that contest, AE
  15. has been revised and extended in order to try new ideas and provide
  16. better functionality, while still retaining a simple interface and
  17. modualar design.
  18.  
  19. The distribution composes of several files.  Below is a list of the 
  20. files in this distribution:
  21.  
  22.     readme        This file.
  23.     ae.man        Manual reference and installation guide.
  24.     copying        Public License
  25.  
  26.     makefile        Source makefile suitable for Make or AM.
  27.     command.c    AE source. 
  28.     data.c            "
  29.     display.c        "
  30.     gap.c            "
  31.     key.c            "
  32.     main.c            "
  33.     header.h        "
  34.     key.h            "
  35.     
  36.     mode.rc        Sample configuration file modual style. 
  37.     modeless.rc    Sample configuration file modeless style (ansi keys).
  38.  
  39. AE merges two schools of thought by providing both VI style (modual)
  40. and EMACS style (modeless) editing interfaces.  Users can configure the
  41. command-key bindings and the help text for either style.
  42.  
  43. AE is simple enough that anyone can modify it to add features.  The
  44. source is free.  People are welcome to use and modify personal copies
  45. (see the "copying" file for more details).
  46.  
  47. e.g.
  48.     o  Tutorials on the Buffer Gap Scheme and/or editor design.
  49.     o  A basis for an editor that can be built into a project.
  50.     o  An editor for novice users.
  51.  
  52. AE has been know to compile on a wide variety of machines and compilers
  53. like BSD and System V Unix with GNU C, PC mahcines with WatCom C or Turbo C,
  54. and ATARI ST machines with Sozobon C.  Any machine that provides at least 
  55. K&R C and a CURSES library should have no trouble getting AE to compile.
  56.  
  57. See the INSTALLATION section of the manual on how to build AE.  Also
  58. take note of the BUG section of the manual.
  59.  
  60. Anthony Howe
  61. ant@mks.com
  62.  
  63.  
  64. PS.     Available upon request is AM, Anthony's Make, winner of "Best
  65.     Utility" in the 1992 International Obfuscated C Code Contest.
  66.     Please specify either the entry or human-readable version.
  67.  
  68.     Also available upon request, Stdscr Curses for PC class
  69.     machines.  For those people who cannot find a suitable Curses
  70.     library to link AE with or use for other small projects.  This
  71.     small Curses library supports only the standard full screen
  72.     window, stdscr.
  73.  
  74.  
  75.