rss

Can I add my own tags in a rss item?

怎甘沉沦 提交于 2020-01-03 01:55:12
问题 In the rss xml file I have my channel and several items. Typically the item has a title, link, description and maybe time or something. Can I put my own tags in there with additional data I want to send? Example: Say if was a doing a rss feed to contains weather/temperature info, I might have several item tags, with one for each city. And then in the description I would have my string description. But if I wanted to also put separate tags for temperature, windspeed, high, low, inchesOfRain,

Does JFeed support RSS images?

﹥>﹥吖頭↗ 提交于 2020-01-02 20:11:09
问题 I've had a look at JFeed's readme and it doesn't mention anyway to get to an RSS item's image: JFeedItem properties * item.title * item.link * item.description * item.updated * item.id Does anyone know a way to parse these images? 回答1: Short answer " No ". There is no default jFeed support for "image" access for RSS (or "icon"/"logo" access for ATOM). That said you could always extend the library to support feed images. For example in jrss.js you could add: var image = jQuery('image', xml).eq

my google reader subscription

自闭症网瘾萝莉.ら 提交于 2020-01-02 16:47:32
<?xml version="1.0" encoding="UTF-8"?> <opml version="1.0"> <head> <title>donal subscriptions in Google Reader</title> </head> <body> <outline title="时事新闻" text="时事新闻"> <outline text="国内新闻" title="国内新闻" type="rss" xmlUrl="http://www.people.com.cn/rss/politics.xml" htmlUrl="http://politics.people.com.cn"/> <outline text="新华网国际新闻" title="新华网国际新闻" type="rss" xmlUrl="http://rss.xinhuanet.com/rss/world.xml" htmlUrl="http://www.xinhuanet.com/"/> <outline text="新闻中心-国内焦点新闻" title="新闻中心-国内焦点新闻" type="rss" xmlUrl="http://rss.sina.com.cn/news/china/focus15.xml" htmlUrl="http://news.sina.com.cn/491/2008

常用RSS地址

两盒软妹~` 提交于 2020-01-02 16:47:14
<opml version="1.1"><head><title>Feeds</title></head><body> <outline text="654085966" xmlUrl=" http://hi.baidu.com/654085966/rss " type="rss"/> <outline text="activa's blog" xmlUrl=" http://blog.activa.be/index.php/feed/ " type="rss"/> <outline text="ADO.NET team blog" xmlUrl=" http://blogs.msdn.com/b/adonet/rss.aspx " type="rss"/> <outline text="Alex Gorev's Weblog" xmlUrl=" http://blogs.msdn.com/b/alexgor/rss.aspx " type="rss"/> <outline text="Alibaba DBA Team" xmlUrl=" http://www.alidba.net/index.php/feed " type="rss"/> <outline text="Android Developers Blog" xmlUrl=" http://feeds

我的Google Reader订阅

烂漫一生 提交于 2020-01-02 16:46:28
分享一下我的Google Reader订阅: 一、期刊类 ——Nature http://www.nature.com/nature/current_issue/rss ——Science http://www.sciencemag.org/rss/current.xml ——Robotics & Automation Magazine, IEEE http://ieeexplore.ieee.org/rss/TOC100.XML ——Robotics and Autonomous Systems http://rss.sciencedirect.com/publication/science/5666 ——Robotics, IEEE Transactions http://ieeexplore.ieee.org/rss/TOC8860.XML ——Artificial Intelligence http://rss.sciencedirect.com/publication/science/5617 ——Computer Science Review http://rss.sciencedirect.com/publication/science/43614 ——Computer Vision & Image Understanding http://rss

atom feed xmlns attribute messes up AS3's XML-parsing?

纵然是瞬间 提交于 2020-01-02 08:34:44
问题 Wanna see something interesting? var xml:XML = XML(<feed><entry /><entry /><entry /></feed>); trace(xml.entry.length()) // returns 3 Makes sense, right? Now let's add this attribute... var xml:XML = XML(<feed xmlns="http://www.w3.org/2005/Atom"><entry /><entry /><entry /></feed>); trace(xml.entry.length()) // returns 0 Well that can't be right. Let's try it with a different attribute. var xml:XML = XML(<feed test="okay"><entry /><entry /><entry /></feed>); trace(xml.entry.length()) // returns

Can't get pubDate to output in Yahoo! Pipes?

故事扮演 提交于 2020-01-02 05:27:12
问题 In one of my RSS feeds in Yahoo! Pipes, I'm formatting dates using the Date Formatter module and using the format %K so they are pubDate-compliant. In Pipe Output, my four dates appears as follows: Wed, 25 Jul 2012 03:30:00 +0000 , Mon, 16 Jul 2012 06:30:00 +0000 , Wed, 11 Jul 2012 07:00:00 +0000 , and Wed, 27 Jun 2012 13:00:00 +0000 . However, in the RSS feed output, none of these dates appear. Are they formatted incorrectly? Why does Yahoo! Pipes not output these dates? 回答1: Okay, so I now

Viewing raw RSS feed?

Deadly 提交于 2020-01-02 04:37:06
问题 I use WordPress for several websites. I want to customize one of the RSS feeds and create a template for the outputted data but everytime I click on the feed link (myurl.com/feed) it takes me to a Google page to add it to my Google Reader. I use Google Reader and normally want everything else to default to that, but how can I override it this one time so I can see the raw xml/rss feed? Thanks. 回答1: The best way to view raw RSS is with CURL over the command line. Browsers can alter the source

facebook rss - how to increase thumbs image size?

拟墨画扇 提交于 2020-01-02 04:12:10
问题 I'm accessing a facebook-rss through http://www.facebook.com/feeds/page.php?format=rss20&id=... Update: Actual URL: http://www.facebook.com/feeds/page.php?format=rss20&id=170589069647190 However, the thumbs for the images are way to small. Is it possible to change the size of the tumbs with rss-arg or FB-page setting? (or should I get the FB-posts in another way) regards, 回答1: You should use the Facebook Graph API for this, it's far more robust, versatile, and better maintained. Start at the

Maximum length of RSS description item

烂漫一生 提交于 2020-01-02 01:41:08
问题 Is there a length limit or maximum size for description tag inside an RSS item? Also, does this tag accommodate HTML tags? I will be generating both the <description> and <content:encoded> from the same source HTML and also wanted to know if the <description> tag accommodates HTML. 回答1: As I know there are not a length limit. 2 In RSS 0.91, various elements are restricted to 500 or 100 characters. There can be no more than 15 < item >s in a 0.91 < channel >. There are no string-length or XML