Don't consider a page updated if the last-known good is the same as the current version
Tue Jun 28 08:04:14 UTC 2011 pix@kepibu.org
* Don't consider a page updated if the last-known good is the same as the current version
hunk ./claki.lisp 60
+ (when (string= (gethash page-url *last-known-good*) current-version)
+ (return-from parse-page nil))