When checking if an article has been updated, compare the content.
authorNeal H. Walfield <neal@walfield.org>
Sat, 10 Dec 2011 14:52:25 +0000 (14:52 +0000)
committerNeal H. Walfield <neal@walfield.org>
Sat, 10 Dec 2011 14:52:25 +0000 (14:52 +0000)
commit7f2133b566843a83028a944e69c708655cf27c41
tree6c556e717b1baf3cccc3fb3c0999212b210da0c4
parent90d0fe55a42574154728ada1a896056b724ecb02
When checking if an article has been updated, compare the content.

 - Don't rely on an article's date to determine whether it has been
   updated.
 - Store the hash of the original content in the database.
   - Add a new column, contentHash to the feed database.
   - When adding a new article, set it appropriately.
 - Use the hash to determine whether the text has been updated.
src/rss_sqlite.py