home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / tools / aurora21 / read.me < prev    next >
Text File  |  1995-08-10  |  8KB  |  207 lines

  1.  
  2.            ***  Welcome to The Aurora Editor version 2.1!  ***
  3.                   (C) Copyright 1993-1995 nuText Systems
  4.                       All rights reserved worldwide.
  5.  
  6.       (See WHATSNEW.DOC for a list of new features in version 2.1)
  7.  
  8.  
  9. Note: this version of Aurora is NOT public domain or free software, but
  10. is distributed as shareware for EVALUATION PURPOSES ONLY.
  11.  
  12. Individuals are granted a limited license to use this shareware software
  13. for a 30-day period on a private, non-commercial basis, in order to
  14. decide whether or not Aurora suits their needs. At the end of the 30-day
  15. evaluation period, the individual MUST either purchase a fully licensed
  16. copy of this software, or discontinue using Aurora.
  17.  
  18.  
  19. Introduction
  20. ────────────
  21. Aurora is one of the finest text editors available today. Many hours
  22. have gone into the development and testing of this software. However, we
  23. can only continue to develop and support the software if those who use
  24. Aurora purchase a license for it. Aurora is very reasonably priced, but
  25. it is not free. You may try this software for up to 30 days with no
  26. obligation to pay for using it (subject to the conditions stated in the
  27. Aurora Editor User's Guide). If you continue to use Aurora after the
  28. 30-day evaluation period, you must purchase a fully licensed copy. For
  29. ordering and pricing information, see ORDERFRM.DOC.
  30.  
  31. The Aurora Editor software is owned by nuText Systems or its suppliers
  32. and is protected by United States copyright laws and international
  33. treaty provisions. The Aurora Editor, and The Aurora Macro Language are
  34. trademarks of nuText Systems. All other trademarks and registered
  35. trademarks referenced in this file are the property of their respective
  36. owners.
  37.  
  38. For COPYRIGHT AND PROPRIETARY RIGHTS, LICENSE AND RESTRICTIONS, WARRANTY
  39. DISCLAIMER, US GOVERNMENT RESTRICTED RIGHTS, and TRADEMARK information,
  40. see LICENSE.DOC.
  41.  
  42.  
  43. Disk Contents
  44. ─────────────
  45. NOTE: To reduce the size of the shareware archive, only the 386 version
  46. of Aurora is included in this package. An 8086 version is available from
  47. the Aurora Support BBS. See technical support below for BBS access
  48. details.
  49.  
  50.  
  51. Executable files:
  52.   A.EXE         - Aurora/386
  53.  
  54. Macro Object files:
  55.   A.X           - The editor boot macro
  56.   INSTALL.X     - Installation macro
  57.   LIB.X         - Compiled editor library macro code
  58.  
  59. Macro Source files:
  60.   COLOR.AML     - Color definitions
  61.   CONFIG.AML    - Configuration settings
  62.   DEFINE.AML    - Compile-time declarations, constants, functions
  63.   EXT.AML       - Editor extension source code
  64.   INSTALL.AML   - Installation macro source code
  65.   MAIN.AML      - The main macro source file
  66.   MOUSE.AML     - Mouse definitions
  67.   SYNTAX.AML    - Syntax highlighting definitions
  68.   SYSTEM.AML    - System settings
  69.   TRAN.AML      - Translation sample definitions
  70.  
  71. Other files:
  72.   FILE_ID.DIZ   - Description for BBS's
  73.   LICENSE.DOC   - Copyright, License, and Restrictions
  74.   ORDERFRM.DOC  - Ordering information and order form
  75.   READ.ME       - Introduction and last-minute information
  76.   VENDOR.DOC    - Distribution restrictions
  77.   WHATSNEW.AML  - New features
  78.  
  79. Documentation:
  80.   FUNCTION.DOX  - The Aurora Macro Language Function Reference
  81.   LANGUAGE.DOX  - The Aurora Macro Language Reference
  82.   QUICKFUN.DOX  - The AML Function Quick Reference
  83.   REGEXP.DOX    - Regular Expression Searching Reference
  84.   TIPS.DOX      - Miscellaneous User Tips
  85.   USER.DOX      - The Aurora Editor User's Guide
  86.  
  87. Editor styles:
  88.   AUKBD.AML     - Aurora-style keyboard layout and functions
  89.   AUMENU.AML    - Aurora-style menu definitions
  90.   BRKBD.AML     - Brief-style keyboard layout and functions
  91.   BRMENU.AML    - Brief-style menu definitions
  92.   CUKBD.AML     - Aurora/CUA/Windows-style keyboard definitions
  93.   CUMENU.AML    - Aurora/CUA/Windows-style menu definitions
  94.   MEKBD.AML     - MultiEdit-style keyboard definitions
  95.   MEMENU.AML    - MultiEdit-style menu definitions
  96.   QEKBD.AML     - QEdit/TSE-style keyboard layout and functions
  97.   QEMENU.AML    - QEdit/TSE-style menu definitions
  98.   WPKBD.AML     - WordPerfect-style keyboard layout and functions
  99.   WPMENU.AML    - WordPerfect-style menu definitions
  100.   WSKBD.AML     - WordStar/Borland IDE keyboard layout and functions
  101.   WSMENU.AML    - WordStar/Borland IDE menu definitions
  102.  
  103. Color palettes:
  104.   BLUGREEN.AML  - Blue and green
  105.   FLUORESC.AML  - Fluorescent
  106.   GREENCH.AML   - Green charcoal
  107.   REDBLUE.AML   - Red and blue
  108.   WIMBLEDN.AML  - Wimbledon
  109.  
  110. Macro Utilities and Samples:
  111.   ASCII2.AML    - 2-D ASCII chart
  112.   BOOKLIST.AML  - List all bookmarks
  113.   CALCPAD.AML   - Simple calculator pad
  114.   CALEN4.AML    - Display a 4-month calendar
  115.   CALENDAR.AML  - Display a popup calendar window
  116.   CLRCHART.AML  - Display a popup color chart window
  117.   COMPARE.AML   - Compare two files
  118.   COMPRESS.AML  - Find occurrences of a string via folding
  119.   COUNTCHR.AML  - Count characters in a file or block
  120.   COUNTLIN.AML  - Count lines in multiple files
  121.   COUNTWRD.AML  - Count words in a file or block
  122.   DELBLANK.AML  - Delete blank lines in a file or block
  123.   DELDUP.AML    - Delete duplicate lines in a file
  124.   DLGDEMO.AML   - AML dialog box demo with dialog box controls
  125.   DRAWBOX.AML   - Draw a box around a mark
  126.   EXAMPLE.AML   - Examples and macro source code fragments
  127.   FULLDATE.AML  - Get the date and time in full-format
  128.   HELPLANG.AML  - Language Reference Topics menu
  129.   HELPUSER.AML  - User's Guide Topics menu
  130.   KEYCODES.AML  - Display various keycodes
  131.   KEYDEF.AML    - Display key assignments
  132.   LONGLINE.AML  - Find the longest line in a file
  133.   MACLIST.AML   - Display a popup menu of macros and macro descriptions
  134.   PALETTE.AML   - Change the color palette
  135.   SCAN2.AML     - Find all occurrences of a string in a directory/filespec
  136.   SCRSAVER.AML  - AML Screen Saver demo showing how to draw on the screen
  137.   STYLE         - Change the editor keyboard/menu style
  138.   SUMBLOCK.AML  - Add up numbers in a marked block
  139.   TABS.AML      - Entab or Detab a file or block
  140.   TEMPLATE.AML  - Install Template-Editing key definition
  141.   TEMPLATE.DAT  - Template data (used by TEMPLATE.AML)
  142.   WHERE.AML     - Find all occurrences of a file on your computer
  143.  
  144. Configuration Macros:
  145.   CFGCOLOR.X    - Color configuration
  146.   CFGCONF.AML   - Confirmations
  147.   CFGDESK.AML   - Desktop
  148.   CFGEDIT1.AML  - Edit Options 1
  149.   CFGEDIT2.AML  - Edit Options 2
  150.   CFGFIND.AML   - Search/Replace
  151.   CFGFMGR.AML   - File Manager
  152.   CFGFORM.AML   - Text Reformatting
  153.   CFGLDLM.AML   - Line Delimiter
  154.   CFGMAIN.AML   - Main Configuration
  155.   CFGMARG.AML   - Margins and Tabs
  156.   CFGMISC.AML   - Miscellaneous
  157.   CFGMOUSE.AML  - Mouse
  158.   CFGOPEN.AML   - Open
  159.   CFGPRINT.AML  - Print
  160.   CFGPROM.AML   - Prompt
  161.   CFGSAVE.AML   - Save
  162.   CFGSORT.AML   - Sort
  163.   CFGSTYL2.X    - Edit and File Manager window styles
  164.   CFGSTYLE.X    - Dialog box and Prompt window styles
  165.   CFGUPD.AML    - Save Configuration
  166.   CFGVIDEO.AML  - Video
  167.  
  168.  
  169.  
  170. Technical Support
  171. ─────────────────
  172. Although we will do our best to answer questions for all users, licensed
  173. users will receive higher priority. If you are contacting us with a
  174. problem about the software, please have the following information
  175. available:
  176.  
  177.   - The editor version number and the date of the A.EXE file
  178.   - The operating environment (DOS, OS/2, Windows, etc) and operating
  179.       system version number you are using
  180.   - The names and versions of any memory managers or resident utilities
  181.       you are using in CONFIG.SYS and AUTOEXEC.BAT
  182.   - The amount of memory and disk space available
  183.   - Your computer hardware
  184.  
  185.  
  186. You can obtain technical support or information in the following ways:
  187.  
  188. 1. Call The Aurora Support BBS at (301) 230-1214. The BBS is available
  189.    24 hours a day, 7 days a week, at speeds from 2400 bps to 14,400 bps.
  190.    Use modem settings <N81>.
  191.  
  192. 2. Send EMail to:
  193.      Internet:  71702.1025@compuserve.com
  194.      CIS:       71702,1025
  195.  
  196. 3. Telephone: (301) 468-2255  USA
  197.  
  198. 4. Write to:
  199.      nuText Systems
  200.      P.O. Box 2405
  201.      Kensington, MD 20891-2405  USA
  202.  
  203. Please feel free to contact us at any time to offer comments or suggest
  204. improvements to this product. Many previous suggestions have been
  205. implemented in version 2.1.
  206.  
  207.