sitediff
sitediff copied to clipboard
Future ideas
I'll start the list here.
- For demo (or free tier purposes), crawl only X pages (10? 100)
- Maybe use the Google Analytics API to download list of top 100 pages, just crawl those
Hi,
We're looking for a fool that won't only does HTML diff, but a CSS diff... We'd like to spot early on changes in CSS done for an issue that could have impact on other pages... That could be an interesting idea for sitediff I think.
Some pages have different content when you are logged in/logged out, so maybe there could be some option to specific where to login and pass credentials.
Re: logged in content. It should be possible to log in to any site using curl, so it should be possible from Sitediff. It would be a bit messy though. It might be possible for Sitediff to make it easier... something like an optional call > response > cookie-setting process. I'll add to our internal list of to do's.
have ability to server from s3 as static file.
Make a simple way to customise the HTML report. A simple first step might be a way to process the report results before the HTML report is generated - eg provide a report preprocessing function.