[svn] TODO: Generalize --html-extension to something like --mime-extension.

This commit is contained in:
dan 2000-10-20 16:20:24 -07:00
parent 5781c8b006
commit 71994021f3
2 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* TODO: -k needs to convert '?' to "%3F" in links to saved files
containing the '?' character (e.g. CGI output). Also, we need to
check the HTTP spec w.r.t. simplification of absolute URLs.
Generalize --html-extension to something like --mime-extension.
* MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
by non-subscribers. <bug-wget@gnu.org> soon to be an alias for it.

8
TODO
View File

@ -6,6 +6,14 @@ Wget. Patches to implement any of these items would be gladly accepted. The
items are not listed in any particular order (except that recently-added items
may tend towards the top). Not all of these represent user-visible changes.
* Generalize --html-extension to something like --mime-extension and have it
look at mime.types/mimecap file for preferred extension. Non-HTML files with
filenames changed this way would be re-downloaded each time despite -N unless
.orig files were saved for them. Since .orig would contain the same data as
non-.orig, the latter could be just a link to the former. Another possibility
would be to implement a per-directory database called something like
.wget_url_mapping containing URLs and their corresponding filenames.
* When spanning hosts, there's no way to say that you are only interested in
files in a certain directory on _one_ of the hosts (-I and -X apply to all).
Perhaps -I and -X should take an optional hostname before the directory?