1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>
ht://Dig: TODO list
</title>
</head>
<body bgcolor="#eef7ff">
<h1>
TODO list
</h1>
<p>
ht://Dig Copyright © 1995-2004 <a href="THANKS.html">The ht://Dig Group</a><br>
Please see the file <a href="COPYING">COPYING</a> for
license information.
</p>
<hr size="4" noshade>
<p>
Here is a list of things have been requested or that are in
the works. They in no particular order. Tasks that are
outstanding are designated with a square. Tasks which are
complete but not in the current release yet are designated
with a circle, and tasks which have been completed and are in
the current release are designated with a bullet.
</p>
<p>
Feature requests and bug reports are always welcome. They should
be sent to
<a href="mailto:htdig3-bugs@htdig.org"><htdig3-bugs@htdig.org></a>
</p>
<ul>
<li type="bullet">
Redesign the database backend to support additional enhancements:
<ul>
<li type="bullet">
Phrase searching
</li>
<li type="circle">
Field-based searching
</li>
<li type="bullet">
"Collections" of multiple databases
</li>
<li type="square">
Continual indexing
</li>
<li type="square">
Parallel indexing and searching
</li>
</ul>
</li>
<li type="bullet">
Add support for BSDI make program
</li>
<li type="bullet">
Add support for different transport protocols
<ul>
<li type="square">
Gopher
</li>
<li type="square">
FTP
</li>
<li type="bullet">
local filesystem
</li>
<li type="bullet">
HTTP-PROXY
</li>
<li type="square">
HTTPS
</li>
<li type="bullet">
HTTP/1.1
</li>
</ul>
</li>
<li type="square">
Better Internationalization
<ul>
<li type="square">
Support for UTF-8
</li>
<li type="bullet">
Allow character translation (e.g. remove accents)
</li>
</ul>
</li>
<li type="square">
Better examples of configuration and result templates
</li>
<li type="bullet">
Eliminate or detect duplicate documents
</li>
<li type="bullet">
Send one e-mail per author using htnotify
</li>
<li type="bullet">
Allow "external decoders," programs to perform some action on
files before parsing.
<ul>
<li type="bullet">Compress, gzip, bzip2, zlib decoders</li>
<li type="square">DVI, TeX -> PS decoders</li>
</ul>
</li>
<li type="bullet">
AltaVista style +/- boolean queries
</li>
<li type="square">
Support for browser cookies
</li>
<li type="square">
Search improvements
<ul>
<li type="bullet">
Phrase searching
</li>
<li type="square">
New fuzzy search types
<ul>
<li type="bullet">
Automatic spelling correction
</li>
<li type="square">
Trigram matching
</li>
<li type="bullet">
Regex word match
</li>
<li type="bullet">
Accent stripping
</li>
</ul>
</li>
</ul>
</li>
</ul>
<hr size="4" noshade>
Last modified: $Date: 2004/05/28 13:15:17 $
</body>
</html>
|