Re: [Bug-wget] How to disable reading or settings in .wgetrc?

2017-06-01 Thread Avinash Sonawane
On Fri, Jun 2, 2017 at 8:00 AM, L A Walsh wrote: > Tried that, but I used the 'no' prefix, as in --noconvert-links. Then you didn't exactly try that! > "no-" isn't really an english prefix. Well, wget isn't really an English word either ;) > What would happen if wget allowed specifying 'no' i

Re: [Bug-wget] How to disable reading or settings in .wgetrc?

2017-06-01 Thread Avinash Sonawane
On Fri, Jun 2, 2017 at 6:03 AM, Dale R. Worley wrote: > Avinash Sonawane writes: >> So in that case you need to use --config (without any value) on the >> command line. This is incorrect. Pardon me for misleading you. Option '--config' compulsorily requires an argument. > Actually, it means you

Re: [Bug-wget] How to disable reading or settings in .wgetrc?

2017-06-01 Thread L A Walsh
Avinash Sonawane wrote: "Affirmative options can be negated by prepending the --no- to the option name; negative options can be negated by omitting the --no- prefix. --- Tried that, but I used the 'no' prefix, as in --noconvert-links. "no-" isn't really an english prefix. What would happen if

Re: [Bug-wget] How to disable reading or settings in .wgetrc?

2017-06-01 Thread Dale R. Worley
Avinash Sonawane writes: > BTW if you want to ignore .wgetrc altogether (which seems to be > indicated by the subject line) then you have: > > $ man wget > > "--config=FILE >Specify the location of a startup file you wish to use." > > So in that case you need to use --config (without a

[Bug-wget] [bug #51155] Page requisite requests should use GET method irrespective of original request method

2017-06-01 Thread anonymous
URL: Summary: Page requisite requests should use GET method irrespective of original request method Project: GNU Wget Submitted by: None Submitted on: Thu 01 Jun 2017 10:16:34 AM UTC C

Re: [Bug-wget] Cloning Wget2 (Was Re: ANN: Wget2 development shifting to GitLab)

2017-06-01 Thread Tim Rühsen
On 06/01/2017 07:14 AM, Avinash Sonawane wrote: > On Thu, Jun 1, 2017 at 3:10 AM, L A Walsh wrote: > >> What's the point of a tar that needs online access? > > While building, Wget2 fetches the latest current version of Gnulib > from Savannah. Bundling the Gnulib with Wget2 compressed archive mi