Re: [GRASS-dev] [GRASS-SVN] r56452 - grass/trunk/scripts/g.extension

2013-05-28 Thread Martin Landa
Hi, 2013/5/28 : > Author: zarch > Date: 2013-05-28 05:07:34 -0700 (Tue, 28 May 2013) > New Revision: 56452 > > Modified: >grass/trunk/scripts/g.extension/g.extension.py > Log: > Add proxy support. > @@ -55,6 +55,27 @@ > #% answer: $GRASS_ADDON_BASE > #% required: no > #%end > +#%option > +

Re: [GRASS-dev] [GRASS-SVN] r56452 - grass/trunk/scripts/g.extension

2013-05-28 Thread Blumentrath, Stefan
Zambelli Cc: GRASS developers list Subject: Re: [GRASS-dev] [GRASS-SVN] r56452 - grass/trunk/scripts/g.extension Hi, 2013/5/28 : > Author: zarch > Date: 2013-05-28 05:07:34 -0700 (Tue, 28 May 2013) New Revision: 56452 > > Modified: >grass/trunk/scripts/g.extension/g.extension.py >

Re: [GRASS-dev] [GRASS-SVN] r56452 - grass/trunk/scripts/g.extension

2013-05-28 Thread Martin Landa
2013/5/28 Blumentrath, Stefan : > What about using two option: > > proxy_url > > proxy_type (ftp/http/https) or one paramater proxy="http:" proxy="http:,ftp:" ... Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___ grass-dev mailing list gra

Re: [GRASS-dev] [GRASS-SVN] r56452 - grass/trunk/scripts/g.extension

2013-05-28 Thread Pietro
Hi Martin, Sorry I didn't thought that an higher number of parameter were a problem. On Tue, May 28, 2013 at 1:57 PM, Martin Landa wrote: > proxy="http:,ftp:" Personally I like your solution... Therefore if there are not objections I could implement it tomorrow. Pietro

Re: [GRASS-dev] [GRASS-SVN] r56452 - grass/trunk/scripts/g.extension

2013-05-29 Thread Pietro
Hi, On Tue, May 28, 2013 at 10:41 PM, Pietro wrote: > Hi Martin, > > Sorry I didn't thought that an higher number of parameter were a problem. > > On Tue, May 28, 2013 at 1:57 PM, Martin Landa wrote: >> proxy="http:,ftp:" > > Personally I like your solution... > Therefore if there are not object

Re: [GRASS-dev] [GRASS-SVN] r56452 - grass/trunk/scripts/g.extension

2013-05-29 Thread Martin Landa
Hi, 2013/5/29 Pietro : > I did, but actually I changed the syntax into: > > proxy="http=,ftp=" > > otherwise it will conflict with the proxy syntax: > > http://DOMAIN\USERNAME:PASSWORD@SERVER:PORT/ sure, thanks. Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___