home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / data / Util / Simf025 / SimF025.txt < prev    next >
Encoding:
Text File  |  1998-07-06  |  7.1 KB  |  190 lines

  1.                              The SimFuz Manual
  2. ------------------------------------------------------------------------
  3.  
  4. VERSION 0.25 - Build 6
  5.  
  6.  
  7.   1. What is SimFuz and how it works ?
  8.   2. How to use SimFuz ?
  9.   3. The history
  10.   4. The format of the listfile
  11.   5. The Future of SimFuz
  12.   6. The Author
  13.  
  14. ------------------------------------------------------------------------
  15.  
  16. What is SimFuz and how it works ?
  17. SimFuz is a little freeware Application that allows the user to create a
  18. specific set of files and pathes to search in.
  19. Unlike as in normal search, SimFuz searches linewise and with a simple
  20. Fuzzy-Algorithm. So you can specify any Searchstings though you don't know
  21. the right writing. To tell SimFuz how to differenciate, you have to specify
  22. the minimum thershold in percent.
  23. If you leave SimFuz with saving, the same filesset and options will be
  24. loaded on next start, providing you are starting it from the same directory
  25. again. SimFuz saves the fileset in a textfile named: simfz025.txt.
  26.  
  27. ------------------------------------------------------------------------
  28.  
  29. How to use SimFuz
  30. If you are starting SimFuz you will see two listboxes and some switches.
  31. The listbox at the bottom is called the FILELISTBOX. In fact this FILEBOX
  32. is used to specify files or paths to be searched. They can be inserted by
  33. using the Drag & Drop - Feature of Windows (i.e. using the Exporer),
  34. manually by using the editfield and the Add-Button or only by using the
  35. "..."-Button.
  36. Before you insert a Path, you have to specify whether you will SimFuz the
  37. path to be browsed every search or only once. For using the last methode,
  38. you can switch the "static files"-Check. Then every path will be recursed
  39. by the given leveldepth and the filemask for files, which then will be
  40. inserted. Otherwise only the pathname will be inserted and the given level
  41. and filter-parameters will be assigned.
  42. When adding files you can turn on a check for the filetype. If it is turned
  43. on, the "incoming" files will be compared by their extension and if they
  44. are not known, they won't be searched.
  45.  
  46. The current acceptes types by SimFuz are:
  47.  
  48.    * Textfiles (*.txt)
  49.    * HTML-Files (*.htm;*.html)
  50.    * DBF- Database-Files (*.dbf)
  51.    * DOC - Word-Files (*.doc)
  52.    * MP3 - MPEG Layer 3 Tags version 1.1
  53.  
  54. If you are using textfiles and you know that they were created on a
  55. PC-DOS-Machine you can use the OemConvert-Switch.
  56. Once you have specified the searchfiles you can start the search after
  57. typing the argument and hitting the GO-Button. Additionally you can specify
  58. the minimal compare-thershold in percent. If the "Check type"-Check is
  59. turned on, the searched files will be converted while searching. (if they
  60. are in known formats)
  61.  
  62. The Result will now be displayed in the RESULTBOX. By clicking on the "%",
  63. "Filename" and "Line"-Column-Header you can sort the list by that subject.
  64. If you click on the "Contents"-Column-Header the whole box will be adjusted
  65. in size.
  66.  
  67. Doubleclicking on the Resultbox will cause a new opening Window, which will
  68. display the file +100 and -100 lines of the file (highlighting the clicked
  69. line) in a simple format.
  70.  
  71. Using the right mousebutton on the resultbox will open a Popupmenu, which
  72. lets you start the File, clicked on, with the Shell. (i.e. Netscape
  73. Navigator will be started on a html-File.)
  74. Furthermore it lets you export all the items of the resultlist to a File.
  75. Therefore a Dialog will be opened and you will be able to set the order and
  76. the seperationvalue for the file.
  77.  
  78. Hint:
  79. The implementation of the Doc-Files was not made using the specifications
  80. of MS. The Algorithm only searches the largest textblock in the file.
  81. So Maybe simple-files (like no tables and graphics in it) should be used.
  82. SimFuz cannot give the garantee to search the Doc and Dbf-Files correctly.
  83.  
  84. ------------------------------------------------------------------------
  85.  
  86. The history
  87.  
  88. Major changes since Version 0.21 - Build 2 (actual is 0.25 - Build 6):
  89.  
  90.    * supporting new Fileformats (*. doc, *.mp3, *.dbf)
  91.    * file-listing-bug removed (not all files were searched before SORRY!)
  92.    * ResultList export-function added (POPUP-Menu)
  93.    * Associated Shellstart out of resultlist (by using POPUP-menu)
  94.    * implemented own Simple-Viewer (but still have some bugs using next and
  95.      prev button)
  96.  
  97. Major changes since Version 0.21 (actual is 0.21 - Build 2):
  98.  
  99.    * removed the need of installed ActiveX (wininet.dll not needed anymore)
  100.  
  101. Major changes since Version 0.2b (actual is 0.21):
  102.  
  103.    * OemConvert Button
  104.    * Line-Count added
  105.    * Full highlight of reportlistctrl
  106.    * New Fileformat & Check in file:simfzl02.txt
  107.  
  108. Major changes since Version 0.17b (actual is 0.2b):
  109.  
  110.    * Add Button and Edit-field for manual adding of sourcefiles
  111.    * now also Paths are addable (with static and dynamic files)
  112.    * new filenamesaved on exid : simfz02.txt
  113.  
  114. Major changes since Version 0.15b (actual was 0.17b):
  115.  
  116.    * check-Filetype-Button
  117.    * accept HTML files (when check is on !)
  118.    * files will now be associated (if typecheck is on)
  119.    * selected files will be searched (if they are selected)
  120.    * Saving switches and editfields in the registry
  121.    * Files in Filelist won't be sorted
  122.  
  123. Major changes since Version 0.14b (actual was 0.15b):
  124.  
  125.    * open files in Filebox by doubleclicking
  126.    * now whole line will be read. (BUGFIX)
  127.    * ToolTip support.
  128.  
  129. Major changes since Version 0.11a (actual was 0.14b):
  130.  
  131.    * Now results are listed in a Reportview.
  132.    * Reportview is sortable.
  133.    * Resizeable window
  134.    * Win95-Drag & Drop-Bug removed
  135.    * added Waitcursor while searching
  136.    * and some more bugs were fixed ..
  137.  
  138. ------------------------------------------------------------------------
  139.  
  140. The format of the listfile
  141. The filename : simfz025.txt
  142. The format of the listfile is pure asci and can easily be edited with an
  143. editor.
  144. Its saved linewise and Check-Switches are saved as values (1 or 0).
  145.  
  146.   1. Version of SimFuz
  147.   2. CGI/NOCGI                        ; For further use in with CGI-Version
  148.   3. Last Searchstring
  149.   4. Thershold * 100
  150.   5. CheckType
  151.   6. OemConvert
  152.   7. StaticFiles
  153.   8. Mask
  154.   9. levels
  155.  10. 1. filename
  156.  11. mask
  157.  12. selected
  158.  13. levels
  159.  14. 2. filename
  160.  15. mask
  161.  16. selected
  162.  17. levels
  163.  18. ...(till end of file)
  164.  
  165. ------------------------------------------------------------------------
  166.  
  167. The Future of SimFuz
  168. As this is the first real release I will try to add as many fatures as I
  169. and you need.
  170. So, if you have an Idea of how to extend this application, please send an
  171. eMail to me.
  172. Here are some thing I plan to implement in further time:
  173.  
  174.    * Support for more fileformats correctly: Word (*.doc), Execl (*.xls)...
  175.    * Extended definition of filemask, using Filesets.
  176.    * a little extension of the searchalgorithm
  177.    * A CGI-Version (I allready have one but it has still too many Bugs)
  178.    * don't know ... tell me ?
  179.  
  180. ------------------------------------------------------------------------
  181.  
  182. The Author
  183. If you want to reach me, you can mail me on :
  184. Timo.Engelke@frankfurt.netsurf.de
  185. Or you can go to my Home-Page :
  186. http://people.frankfurt.netsurf.de/Timo.Engelke/
  187.  
  188. Have fun and be productive with SimFuz !
  189. 05/07/98
  190.