[Pkg-mozext-commits] [sage-extension] 15/39: feed parsing update

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag sage_1_1
in repository sage-extension.

commit eb95d6d350e7df7a452d523fd40016466c325a17
Author: Peter Andrews <petea at jhu.edu>
Date:   Sat May 29 16:13:50 2004 +0000

    feed parsing update
---
 src/sage/content/feedlib.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/sage/content/feedlib.js b/src/sage/content/feedlib.js
index d5aef8f..ab30136 100644
--- a/src/sage/content/feedlib.js
+++ b/src/sage/content/feedlib.js
@@ -167,6 +167,8 @@ Feed.prototype.parseATOM = function() {
 			contentArray[contType] = CommonFunc.getInnerText(contentNodes[i]);
 		}
 
+		/*
+
 		var summaryNodes = aEntryNode.getElementsByTagName("summary");
 
 		if("application/xhtml+xml" in contentArray) {
@@ -178,6 +180,8 @@ Feed.prototype.parseATOM = function() {
 		}	else if(summaryNodes.length) {
 			item.content = CommonFunc.getInnerText(summaryNodes[0]);
 		}
+
+		*/
 			
 		var tmpFeedItem = new FeedItem(item.title, item.link, item.content, item.pubDate);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list