mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Documentation updates for --default-page.
This commit is contained in:
parent
d4e82e8388
commit
ba09ad3502
@ -1,6 +1,7 @@
|
|||||||
2008-08-03 Micah Cowan <micah@cowan.name>
|
2008-08-03 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* wget.texi: Don't set UPDATED; already set by version.texi.
|
* wget.texi: Don't set UPDATED; already set by version.texi.
|
||||||
|
(HTTP Options): Add --default-page option.
|
||||||
|
|
||||||
2008-07-17 Steven Schubiger <stsc@members.fsf.org>
|
2008-07-17 Steven Schubiger <stsc@members.fsf.org>
|
||||||
|
|
||||||
|
@ -1075,6 +1075,12 @@ current directory).
|
|||||||
@section HTTP Options
|
@section HTTP Options
|
||||||
|
|
||||||
@table @samp
|
@table @samp
|
||||||
|
@cindex default page name
|
||||||
|
@cindex index.html
|
||||||
|
@item --default-page=@var{name}
|
||||||
|
Use @var{name} as the default file name when it isn't known (i.e., for
|
||||||
|
URLs that end in a slash), instead of @file{index.html}.
|
||||||
|
|
||||||
@cindex .html extension
|
@cindex .html extension
|
||||||
@item -E
|
@item -E
|
||||||
@itemx --html-extension
|
@itemx --html-extension
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2008-08-03 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* main.c (print_help): Added --default-page.
|
||||||
|
|
||||||
2008-08-01 Joao Ferreira <joao@joaoff.com>
|
2008-08-01 Joao Ferreira <joao@joaoff.com>
|
||||||
|
|
||||||
* init.c, main.c, options.h, url.c: Added option --default-page
|
* init.c, main.c, options.h, url.c: Added option --default-page
|
||||||
|
@ -514,6 +514,9 @@ HTTP options:\n"),
|
|||||||
--http-password=PASS set http password to PASS.\n"),
|
--http-password=PASS set http password to PASS.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--no-cache disallow server-cached data.\n"),
|
--no-cache disallow server-cached data.\n"),
|
||||||
|
N_ ("\
|
||||||
|
--default-page=NAME Change the default page name (normally\n\
|
||||||
|
this is `index.html'.).\n"),
|
||||||
N_("\
|
N_("\
|
||||||
-E, --html-extension save HTML documents with `.html' extension.\n"),
|
-E, --html-extension save HTML documents with `.html' extension.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
|
Loading…
Reference in New Issue
Block a user