Gilles Detillieux (grdetil@scrc.umanitoba.ca)
Thu, 28 Jan 1999 10:14:57 -0600 (CST)
Hi again. If my remove_default_doc patch is included, here's the
documentation for it, in the patch below.
I've also been thinking that the following two items should be added to the
TODO list for future releases:
- better internationalization
- use mime.types to determine content-type of files from the
local filesystem
I've been toying with the idea of tackling the 2nd one myself, but as much
as I'd enjoy the challenge, I'm finding it hard to justify the time it would
take to do. Plus, I'm now WAY past the feature freeze date. :)
--- ./htdoc/cf_byname.html.docfix2 Wed Jan 27 16:36:01 1999
+++ ./htdoc/cf_byname.html Thu Jan 28 09:50:17 1999
@@ -207,6 +207,8 @@
<img src="dot.gif" alt="*"> <a target="body" href=
"attrs.html#remove_bad_urls">remove_bad_urls</a><br>
<img src="dot.gif" alt="*"> <a target="body" href=
+ "attrs.html#remove_default_doc">remove_default_doc</a><br>
+ <img src="dot.gif" alt="*"> <a target="body" href=
"attrs.html#robotstxt_name">robotstxt_name</a><br>
</font> <br>
<b>S</b> <font face="helvetica,arial" size="2"><br>
--- ./htdoc/cf_byprog.html.docfix2 Wed Jan 27 16:36:33 1999
+++ ./htdoc/cf_byprog.html Thu Jan 28 09:51:07 1999
@@ -108,6 +108,8 @@
<img src="dot.gif" alt="*"> <a target="body" href=
"attrs.html#pdf_parser">pdf_parser</a><br>
<img src="dot.gif" alt="*"> <a target="body" href=
+ "attrs.html#remove_default_doc">remove_default_doc</a><br>
+ <img src="dot.gif" alt="*"> <a target="body" href=
"attrs.html#robotstxt_name">robotstxt_name</a><br>
<img src="dot.gif" alt="*"> <a target="body" href=
"attrs.html#server_aliases">server_aliases</a><br>
--- ./htdoc/attrs.html.docfix2 Wed Jan 27 16:33:40 1999
+++ ./htdoc/attrs.html Thu Jan 28 10:13:20 1999
@@ -3706,6 +3706,57 @@
<hr>
<dl>
<dt>
+ <strong><a name="remove_default_doc">remove_default_doc</a></strong>
+ </dt>
+ <dd>
+ <dl>
+ <dt>
+ <em>type:</em>
+ </dt>
+ <dd>
+ string list
+ </dd>
+ <dt>
+ <em>used by:</em>
+ </dt>
+ <dd>
+ <a href="htdig.html">htdig</a>
+ </dd>
+ <dt>
+ <em>default:</em>
+ </dt>
+ <dd>
+ index.html
+ </dd>
+ <dt>
+ <em>description:</em>
+ </dt>
+ <dd>
+ Set this to the default documents in a directory used by the
+ servers you are indexing. These document names will be stripped
+ off of URLs when they are normalized, if one of these names appears
+ after the final slash, to translate URLs like
+ http://foo.com/index.html into http://foo.com/<br>
+ Note that you can disable stripping of these names during
+ normalization by setting the list to an empty string.
+ The list should only contain names that all servers you index
+ recognize as default documents for directory URLs, as defined
+ by the DirectoryIndex setting in Apache's srm.conf, for example.
+ </dd>
+ <dt>
+ <em>example:</em>
+ </dt>
+ <dd>
+ remove_default_doc: default.html default.htm index.html index.htm
+ <br><em>or</em><br>
+ remove_default_doc:
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ <hr>
+ <dl>
+ <dt>
<strong><a name="robotstxt_name">
robotstxt_name</a></strong>
</dt>
-- Gilles R. Detillieux E-mail: <grdetil@scrc.umanitoba.ca> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil Dept. Physiology, U. of Manitoba Phone: (204)789-3766 Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930 ------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to htdig3-dev@htdig.org containing the single word "unsubscribe" in the SUBJECT of the message.
This archive was generated by hypermail 2.0b3 on Thu Feb 04 1999 - 22:24:20 PST