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:
parent
3ab856288c
commit
56b4fcc760
19 changed files with 847 additions and 0 deletions
|
@ -48,6 +48,9 @@ lister_args = {
|
|||
"gitiles": {
|
||||
"instance": "gerrit.googlesource.com",
|
||||
},
|
||||
"stagit": {
|
||||
"url": "https://git.codemadness.org",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue