Changes between Initial Version and Version 1 of Ticket #18312, comment 11


Ignore:
Timestamp:
2019-11-13T17:49:09+01:00 (6 years ago)
Author:
stoecker

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18312, comment 11

    initial v1  
    66In principle if it works with JOSM group plugins it also would work with other groups, but we wont call it for these ;-)
    77
    8 My approach without looking into the details would be to read https://github.com/JOSM to find all plugins and then parse the repos to find the status and then find the download URL and then go on as currently based on PluginSource processing [history is created simply by remembering previous data :-]. Very likely there is a better way (this way requires minimum 1+numberplugins HTTPS requests and website scraping tends to break). From what I understand from this ticket you implemented that process already for a gitlab variant of the JOSM plugin (which would be the future goal for JOSM git, but is not yet there). Correct?
     8My approach without looking into the details would be to read https://github.com/JOSM to find all plugins and then parse the repos to find the status and then find the download URL and then go on as currently based on PluginSource processing [history is created simply by remembering previous data :-]. Very likely there is a better way (this way requires minimum 1+numberplugins HTTPS requests and website scraping tends to break). From what I understand from this ticket flocher implemented that process already for a gitlab variant of the JOSM plugin (which would be the future goal for JOSM git, but is not yet there). Correct?