Skip to content

Commit

Permalink
grass-addons-index.sh: improve intro text
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Jul 25, 2020
1 parent 239454c commit 8a22c11
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions tools/cronjobs_osgeo_lxd/grass-addons-index.sh
Expand Up @@ -8,7 +8,7 @@
# updated for new CMS path MN 8/2015
# display module prefix by ML 8/2015
# cloned from https://github.com/OSGeo/grass-addons/blob/master/tools/addons/grass-addons-index.sh
# and updated for GRASS GIS 7 only Addons compilation on grasslxd server by Markus Neteler, 2020
# and updated for GRASS GIS 7 only Addons compilation on grasslxd server by Markus Neteler, 6/2020

# Important: keep log links in sync at https://grass.osgeo.org/download/addons/

Expand Down Expand Up @@ -100,34 +100,36 @@ generate () {
<body bgcolor=\"#FFFFFF\">
<h2>GRASS GIS ${major} Addons Manual pages</h2>
<!-- Generated from: grasslxd: ~/cronjobs/grass-addons-index.sh -->
<!-- See also: https://github.com/OSGeo/grass-addons/blob/master/tools/addons/README.md -->
<!-- Generated from: grasslxd (on osgeo7): ~/cronjobs/grass-addons-index.sh -->
<!-- See also: https://github.com/OSGeo/grass-addons/blob/master/tools/cronjobs_osgeo_lxd/README.md -->
<table><tr><td>
<script type=\"text/javascript\" src=\"https://www.openhub.net/p/grass_gis_addons/widgets/project_factoids_stats?format=js\"></script>
</td><td>
<a href=\"https://grass.osgeo.org\">GRASS GIS</a> is free software,
anyone may develop his/her own extensions. The <a
href=\"https://grasswiki.osgeo.org/wiki/AddOns/GRASS_${major}\">GRASS GIS
Add-ons Wiki page</a> contains a growing list of links to GRASS GIS
extensions, which are currently not part of the standard
distribution.<br>
They can be easily <b>installed</b> in the local installation
Addons Wiki page</a> contains a growing list of links to GRASS GIS
extensions, which are currently not part of the core software package.<br>
Most addons are managed in the
<a href=\"https://github.com/OSGeo/grass-addons\">GRASS GIS Addons repository</a>
on GitHub.<br>
Addons can easily be <b>installed</b> in your local GRASS GIS installation
through the graphical user interface (<i>Menu - Settings - Addons
Extension - Install</i>) or via the <a
href=\"../g.extension.html\">g.extension</a> command. <p> <i>These
manual pages are updated daily. Last run: $LASTDATE</i>
<p> How to contribute?
<p> You may upload your add-on to the <strong>GRASS Add-ons repository</strong>.
Further details about gaining write access to our Git repository can be found in
<p> You may upload your Addon to the <strong>GRASS GIS Addons repository</strong>.
Further details about gaining write access there can be found in
<a href=\"https://trac.osgeo.org/grass/wiki/HowToContribute#WriteaccesstotheGRASSaddonsrepository\">this document</a>.
Please also read <a href=\"https://trac.osgeo.org/grass/wiki/Submitting\">GRASS GIS programming best practice</a>.
<p> How to get the source code:
<p> <tt>git clone https://github.com/OSGeo/grass-addons.git</tt>
<p>
See also log files of compilation:
<a href=\"https://grass.osgeo.org/addons/grass${major}/logs\">Linux log files</a> |
<a href=\"https://wingrass.fsv.cvut.cz/grass78/x86_64/addons/latest/logs/\">Windows log files</a>
<a href=\"https://wingrass.fsv.cvut.cz/grass${major}${minor}/x86_64/addons/latest/logs/\">Windows log files</a>
</tr></table>
<hr>
Expand Down

0 comments on commit 8a22c11

Please sign in to comment.