[svn] * AUTHORS: Added -E to thst list of my stuff.

* TODO: We need to check the HTTP spec w.r.t. simplification of absolute URLs.

* 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.

* NEWS: Always forget to update this file when making user-vis. changes.
This commit is contained in:
dan 2000-10-20 15:29:42 -07:00
parent f1f1c3956b
commit d9dd14a995
5 changed files with 22 additions and 6 deletions

View File

@ -15,5 +15,5 @@ and windecl.h.
Junio Hamano. Added support for FTP Opie and HTTP digest
authentication.
Dan Harkless. Added --backup-converted, --follow-tags, --ignore-tags, and
--page-requisites; improved documentation, etc.
Dan Harkless. Added --backup-converted, --follow-tags, --html-extension,
--ignore-tags, and --page-requisites; improved documentation; etc.

View File

@ -1,7 +1,13 @@
2000-10-20 Dan Harkless <dan-wget@dilvish.speed.net>
* TODO: -k needs to convert '?' to "%3F" in links to saved files
containing the '?' character (e.g. CGI output).
containing the '?' character (e.g. CGI output). Also, we need to
check the HTTP spec w.r.t. simplification of absolute URLs.
* 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.
* NEWS: Always forget to update this file when making user-vis. changes.
2000-10-19 Dan Harkless <dan-wget@dilvish.speed.net>

View File

@ -15,5 +15,5 @@ you are very welcome to subscribe.
The list is archived at <URL:http://fly.cc.fer.hr/archive/wget>.
If you just want to submit a bug report or suggestion without joining
the mailing list, please use <bug-wget@gnu.org>.
As of this writing, the list allows posts from non-subscribers, and
<bug-wget@gnu.org> is an alias for <wget@sunsite.auc.dk>.

9
NEWS
View File

@ -24,6 +24,15 @@ default in the system wgetrc.
** New -p / --page-requisites / page_requisites = on option causes wget to
download all ancillary files necessary to display a given HTML page properly
(e.g. inlined images).
** New -E / --html-extension / html_extension = on option causes wget to append
".html" to text/html filenames not ending in regexp "\.[Hh][Tt][Mm][Ll]?".
** New type of .wgetrc command -- "lockable Boolean". Can be set to on, off,
always, or never. This allows the .wgetrc to override the commandline. So far,
passive_ftp is the only .wgetrc command which takes a lockable Boolean.
** Polish and Russian message translation files have been added.
* Wget 1.5.3 is a bugfix release with no user-visible changes.

3
TODO
View File

@ -10,7 +10,8 @@ may tend towards the top). Not all of these represent user-visible changes.
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?
* When simplifying paths, wget needs to stop at any '?' character.
* When simplifying paths, wget needs to stop at any '?' character. Also, wget
behaves differently from popular browsers in removing './'s from abs. URLs.
* Add an option to not encode special characters like ' ' and '~' when saving
local files. Would be good to have a mode that encodes all special characters