WIP: feed: Add the include-references setting for cid: linking img-cid
authorW. Trevor King <wking@tremily.us>
Sun, 14 Apr 2013 15:26:31 +0000 (11:26 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 14 Apr 2013 15:26:31 +0000 (11:26 -0400)
commited7598cec5c2deeae4471dc546a1d4445693d4c7
treeaf9b626f43bffadb8bc2d97d86e3b2dff3687d22
parentf74bc7b3d3c185ca72380cb1634f16a882536ba7
WIP: feed: Add the include-references setting for cid: linking

This still needs an HTML filter to find and replace links
(_process_entry_content_html).  It also needs something real in
_get_reference() for downloading and creating the referenced parts.

Signed-off-by: W. Trevor King <wking@tremily.us>
14 files changed:
rss2email/config.py
rss2email/feed.py
test/xkcd/1.config [new file with mode: 0644]
test/xkcd/1.expected [new file with mode: 0644]
test/xkcd/2.config [new file with mode: 0644]
test/xkcd/2.expected [new file with mode: 0644]
test/xkcd/3.config [new file with mode: 0644]
test/xkcd/4.config [new file with mode: 0644]
test/xkcd/README [new file with mode: 0644]
test/xkcd/feed.atom [new file with mode: 0644]
test/xkcd/imgs.xkcd.com/comics/all_adobe_updates.png [new file with mode: 0644]
test/xkcd/imgs.xkcd.com/comics/flowchart.png [new file with mode: 0644]
test/xkcd/imgs.xkcd.com/comics/geologist.png [new file with mode: 0644]
test/xkcd/imgs.xkcd.com/comics/subways.png [new file with mode: 0644]