htsearch.conf
上传用户:seven77cht
上传日期:2007-01-04
资源大小:486k
文件大小:3k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. #
  2. # Config file for ht://Dig and WWWOFFLE.
  3. #
  4. # This configuration file is used by htsearch with wwwoffle.
  5. #
  6. #### THE SPOOL DIR IS "SPOOLDIR" IN THE database_dir OPTION ####
  7. #
  8. # The location of the files.
  9. #
  10. database_dir: SPOOLDIR/html/htdig/db
  11. image_url_prefix: /htdig
  12. ################################################################################
  13. #
  14. # Example config file for ht://Dig.
  15. # Last Modified 2-Sep-1996 by Andrew Scherpbier
  16. #
  17. #
  18. # Depending on your needs, you might want to enable some of the fuzzy search
  19. # algorithms.  There are several to choose from and you can use them in any
  20. # combination you feel comfortable with.  Each algorithm will get a weight
  21. # assigned to it so that in combinations of algorithms, certain algorithms get
  22. # preference over others.  Note that the weights only affect the ranking of
  23. # the results, not the actual searching.
  24. # The available algorithms are:
  25. # exact
  26. # endings
  27. # synonyms
  28. # soundex
  29. # metaphone
  30. # By default only the "exact" algorithm is used with weight 1.
  31. # Note that if you are going to use any of the algorithms other than "exact",
  32. # you need to use the htfuzzy program to generate the databases that each
  33. # algorithm requires.
  34. #
  35. search_algorithm: exact:1 synonyms:0.5 endings:0.1
  36. #
  37. # The following are used to change the text for the page index.
  38. # The defaults are just boring text numbers.  These images spice
  39. # up the result pages quite a bit.  (Feel free to do whatever, though)
  40. #
  41. next_page_text: <img src=/htdig/buttonr.gif border=0 align=middle width=30 height=30 alt=next>
  42. no_next_page_text:
  43. prev_page_text: <img src=/htdig/buttonl.gif border=0 align=middle width=30 height=30 alt=prev>
  44. no_prev_page_text:
  45. page_number_text: "<img src=/htdig/button1.gif border=0 align=middle width=30 height=30 alt=1>" 
  46. "<img src=/htdig/button2.gif border=0 align=middle width=30 height=30 alt=2>" 
  47. "<img src=/htdig/button3.gif border=0 align=middle width=30 height=30 alt=3>" 
  48. "<img src=/htdig/button4.gif border=0 align=middle width=30 height=30 alt=4>" 
  49. "<img src=/htdig/button5.gif border=0 align=middle width=30 height=30 alt=5>" 
  50. "<img src=/htdig/button6.gif border=0 align=middle width=30 height=30 alt=6>" 
  51. "<img src=/htdig/button7.gif border=0 align=middle width=30 height=30 alt=7>" 
  52. "<img src=/htdig/button8.gif border=0 align=middle width=30 height=30 alt=8>" 
  53. "<img src=/htdig/button9.gif border=0 align=middle width=30 height=30 alt=9>" 
  54. "<img src=/htdig/button10.gif border=0 align=middle width=30 height=30 alt=10>"
  55. #
  56. # To make the current page stand out, we will put a border arround the
  57. # image for that page.
  58. #
  59. no_page_number_text: "<img src=/htdig/button1.gif border=2 align=middle width=30 height=30 alt=1>" 
  60. "<img src=/htdig/button2.gif border=2 align=middle width=30 height=30 alt=2>" 
  61. "<img src=/htdig/button3.gif border=2 align=middle width=30 height=30 alt=3>" 
  62. "<img src=/htdig/button4.gif border=2 align=middle width=30 height=30 alt=4>" 
  63. "<img src=/htdig/button5.gif border=2 align=middle width=30 height=30 alt=5>" 
  64. "<img src=/htdig/button6.gif border=2 align=middle width=30 height=30 alt=6>" 
  65. "<img src=/htdig/button7.gif border=2 align=middle width=30 height=30 alt=7>" 
  66. "<img src=/htdig/button8.gif border=2 align=middle width=30 height=30 alt=8>" 
  67. "<img src=/htdig/button9.gif border=2 align=middle width=30 height=30 alt=9>" 
  68. "<img src=/htdig/button10.gif border=2 align=middle width=30 height=30 alt=10>"