home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / FPARSE20.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-08-14  |  4.3 KB  |  77 lines

  1. TFParse Delphi Component, version 2.0  (8/14/96)
  2.  
  3. All source code copyright 1996 Kevin L. Boylan
  4.  
  5. The TFParse Delphi component makes it easy to parse words from files, 
  6. strings, or PChars.  It allows you to carefully define what makes a word 
  7. and what words will be parsed.  TFParse makes it easy to perform tasks 
  8. like indexing words for full text search and retrieval applications.
  9. It works on both Delphi 1 and Delphi 2. Source included.  Example program 
  10. included. Help files included.  Not crippled.   SHAREWARE - SWREG 12486  $12
  11.  
  12. This has not been tested on a system other than mine so please let me know
  13. if there are any missing files or something that doesn't work.  I am continuing
  14. to improve this component so also let me know if you have any suggestions for
  15. enhancements.  Thanks!
  16.  
  17. IMPORTANT - Please be aware that starting with this version, this component uses
  18. exception handling to detect when it is done parsing a file, string, or
  19. PChar.  If you have 'Break on Exceptions' selected in the environment options 
  20. dialog box, then the program will break into the debugger each time parsing is 
  21. done. If you do not want this to happen, just de-select that option.
  22.  
  23. SHAREWARE - This component is now shareware.  While I was distributing this 
  24. component as freeware originally, in order for me to continue it's development
  25. and maintenance and to justify the time I've put into it, I'm asking that if 
  26. you find it useful and are able to utilize it in your work, that you register 
  27. through Compuserve (GO SWREG). I am keeping the price to a minimum as I am only
  28. trying to recoup a small amount of cost.  There is nothing in the software that 
  29. keeps you from running it without registering.  I would just hope that if you 
  30. use the component, $12 would not seem like too much to register, get on the 
  31. mailing list for future upgrades and be eligible for support.  FEEL FREE TO TEST
  32. THOROUGHLY AND LET ME KNOW OF ANY BUGS FIRST.
  33.  
  34. REGISTRATION  $12   SWREG# 12486 
  35.  
  36. Just get on Compuserve, GO SWREG, and enter the number 12486.  
  37. This will get you on the mailing list and I'll let you know of any upgrades 
  38. to the component as they come out.  Also, if you have any ideas for added 
  39. features, or if you need support, just send me a message to my compuserve account, 
  40. 75221.1057 (or internet at 75221.1057@compuserve.com).
  41.  
  42. Component Installation:
  43.  
  44. Put the Component files (FPARSE.PAS and FPARSE.DCR) into a directory where you 
  45. will keep non-Borland components (If you are installing to Delphi version 1,
  46. copy FPARSE16.DCR instead and rename it to FPARSE.DCR).  Then in Delphi click
  47. the Options|Install Components menu selection.  Be sure that the directory with
  48. the component files is included in the 'Search Path' edit box on this screen.  
  49. If not, add it. Next, click the Add button and then the Browse button and find 
  50. the directory that you just copied the component's files to.  Find  and select 
  51. the FPARSE.PAS file. Now click OK.  Click OK again and the component will be 
  52. compiled. You are now out of the Install Components dialog box.  You will find 
  53. the TFParse component has been added to the Samples pallette.
  54.  
  55. Move the TFPARSE.HLP file from your component directory to your DELPHI\BIN 
  56. directory. Move the TFPARSE.KWF file to your DELPHI\HELP directory.  Now run 
  57. the HELPINST.EXE (either double click from File Manager in the HELP directory 
  58. or from the icon in Program Manager.   Now, while in HELPINST, click the open 
  59. file toolbar button and find and select the DELPHI.HDX file in the DELPHI\BIN 
  60. directory.  Then click the '+' toolbar button and find and select the 
  61. TFPARSE.KWF file in the DELPHI\HELP directory.  This will add the TFPARSE.KWF 
  62. file to the listbox that you can see.  Now click the 'Save' toolbar button and 
  63. the TFPARSE help file will be registered with Delphi.  You may now exit.
  64.  
  65. Installing help in this way will allow you to get context sensitive help on each 
  66. property and event by pressing F1 while a particular property or event is selected 
  67. in the Object Inspector.
  68.  
  69. Revision History
  70.  
  71. version 1.0        Initial distribution
  72. version 1.1        fixed an incompatability with Delphi 2.0
  73. version 1.2        fixed a bug with parsing of strings and PChars and added testing
  74.                     of those capabilities to the example program
  75. version 2.0        Added the capability to parse HTML files.
  76.  
  77.