grass-addons icon indicating copy to clipboard operation
grass-addons copied to clipboard

List of add-ons in the repository

Open NikosAlexandris opened this issue 3 years ago • 3 comments

It would be nice to have an overview/list of all addons in the repository's landing page. Like, have a section Addons in the repository's README.md file and eventually subsections for

  • Database
  • Display
  • Generic
  • Imagery
  • Miscellaneous
  • 3D_Raster
  • Raster
  • Temporal
  • Vector

much like in the https://grass.osgeo.org/grass78/manuals/addons/ page(s).

NikosAlexandris avatar Jun 28 '21 11:06 NikosAlexandris

Feel free to open a pull request...

neteler avatar Jun 28 '21 11:06 neteler

Feel free to open a pull request...

To start with... https://github.com/OSGeo/grass-addons/pull/573

NikosAlexandris avatar Jun 28 '21 12:06 NikosAlexandris

The new hopefully structure makes it little easier to discover what is in the repo. We already have a auto-generated list which is usually up to date (the linked manuals/addons/ page). Linking the list in the readme seems appropriate as you did in #573. A list in readme would require additional maintenance if it would be manually added. If something else is needed, I suggest to consider generating that something in GitHub Actions and publishing through gh-pages branch.

wenzeslaus avatar Jul 04 '21 18:07 wenzeslaus