Skip to content
Snippets Groups Projects
Commit f7b27c69 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

Add a non-incremental sourceforge lister

Following zack's work on T735, this change introduces an actual SWH lister for
SourceForge.

SourceForge provides a main sitemap that lists sharded sitemaps, which
themselves list pages. Each page belongs to a project (or sub-project,
though those are rare), information about which can be found by querying
a REST API, which gives us the list of any and all VCS used for said
project. Both sitemaps and pages have a "last modified" timestamp that
will be used in a future patch to implement incremental listing.

More precise information can be found as inline comments or docstrings.
parent 879170a5
No related branches found
No related tags found
1 merge request!397Add a non-incremental sourceforge lister
Showing
with 583 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment