Add stagit lister

That lister is really near the cgit & gitweb implementations. But the dom data is again
structured differently though so this implementation stands on its own.

Refs. swh/meta#5048
This commit is contained in:
Antoine R. Dumont (@ardumont) 2023-07-11 18:41:11 +02:00
parent 3ab856288c
commit 56b4fcc760
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8
19 changed files with 847 additions and 0 deletions

View file

@ -48,6 +48,9 @@ lister_args = {
"gitiles": {
"instance": "gerrit.googlesource.com",
},
"stagit": {
"url": "https://git.codemadness.org",
},
}