v0.1.1-alpha
Pre-release
Pre-release
This version adds an "audit mode" which scrapes each of the websites in the list, checking for the next
& previous
links.
If a site doesn't have the webring links, it won't be added to that build.
This means that you don't necessarily need to remove each & every non-compliant site. With audit mode enabled, you can generate the webring normally, and non-compliant sites will be omitted from that particular build.
Audit mode can be invoked with -A
or --audit
on the command line, or "audit": true
in the config file.
NOTE: The process of scraping each site adds a lot of time (like, a couple of seconds), so don't rely on this mode if you want to generate as fast as possible.
Full Changelog: v0.1.0-alpha...v0.1.1-alpha