[GRASS-user] "addons" web page needs some corrections

​Hello! Dear maintainers of GRASS site, could you correct an “addons” page, please?
http://grass.osgeo.org/grass70/manuals/addons/

Descriptions for modules are moved down in some places.

On Tue, Apr 7, 2015 at 9:37 PM, Alexander Muriy <amuriy@gmail.com> wrote:

Hello! Dear maintainers of GRASS site, could you correct an "addons" page,
please?
http://grass.osgeo.org/grass70/manuals/addons/

Descriptions for modules are moved down in some places.

Thanks for catching this.

The reason is that some pages are lacking a proper manual page which
messes up the page composition script. Eg
http://grass.osgeo.org/grass70/manuals/addons/g.gui.mwprecip.html

I'll try to make it more robust.

Markus

PS. ok, the authors could also fix their manual pages :slight_smile:

On 07/04/15 21:47, Markus Neteler wrote:

On Tue, Apr 7, 2015 at 9:37 PM, Alexander Muriy <amuriy@gmail.com> wrote:

Hello! Dear maintainers of GRASS site, could you correct an "addons" page,
please?
http://grass.osgeo.org/grass70/manuals/addons/

Descriptions for modules are moved down in some places.

Thanks for catching this.

The reason is that some pages are lacking a proper manual page which
messes up the page composition script. Eg
http://grass.osgeo.org/grass70/manuals/addons/g.gui.mwprecip.html

I'll try to make it more robust.

Markus

PS. ok, the authors could also fix their manual pages :slight_smile:

A simple 'touch module_name.html' in those directories where there are no html files should do the trick to at least create man pages without detailed description or notes, or ?

Moritz

On 08/04/15 08:30, Moritz Lennert wrote:

On 07/04/15 21:47, Markus Neteler wrote:

On Tue, Apr 7, 2015 at 9:37 PM, Alexander Muriy <amuriy@gmail.com> wrote:

Hello! Dear maintainers of GRASS site, could you correct an "addons"
page,
please?
http://grass.osgeo.org/grass70/manuals/addons/

Descriptions for modules are moved down in some places.

Thanks for catching this.

The reason is that some pages are lacking a proper manual page which
messes up the page composition script. Eg
http://grass.osgeo.org/grass70/manuals/addons/g.gui.mwprecip.html

I'll try to make it more robust.

Markus

PS. ok, the authors could also fix their manual pages :slight_smile:

A simple 'touch module_name.html' in those directories where there are
no html files should do the trick to at least create man pages without
detailed description or notes, or ?

Ignore that: the issue is that the modules are lacking

#%module
#% description: Creates isochrones from a road map and starting points
...

in the module code.

and similar info. A (+/- empty) html page exists.

Moritz

On Tue, Apr 7, 2015 at 9:47 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Tue, Apr 7, 2015 at 9:37 PM, Alexander Muriy <amuriy@gmail.com> wrote:

Hello! Dear maintainers of GRASS site, could you correct an "addons" page,
please?
http://grass.osgeo.org/grass70/manuals/addons/

Descriptions for modules are moved down in some places.

I'll try to make it more robust.

I have done so and improved the error handling (the broken manual
pages earn a "(incomplete manual page, please fix)" line):

Looks ok now:
http://grass.osgeo.org/grass70/manuals/addons/

Markus