You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Models to associate the checked URLs to detected errors, so we can group by error.
Output will show the most popular errors first.
0.3
Basic HTML output
0.4
Prettier HTML, hiding sections on the HTML output that can be unfolded using javascript.
0.5
Store the results of each check on a local sqlite database, with the date and time they were checked on.
When re-checking a site, it will only query the ones with associated errors.
0.6
Be able to pass a --checkall option so all URLs will be checked, ignoring the previous state stored on the local database.
0.7
Auto-discovery of sitemap.xml. If the URL passed as argument is not a .xml, it will look for sitemap.xml.
0.8
Crawl pages. If a sitemap has not been supplied nor auto-discovered, it will crawl linked pages from the URL passed and validate them.