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

2017-05-31 Thread Avinash Sonawane
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 might get you a stale, outdated version of Gnulib. :) > Look

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

2017-05-31 Thread Avinash Sonawane
On Thu, Jun 1, 2017 at 3:03 AM, L Walsh wrote: > Is the permission denied normal? Yes, if you haven't generated SSH keypair on your computer and haven't added the public key to your GitLab account. > Is that the right syntax? Yes. That's a correct syntax. > I don't see a download option for a

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

2017-05-31 Thread Avinash Sonawane
On Thu, Jun 1, 2017 at 2:47 AM, L A Walsh wrote: > But that is only referring to 1 switch. How do you clear other > .wgetrc settings (or have it ignored?). $ man wget "Affirmative options can be negated by prepending the --no- to the option name; negative options can be negated by omitting the

Re: [Bug-wget] ANN: Wget2 development shifting to GitLab

2017-05-31 Thread L A Walsh
L Walsh wrote: Tried the tar (found it), but it won't work w/o a git tree. What's the point of a tar that needs online access? Ishtar:tools/wget2/wget2> ./bootstrap ./bootstrap: Bootstrapping from checked-out wget2 sources... ./bootstrap: getting gnulib files... fatal: Not a git repository (or

Re: [Bug-wget] ANN: Wget2 development shifting to GitLab

2017-05-31 Thread L Walsh
Darshit Shah wrote: Hi, As many of you are aware, we've been working on Wget2 (aka Wget 2.x) for some time now. We have also been using GitHub in general for collaborating our efforts on Wget2. However, today I'd like to announce that we will instead be moving all our efforts on Wget2 to a n

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

2017-05-31 Thread L A Walsh
I notice in the manpage, where it talks about the exclude list, how it says the syntax is such that it can clear it's value and that "This can be useful to clear the .wgetrc settings." But that is only referring to 1 switch. How do you clear other .wgetrc settings (or have it ignored?). My spec

Re: [Bug-wget] Wget reports : This version does not have support for IRIs

2017-05-31 Thread Tim Rühsen
On 05/31/2017 12:42 PM, Darshit Shah wrote: > On 31 May 2017 at 10:15, Tim Rühsen wrote: > >> On 05/31/2017 09:48 AM, Cos Chan wrote: >>> On Tue, May 30, 2017 at 4:03 PM, Darshit Shah wrote: >>> This occurs because you are running a version of Wget that was compiled without IRI support

Re: [Bug-wget] Wget reports : This version does not have support for IRIs

2017-05-31 Thread Darshit Shah
On 31 May 2017 at 10:15, Tim Rühsen wrote: > On 05/31/2017 09:48 AM, Cos Chan wrote: > > On Tue, May 30, 2017 at 4:03 PM, Darshit Shah wrote: > > > >> This occurs because you are running a version of Wget that was compiled > >> without IRI support. > >> > >> See. the output of `wget --version`,

[Bug-wget] GSoC 2017 | Design and Implementation of Test Suite Using GNU Libmicrohttpd

2017-05-31 Thread Didik Setiawan
= SUMMARY == My public fork of Wget2 project is available here[1]. I will continuously keep pushing my work so anyone interested can track me there. Feel free to participate in the discussions going on merge request with my mentors

Re: [Bug-wget] Wget reports : This version does not have support for IRIs

2017-05-31 Thread Tim Rühsen
On 05/31/2017 09:48 AM, Cos Chan wrote: > On Tue, May 30, 2017 at 4:03 PM, Darshit Shah wrote: > >> This occurs because you are running a version of Wget that was compiled >> without IRI support. >> >> See. the output of `wget --version`, it shows "-iri". However you tried to >> explicitly set th

Re: [Bug-wget] Wget reports : This version does not have support for IRIs

2017-05-31 Thread Cos Chan
On Tue, May 30, 2017 at 4:03 PM, Darshit Shah wrote: > This occurs because you are running a version of Wget that was compiled > without IRI support. > > See. the output of `wget --version`, it shows "-iri". However you tried to > explicitly set the encodings which requires IRI support. Either re