chintan39 / wildblog

Automatically exported from code.google.com/p/wildblog
Other
0 stars 0 forks source link

Diff checker by page content (10h) #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Why: we need some generic way how to track differences in page content.

How: log every page and then the difference is logged as error.

Additional info: 
* if any content is different on every request, we can wrap it with 
  <!-- __content_no_log_begin__ -->
  <div>this won't be considered if content is different from previous request</div>
  <!-- __content_no_log_end__ -->
* some better difference handling is possible in the future

Original issue reported on code.google.com by horak.honza@gmail.com on 4 Feb 2012 at 9:44

GoogleCodeExporter commented 9 years ago
In addition, some of pages can be tagged as verified, that means these pages 
are checked to be displayed correctly. We would eliminate a situation, where 
current result and previous result are both wrong.

Original comment by horak.honza@gmail.com on 13 Feb 2012 at 11:52

GoogleCodeExporter commented 9 years ago
implemented as a script to be used generally

Original comment by horak.honza@gmail.com on 29 Feb 2012 at 7:35