home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / yg407w95.zip / YGREP.TXT < prev    next >
Text File  |  1996-05-08  |  4KB  |  101 lines

  1. YGrep Search Engine v4.07         8 may 1996        (C) Yves Roumazeilles
  2. ─────────────────────────────────────────────────────────────────────────
  3.  
  4. The YGrep Search Engine is a text search library to be used with any
  5. kind of Windows application. It has two possibilities:
  6.  
  7. - approximative search based on Baeza-Yates algorithm to find a pattern
  8. which is only partly known (also known as search with erroneous
  9. patterns). For example, you can search for "pattern" with 1 error (at
  10. most) and it will match "pattern", "pittern" and "Pattern" while
  11. stepping over "lantern" (2 errors).
  12.  
  13. - search modelled on the Unix utility named GREP. It is particularly
  14. useful for complex searching with the help of its specific search
  15. "language" to describe the pattern you look for. For example, you can
  16. search for "^pattern" to look for "pattern" at the beginning of a line;
  17. or for "[pl]a[nt]tern" to look for either "pattern" or "lantern". Look
  18. into the Help file for an extensive description of the pattern language.
  19.  
  20. Both are particularly useful to improve greatly the search capability of
  21. an existing tool such as a text editor, a data base search engine, etc.
  22.  
  23. Additionaly, "substitute" functions are also available for replace after
  24. search.
  25.  
  26.  
  27. The Windows help file gives detailed on-line information about using it.
  28. It is complemented by the printed reference manual the registered user
  29. will receive.
  30.  
  31. Minimal File List:
  32.  
  33.    YGREP.DLL    Basic DLL
  34.    YGREP.HLP    Help for programmer (function description)
  35.    YGREP.TXT    This file
  36.    YGREP.H      For C programmers
  37.    BITLIST.H
  38.    YGREP.LIB
  39.  
  40.    CLUSTER.TXT  Description of the ClusterView Windows application
  41.    BITLIST.TXT  Description of the BitList Engine
  42.    ORDER.TXT    Minimal order form
  43.  
  44.  
  45. To install The YGrep Search Engine, simply put the files YGREP32.DLL and
  46. YGREP.HLP in any directory already included in your path (C:\WINDOWS
  47. suggested). If you already have an earlier version of the YGrep Search
  48. Engine, replace its old YGREP.DLL file by the new one.
  49.  
  50. Place YGREP.H, and BITLIST.H in your include file directory
  51. (see your compiler documentation) and YGREP.LIB in your library
  52. directory (see your compiler/linker documentation).
  53.  
  54. If Windows cannot find the DLL when the application is run, make sure it
  55. is in a directory on your path, and try again.
  56.  
  57. Borland users could profit from looking into the file BORLAND.TXT.
  58.  
  59.  
  60.  
  61. The YGrep Search Engine is shareware. It it not Public Domain or Free. 
  62. See the help file for shareware information and extensive description of
  63. the registration steps (including a number of registration sites
  64. accepting 800-calls or credit cards).
  65.  
  66. If you cannot find the Help file and its registration forms, use the
  67. minimal form file ORDER.DOC and mail it with your payment to the address
  68. shown.
  69.  
  70.  
  71. If you find the YGrep Search Engine useful, do the decent thing and register!
  72.  
  73. In return you will receive (for a Single User license):
  74.     - the full YGrep Search Engine (in its latest version), with
  75.       Windows 32-bit libraries (Borland users look into BORLAND.TXT
  76.       file)
  77.     - the printed reference and user manuals (15000+ words of
  78.           advice, examples, and information),
  79.     - source code of the help files which can be modified to build
  80.       your own application help file,
  81.     - source code for some useful resources that can be included in
  82.       your own application,
  83.     - source code for some test programs,
  84.     - prototype of Visual Basic and Turbo Pascal header files
  85.       (beta-versions only),
  86.     - a registration number to identify yourself,
  87.     - support thru Email and Fax.
  88.  
  89. When you register the full Developper Kit, you will ADDITIONALLY
  90. receive:
  91.     - an **UNLIMITED NUMBER** of target licenses,
  92.     - complete **SOURCE** code of the library, which will allow
  93.       porting to other Operating Systems (including MS-DOS which
  94.       already is in the Makefiles)
  95.     - Makefiles for Visual C++ 1.5x/2.xx, Borland C++ 4.xx, etc.
  96.     - additional source test code,
  97.     - free automatic access to all the future minor evolutions of
  98.       the library including all bug removal,
  99.     - and a 20% reduction on the registration fee for the major
  100.       evolutions.
  101.