问题标签 [feed]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - ready-to-use xmlRequest snippet returns status code 0 on a call
I'm creating a very basic dashcode widget. I'm using customized snippets from Apple: xmlRequest setup and xmlLoaded. Below is my code
I want to keep it all in one single function to keep it simple. I could ofcourse separate the xmlLoaded function and the sendURL function but for me this is clearer.
the code I get back in the error console:
xmlLoaded (inside the loadedXML function first line)
Error fetching data: HTTP status 0 (the error message from the loadedXML function)
onload executed (the line beneath httpFeedRequest.onload = loadedXML();)
sent (the last line of the function)
Thes esnippets come with dashcode itself, so I guess the problem is with my url. This is a feed:// page instead of a html or xml page. But as feeds are xml too, I though I could just use the xmlRequest. Also, calling the same page with http:// instead of feed:// returns the same.
httpFeedRequest.responseText returns "" (empty string)
httpFeedRequest.responseXML returns null
any help will be more than appreciated!
wcf - 使用 WCF 联合 RSS 1.0
使用新的联合 API,是否有任何流畅的方式来阅读 RSS 1.0 提要?发现http://www.clariusconsulting.net/blogs/kzu/comments/116679.aspx解释了如何阅读 atom 0.3。我们真的需要创建自己的 xslt 来将提要从 RSS 1.0 转换为 RSS 2.0 吗?
rss - 选择 Syndication 格式是否有非技术原因?
我有一个项目需要能够为提要阅读器导出数据。是否有非技术原因我应该选择 RSS 而不是 Atom、Atom 而不是 RSS、RSS 的一种风格而不是另一种或其他任何东西?
特别是,我正在寻找诸如低采用率或高采用率、困难/不兼容或与流行的聚合器等类似的东西。我最近才开始在自己的个人生活中每天使用 RSS。:)
.net - 如何通过代码阅读所有共享的谷歌阅读器提要?
我在我的谷歌阅读器上分享了很多提要,我想要一些使用 asp.net 的代码来阅读所有这些提要并放入一个页面,可能是分页,因为提要太多了。有人知道该怎么做吗?或者是否有工具
html - 如何将 CSS 添加到不是我的提要中
我想用 CSS 将图像与这个 RSS 的文本分开。
http://redbolivia.com/index.php?format=feed&type=rss
有任何想法吗?我可以用 CSS 做到这一点吗?
如何将 CSS 添加到不属于我的提要中
但是我把CSS放在标题和信息上,但现在我想把图像和文本分开,因为它太近了。我这样做了:
因为我不想在信息旁边的图像显示此提要http://redbolivia.com/index.php?format=feed&type=rss 我想在此提要中留出边距,所以图像太近了。
feed - 用于查询 Google 阅读器“共享”以获取博客文章的 API
对于给定的博客文章,是否有 API(官方或非官方),让我看看有多少人在 Google 阅读器上分享/加注星标?我订阅了一个特定的博客,这对于我的阅读习惯来说有点多产,所以我想制作一个新的提要,其中只包含达到某个众包质量阈值的帖子。
rss - 如何抓取提要
我的应用程序需要跟踪 RSS/Atom 提要并将新条目保存在数据库中。我的问题是,确定提要中的条目是否已被抓取的最可靠方法是什么?
我使用Universal Feed Parser模块来解析提要。我当前的实现会记录 的最新值feed.entry[i].updated_parsed
,当抓取时,如果updated_parsed
条目的值大于记录的值,则该条目将保存在数据库中。这里的问题是许多提要没有发布日期或更新日期。
python - 如何检测 RSS 提要中的更改和新项目?
使用feedparser或其他 Python 库来下载和解析 RSS 提要;如何可靠地检测new
物品和modified
物品?
到目前为止,我在提要中看到了发布日期早于最新项目的新项目。我还看到提要阅读器将发布的相同项目显示为单独的项目,但内容略有不同。我没有实现提要阅读器应用程序,我只是想要一个合理的策略来归档提要数据。
facebook - Facebook API - Feed.registerTemplateBundle 问题
我正在尝试在我的框架包装器中构建一个自动注册模板包的功能。我已经到了似乎可以使用 Feed.registerTemplateBundle API 方法成功地做到这一点的地步——我没有收到错误,而且我确实得到了一个模板 ID。但是,模板没有显示在“注册模板控制台”中,如果我尝试使用该 ID 发布故事,它会给我一个“无效的模板包 ID”错误。
有什么建议么?
msbuild - 在 msbuild 过程中生成 atom 或 rss feed
我认为通过 Atom 或 RSS 提要提醒感兴趣的各方完成构建过程会很方便。我猜某个地方有人花时间来做这件事,但是……也许你的 google-fu 比我的好,但事实证明这很难搜索。