CHANGELOG: Document this branch
authorW. Trevor King <wking@tremily.us>
Sat, 18 Jan 2014 19:46:48 +0000 (11:46 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 18 Jan 2014 19:56:28 +0000 (11:56 -0800)
commit137386d12cac825f9592db42c9996eebb88f9398
treeb0333e82ba47d3f60d4aaeab7a4baf88750b01a1
parent13f708c3a7c91667ddb5728483188d50dccbb99d
CHANGELOG: Document this branch

And add a warning about toggling the setting for active feeds.

For both George and me, the motivation for this change was working
around feed authors that change the id after minor changes in content:

  On Sat, Jan 18, 2014 at 1:40 PM, W. Trevor King wrote:
  > Some of the newspaper feeds I follow have duplicate entries in
  > their feed if they tweaked the title or content, but I rarely care
  > about the changes.

  On Sat, Jan 18, 2014 at 02:16:19PM -0500, George Saunders wrote:
  > That's exactly the situation I added it for.

The Atom spec explicitly says that revisions should keep the same id
[1]:

  When an Atom Document is relocated, migrated, syndicated,
  republished, exported, or imported, the content of its atom:id
  element MUST NOT change.  Put another way, an atom:id element
  pertains to all instantiations of a particular Atom entry or feed;
  revisions retain the same content in their atom:id elements.

But not all feed generators are fully compliant ;).

[1]: http://tools.ietf.org/search/rfc4287#section-4.2.6

Signed-off-by: W. Trevor King <wking@tremily.us>
CHANGELOG
README
rss2email/config.py