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
1
setup.py
1
setup.py
|
@ -89,6 +89,7 @@ setup(
|
|||
lister.pypi=swh.lister.pypi:register
|
||||
lister.rubygems=swh.lister.rubygems:register
|
||||
lister.sourceforge=swh.lister.sourceforge:register
|
||||
lister.stagit=swh.lister.stagit:register
|
||||
lister.tuleap=swh.lister.tuleap:register
|
||||
lister.maven=swh.lister.maven:register
|
||||
""",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue