David Blume commited on 2018-01-29 14:49:36
Showing 2 changed files, with 5 additions and 2 deletions.
... | ... |
@@ -60,14 +60,17 @@ html_head = """ |
60 | 60 |
</HEAD> |
61 | 61 |
<BODY> |
62 | 62 |
<div align='center'><h3>TechCrunch Feed Filter</h3></div> |
63 |
-This page shows what analysis is done to filter the noise away from the Techcrunch feed into <a href="http://feeds.feedburner.com/TrendingAtTechcrunch">a more concise feed</a>. <a href="http://david.dlma.com/blog/my-techcrunch-feed-filter">Learn more about the Feed Filter</a>.<br /><br /> |
|
63 |
+This page shows what analysis is done to filter the noise away from the Techcrunch feed into |
|
64 |
+<a href="http://feeds.feedburner.com/TrendingAtTechcrunch"> a more concise feed <img src="feed.png" alt="feed" height="14" width="14"></a>. |
|
65 |
+<a href="http://david.dlma.com/blog/my-techcrunch-feed-filter">Learn more about the Feed Filter</a>.<br /><br /> |
|
64 | 66 |
""" |
65 | 67 |
|
66 | 68 |
html_footer = """ |
67 | 69 |
</table> |
68 | 70 |
</div><br /> |
69 | 71 |
<div align='center'>Thanks to <a href="http://www.feedparser.org/">The Universal Feed Parser module</a>, |
70 |
-<a href="http://pyyaml.org/">PyYAML</a> and <a href="http://code.google.com/apis/chart/">Google Charts</a>.<br /><a href="techcrunch.yaml">raw data</a> • <a href="stats.txt">status</a><br />© 2011 <a href="http://david.dlma.com">David Blume</a></div><br /> |
|
72 |
+<a href="http://pyyaml.org/">PyYAML</a> and <a href="http://code.google.com/apis/chart/">Google Charts</a>.<br /> |
|
73 |
+<a href="http://git.dlma.com/techcrunch.git/">source</a> • <a href="techcrunch.yaml">raw data</a> • <a href="stats.txt">status</a><br />© 2011 <a href="http://david.dlma.com">David Blume</a></div><br /> |
|
71 | 74 |
</BODY> |
72 | 75 |
</HTML> |
73 | 76 |
""" |
74 | 77 |