sitediff
sitediff copied to clipboard
SiteDiff makes it easy to see differences between two versions of a website.
## Summary I have no problem running `sitediff store` or `sitediff crawl`; however, when running `sitediff diff` I keep getting the following error: ``` sitediff diff /usr/local/bundle/gems/sitediff-1.1.1/lib/sitediff/cache.rb:44:in `split': invalid byte...
Hello, I may have overlooked it in the documentation, but it wasn't obvious to me that to use the "export" feature you can run `sitediff diff` with the `-e` or...
Hello, I am glad to contact you about sitediff toolchain. I try to exploit sitediff in my project to compare two pages that both have been stored in disk locally....
Following the CentOS directions we assumed sitediff would also work under AWS Linux 2. When running "sitediff store" we get the following error. `$ sitediff store Reading config file: /home/ec2-user/sitediff/www/sitediff/sitediff.yaml...
Ubuntu 18.04, sitediff installed via Docker. ## 1.0.0 Unless I'm doing something wrong, sitediff seems to use the "after" site twice instead of both the "before" and "after" sites. With...
``` --- before: url: https://www.a.com regions: - name: title selector: h1.title output: - title after: url: https://beta.b.com regions: - name: title selector: h1.title output: - title settings: {} ``` The...
I'm always getting binary diffs even on html pages. Something similar to what is described here: https://github.com/evolvingweb/sitediff/blob/master/lib/sitediff.rb#L103 In case my setup could be affecting, I'm adding sitediff as part of...
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...
Ruby 2.5 is available and the PPA in instructions is failing. Just replacing it with ruby2.5 and ruby2.5-dev packages without any ppa seems to be enough.