home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ygrep403.zip / CLUSTER.TXT < prev    next >
Text File  |  1995-08-08  |  4KB  |  88 lines

  1. ClusterView v2.02           4 August 1995          (C) Yves Roumazeilles
  2. ────────────────────────────────────────────────────────────────────────
  3.  
  4. ClusterView is a Windows 95 application designed to help handle text
  5. searching tasks in a group of large files. The most prominent features
  6. are:
  7.  
  8. - grouping of documents in a structure named "cluster". This allows to
  9. consult simultaneously various files you decide to link together
  10. according to your needs. Various operations (other than mere viewing)
  11. can be applied to the documents of a cluster.
  12.  
  13. - most of the keyboard commands are similar to / compatible with the
  14. ones from the Unix utilities named MORE and LESS.
  15.  
  16. - files viewing is not limited by any constraints of size. You can be
  17. viewing anything you want (even gigabytes files if your computer has
  18. them readable - e.g. from a network).
  19.  
  20. - capability of using ClusterView over Windows 3.1 using the Win32s
  21. wrapping. This allows to get the 32-bit performance without upgrading
  22. to Win95 or WinNT.
  23.  
  24. - some display processing allows to filter/modify the presentation of
  25. data to the document window.
  26.  
  27. - approximative search based on Baeza-Yates algorithm to find a pattern
  28. which is only partly known (also known as search with erroneous
  29. patterns). For example, you can search for "pattern" with 1 error (at
  30. most) and it will match "pattern", "pittern" and "Pattern" while
  31. stepping over "lantern" (2 errors).
  32.  
  33. - search modelled on the Unix utility named GREP. It is particularly
  34. useful for complex searching with the help of its specific search
  35. "language" to describe the pattern you look for. For example, you can
  36. search for "^pattern" to look for "pattern" at the beginning of a line;
  37. or for "[pl]a[nt]tern" to look for either "pattern" or "lantern". Look
  38. into the Help file for an extensive description of the pattern language.
  39.  
  40. Both search methods are particularly useful to tackle large amounts of
  41. data when you are looking for important but difficult to locate data.
  42.  
  43.  
  44. The Windows help file gives detailed information about using it.
  45.  
  46. File List:
  47.  
  48.    CLUSTER.EXE  The executable file
  49.    CLUSTER.HLP  Help file
  50.    CLUSTER.TXT  This file
  51.    YGREP.DLL    Support DLL
  52.  
  53.    YGREP.TXT    Description of the YGrep Search Engine support DLL
  54.    BITLIST.TXT  Description of the BitList Engine
  55.    ORDER.TXT    Minimal order form
  56.  
  57.  
  58. To install ClusterView, simply put all the files in any directory
  59. already included in your path (C:\WINDOWS is suggested). If you already
  60. have an earlier version of ClusterView, replace its old files by the new
  61. ones.
  62.  
  63. If Windows cannot find the DLL when the application is run, make sure it
  64. is in a directory on your path, and try again. Eventually, move
  65. YGREP.DLL to the C:\WINDOWS directory.
  66.  
  67.  
  68. ClusterView is shareware. It it not Public Domain or Free. 
  69. See the help file for shareware information and extensive description of
  70. the registration steps (including a number of registration sites
  71. accepting 800-calls or credit cards).
  72.  
  73. If you cannot find the Help file and its registration forms, use the
  74. minimal form file ORDER.TXT and mail it with your payment to the address
  75. shown.
  76.  
  77.  
  78. If you find ClusterView useful, do the decent thing and register!
  79.  
  80.  
  81.  
  82. In return you will receive:
  83.     - the full ClusterView application (in its latest version),
  84.     - help file (in its latest version),
  85.     - sample cluster files for you to modify,
  86.     - a registration number to identify yourself,
  87.     - support thru Email and Fax.
  88.