]> sjero.net Git - wget/commit
[svn] * *.{gmo,po,pot}: Regenerated after modifying wget --help output.
authordan <devnull@localhost>
Wed, 30 Aug 2000 11:26:21 +0000 (04:26 -0700)
committerdan <devnull@localhost>
Wed, 30 Aug 2000 11:26:21 +0000 (04:26 -0700)
commit7931200609abea24cedfc96bb890aef9c1c7f0b2
treef93f371bb86f5d29e1c271e8d1b4110b912c9145
parent93146c94320ad231fe6a575ce42c444a08a9eee3
[svn] * *.{gmo,po,pot}: Regenerated after modifying wget --help output.

* ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.

* html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
Wrapped some > 80-column lines.  When -p is specified and we're at a
leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than
<LINK REL="stylesheet">.

* html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.

* init.c: Added new -p / --page-requisites / page_requisites option.

* main.c (print_help): Clarified that -l inf and -l 0 both allow
infinite recursion.  Changed the unhelpful --mirrior description
to simply give the options it's equivalent to.  Added new -p option.
(main): Added some comments; handle new -p / --page-requisites.

* options.h (struct options): Added new page_requisites field.

* recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
Calculate and pass down new `dash_p_leaf_HTML' parameter to
get_urls_html().  Use new INFINITE_RECURSION #define.

* retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
final `dash_p_leaf_HTML' parameter.

* url.c: get_urls_html() and htmlfindurl() now take final
`dash_p_leaf_HTML' parameter.

* url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.

* wget.h: Added some comments and new INFINITE_RECURSION #define.

* wget.texi (Recursive Retrieval Options): Documented new -p option.
33 files changed:
AUTHORS
ChangeLog
doc/ChangeLog
doc/wget.info
doc/wget.info-1
doc/wget.info-2
doc/wget.info-3
doc/wget.texi
po/cs.gmo
po/cs.po
po/de.gmo
po/de.po
po/hr.gmo
po/hr.po
po/it.gmo
po/it.po
po/no.gmo
po/no.po
po/pt_BR.gmo
po/pt_BR.po
po/wget.pot
src/ChangeLog
src/ftp.c
src/html.c
src/html.h
src/init.c
src/main.c
src/options.h
src/recur.c
src/retr.c
src/url.c
src/url.h
src/wget.h