<div dir="ltr"><div>Thanks much for the instructions, Anna! </div><div><br></div><div>In the end, what I did was to download the whole folder, unzip, extract only the m.printws, zip it and use g.extension</div><div><br></div>g.extension m.printws url=/home/veroandreo/software/m.printws.zip<br><div><br></div><div>and it worked perfectly :)</div><div><br></div><div>best, </div><div>Vero</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-08-03 16:14 GMT-03:00 Anna Petrášová <span dir="ltr"><<a href="mailto:kratochanna@gmail.com" target="_blank">kratochanna@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Aug 3, 2016 at 2:49 PM, Veronica Andreo <<a href="mailto:veroandreo@gmail.com">veroandreo@gmail.com</a>> wrote:<br>
> Hello Robert,<br>
><br>
> I would like to test this new add-on very much, but I haven't been able to<br>
> install it with g.extension as explained here:<br>
> <a href="https://grass.osgeo.org/grass73/manuals/g.extension.html" rel="noreferrer" target="_blank">https://grass.osgeo.org/grass73/manuals/g.extension.html</a> for the case of<br>
> repositories other than SVN. This is the command I'm using:<br>
><br>
> g.extension m.printws<br>
> url=<a href="http://github.com/kuszinger/giscomgrass7addons/tree/master/m.printws" rel="noreferrer" target="_blank">github.com/kuszinger/giscomgrass7addons/tree/master/m.printws</a><br>
> Fetching <m.printws> from<br>
> <<a href="https://github.com/kuszinger/giscomgrass7addons/tree/master/m.printws/archive/master.zip" rel="noreferrer" target="_blank">https://github.com/kuszinger/giscomgrass7addons/tree/master/m.printws/archive/master.zip</a>><br>
> (be patient)...<br>
> ERROR: Extension <m.printws> not found<br>
><br>
> (I'm using a freshly recompiled grass73 - r69069M under Linux-Fedora24)<br>
><br>
> Am I using g.extension properly? Any ideas?<br>
<br>
</span>I think it's because it's not at top level in the repository.<br>
g.extension expects the module is at top level and creates an URL of<br>
the zip. Github doesn't seem to allow you to download a subdirectory<br>
from the repo as a zip, so I don't think we can do anything about it,<br>
at least not easily.<br>
<br>
Either download the module manually and run in the directory with the module:<br>
make MODULE_TOPDIR=/path/to/trunk<br>
make install MODULE_TOPDIR=/path/to/trunk<br>
<br>
or Robert can split the repo into two, one for each addon.<br>
<span class="HOEnZb"><font color="#888888"><br>
Anna<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
> Best,<br>
> Vero<br>
><br>
> 2016-08-03 11:15 GMT-03:00 Robert Kuszinger <<a href="mailto:kuszinger@giscom.hu">kuszinger@giscom.hu</a>>:<br>
>><br>
>> Hi all,<br>
>><br>
>> I've created a new python script which generates:<br>
>><br>
>> quick printout (pdf) from workspace definitions<br>
>> supports multiple display definitions in one workspace ( = multiple<br>
>> printouts in one run)<br>
>> UTF-8 text could also be printed (ps.map supports only latin1, this was<br>
>> the initial reason to create alternative print method)<br>
>><br>
>> known major issues:<br>
>><br>
>> barscale and northarrow positioning should be revised in the respective<br>
>> d.* modules<br>
>> ImageMagick dependency should be eliminated longer term<br>
>> regexp processing of workspace files instead of formal XML processing<br>
>> needs more calibration on txt/symbol resizing according to printout dpi<br>
>> change<br>
>><br>
>><br>
>> This module is NOT for professional prints but for quick&dirty and<br>
>> hopefully comfortable<br>
>> printout making.<br>
>><br>
>> Tested under:<br>
>><br>
>> Linux: 7.0.4,7.2 latest, 7.3 weekly snapshot<br>
>> Windows: 7.3 binary OSGeo4W<br>
>><br>
>><br>
>> Source and doc are here:<br>
>><br>
>> <a href="https://github.com/kuszinger/giscomgrass7addons/tree/master/m.printws" rel="noreferrer" target="_blank">https://github.com/kuszinger/giscomgrass7addons/tree/master/m.printws</a><br>
>><br>
>> best regards<br>
>> Robert<br>
>><br>
>><br>
>> _______________________________________________<br>
>> grass-dev mailing list<br>
>> <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
>> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> grass-dev mailing list<br>
> <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</div></div></blockquote></div><br></div>