diff options
author | Slávek Banko <[email protected]> | 2021-11-05 13:28:23 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-05 13:28:23 +0100 |
commit | 8c787c3591c1c885b91a54128835b400858c5cca (patch) | |
tree | eca1b776912a305c4d45b3964038278a2fae1ead /debian/htdig/htdig-3.2.0b6/htdoc/TODO.html | |
parent | fe188b907cdf30dfdfe0eba9412e7f8749fec158 (diff) | |
download | extra-dependencies-8c787c3591c1c885b91a54128835b400858c5cca.tar.gz extra-dependencies-8c787c3591c1c885b91a54128835b400858c5cca.zip |
DEB htdig: Added to repository.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/htdoc/TODO.html')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/htdoc/TODO.html | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/htdoc/TODO.html b/debian/htdig/htdig-3.2.0b6/htdoc/TODO.html new file mode 100644 index 00000000..10026371 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/htdoc/TODO.html @@ -0,0 +1,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:[email protected]"><[email protected]></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> |