Manually maintaining all of the software maps will either become someones undignified chore or the website will be out of date - which would defeat the purpose of this. We should figure out a way of automatically populating the releases from the source repositories/websites, what is more annoying is that not all of the repositories have releases or plan to, but that can be solved using if/else ie. check if there are releases, release branches, tags, if not make it up by inspecting the head.
Manually maintaining all of the software maps will either become someones undignified chore or the website will be out of date - which would defeat the purpose of this. We should figure out a way of automatically populating the releases from the source repositories/websites, what is more annoying is that not all of the repositories have releases or plan to, but that can be solved using
if/elseie. check if there are releases, release branches, tags, if not make it up by inspecting the head.