hello everyone,

I publish an index of the word-of-the-day from yourdictionary.com which may
be found at: http://www.arix.com/wotd/

I create the index by grabbing the daily WOTD and writing a .html file into
/var/www/html/wotd/data.  I create a config file (today.conf) to index the
new file and call "htdig -c today.conf; htmerge -c today.conf" - a sample
config file is included below.

my question is: when I search for a word I get a bunch of hits like:

        Index of /wotd/data

try it yourself by searching for "prince".  why is this and how can I
suppress it?

tia - erick

--- today.conf ---

common_dir:     /var/www/html/wotd
database_dir:   ${common_dir}/db
start_url:              http://www.arix.com/wotd/data/prince.html
limit_urls_to:  ${start_url}
max_head_length:        10000
max_doc_size:           200000
maintainer:             [EMAIL PROTECTED]
no_excerpt_show_top:    true
excerpt_length: 300
template_map:   Long long ${common_dir}/long.html
template_name:  long
search_algorithm:       exact:1 synonyms:0.5 endings:0.1
search_results_header: ${common_dir}/header.html
search_results_footer: ${common_dir}/footer.html
nothing_found_file: ${common_dir}/nichts.html



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
ht://Dig general mailing list: <[EMAIL PROTECTED]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to