mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] TODO: Add option to save local filenames without extra %-encoding.
This commit is contained in:
parent
cbf018d0c0
commit
de7c00c095
@ -1,3 +1,7 @@
|
|||||||
|
2000-10-16 Dan Harkless <dan-wget@dilvish.speed.net>
|
||||||
|
|
||||||
|
* TODO: Add option to save local filenames without extra %-encoding.
|
||||||
|
|
||||||
2000-10-09 Dan Harkless <dan-wget@dilvish.speed.net>
|
2000-10-09 Dan Harkless <dan-wget@dilvish.speed.net>
|
||||||
|
|
||||||
* TODO: --retr-symlinks should cause wget to traverse links to dirs too.
|
* TODO: --retr-symlinks should cause wget to traverse links to dirs too.
|
||||||
|
5
TODO
5
TODO
@ -6,6 +6,11 @@ Wget. Patches to implement any of these items would be gladly accepted. The
|
|||||||
items are not listed in any particular order. Not all of them represent
|
items are not listed in any particular order. Not all of them represent
|
||||||
user-visible changes.
|
user-visible changes.
|
||||||
|
|
||||||
|
* 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
|
||||||
|
(as now), one that encodes none (as above), and one that only encodes a
|
||||||
|
character if it was encoded in the original URL (e.g. %20 but not %7E).
|
||||||
|
|
||||||
* --retr-symlinks should cause wget to traverse links to directories too.
|
* --retr-symlinks should cause wget to traverse links to directories too.
|
||||||
|
|
||||||
* Lots of noncompliant webservers issue HTTP redirects to relative URLs, and
|
* Lots of noncompliant webservers issue HTTP redirects to relative URLs, and
|
||||||
|
Loading…
Reference in New Issue
Block a user