Skip to content

Commit

Permalink
updated feed url for thoughtpad. Added title for posts
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam committed Jul 13, 2011
1 parent 87d0397 commit 7b598da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -62,6 +62,7 @@ <h1 title='C S Shyam Sundar'>C S Shyam Sundar</h1>
},
processFeed = function () {
var content = document.createElement('ul'), html_content = [];
html_content.push('<h2>Thoughtpad Posts</h2>');
feedData.forEach(function (item) {
html_content.push('<li>');
parseDate(item.pubDate).forEach(function (i) { html_content.push('<em>' + i + '</em> ') });
Expand All @@ -72,6 +73,6 @@ <h1 title='C S Shyam Sundar'>C S Shyam Sundar</h1>
feedHolder.appendChild(content);
};
</script>
<script src="http://query.yahooapis.com/v1/public/yql?q=select%20title%2C%20link%2C%20pubDate%20from%20feed%20where%20url%3D'http%3A%2F%2Fcsshyamsundar.wordpress.com%2Ffeed%2F'&format=json&diagnostics=true&callback=dataHandler"></script>
<script src="http://query.yahooapis.com/v1/public/yql?q=select%20title%2C%20link%2C%20pubDate%20from%20feed%20where%20url%3D'http%3A%2F%2Fthoughtpad.cs3.in%2Ffeed%2F'&format=json&diagnostics=true&callback=dataHandler"></script>
</body>
</html>

0 comments on commit 7b598da

Please sign in to comment.