0
votes
0answers
25 views

google reader api atom/feed, only get one month items,but i want get all result?

I'm using Google reader API to get all available items for any RSS feed. I use it as follows: http://www.google.com/reader/atom/feed/[RSS FEED LINK]?n=[NUMBER OF ITEMS TO SHOW]&r=o&ot=[UNIX ...
0
votes
0answers
29 views

ATOM to RSS feeds converter

I found this working converter: http://feedmix.novaclic.com/atom2rss.php However I would like to have a source code. Where can I found a working one for PHP?
0
votes
1answer
56 views

Converting SyndFeed to SyndEntry with Rome

I'm currently working on a project which implies XML feed parsing (Atom 2005) and I'm using Rome to do this. I have currently two kind of XML structure to parse. The first type : <?xml ...
0
votes
3answers
120 views

Java: Parse OData Atom Feed

How can I parse a odata atom feed? Notice: The xml data are already on my system. So I need a libary that takes a string or local file path. Example: <?xml version="1.0" ...
0
votes
0answers
17 views

resubscribing to an rss feed with cached items

my goal is to subscribe to a feed with more items than in actually provides, up until a few days ago i did this using google reader and atom2rssDOTsemiologicDOTcom/, ill give an example, ...
0
votes
1answer
51 views

Difficulty Reading with Atom Reader

I tried making a parser for both RSS and Atom where RSS feed shows the headlines while Atom shows with images and description plus link. It seems my parser works only for RSS. Can you tell me why? ...
0
votes
0answers
48 views

How to go about adding RSS/Atom feeds to my custom blog [closed]

I have a blog which I want to add RSS and/or Atom feeds to. It's 100% hand written outside of existing frameworks/CMS. As such, I can't just "use a wordpress plugin" and other such things I commonly ...
0
votes
1answer
32 views

How to add link in atom feed using spring 3, netbeans

Using spring3.2 and netbeans 7.2 Worning code : @Override protected List<Entry> buildFeedEntries(Map<String, Object> model, HttpServletRequest request, ...
0
votes
1answer
60 views

Remove entry from user's rss reader

I realized pretty simple atom feed in my application. Sometimes records expire and are no longer published in the feed. Is there a way to remove entry from user`s reader?
0
votes
0answers
86 views

Java Rome Atom Feed with Paging/Archiving (rfc5005)

I am trying to get a Java Rome Atom Feed running with paging/archiving as described in RFC 5005 http://www.ietf.org/rfc/rfc5005.txt . Basically the feed needs a namespace e.g. <feed ...
0
votes
1answer
98 views

Read RSS feeds with atom support

Hello i am looking for a code snippet or even better for an android library for reading rss (atom) feeds. Thanks in advance!
1
vote
1answer
30 views

Do Author and Category feed elements at item level have to match channel level?

I notice that feeds have these elements both at the top feed level and the feed item level: <feed> <author> ... </author> <category> ... </category> <item> ...
0
votes
1answer
50 views

how to identify feeds in a web crawl?

I've run a web crawl and gathered a lot of html and xml pages. My purpose is to extract all Rss/Atom feeds out of them. I noticed that many sites simply use "text/xml" as content type on the header, ...
1
vote
2answers
69 views

How to grab a single element of a specific field from ColdFusion feed?

I'm no expert in Coldfusion (frankly, I know almost nothing about it), but I've been tasked at work with setting up an Atom feed to show up on one of our client's webpages. I've managed to get ...
0
votes
1answer
258 views

How to get gmail inbox feed from a nested label

As specified here https://developers.google.com/google-apps/gmail/gmail_inbox_feed, I can get a feed of unread emails under a label 'work' by simply calling ...
0
votes
1answer
1k views

Can't get RSS feed to show in Drupal 7

I cannot get RSS feed to show on Drupal 7.14 page, feed does not show any items. Feed url: http://www.engadget.com/rss.xml I added feed url in Feed aggregator with no problems, and feed name is shown ...
0
votes
0answers
9 views

Parsing several feeds, than counting number of occurencies of videos

the current project I'm facing is about creating a chart of the most shared youtube videos among a certain amount of blogs and twitter accounts. What I'm trying to do, is: 1- parsing the rss/atom ...
1
vote
1answer
215 views

C# XmlReader Colon Issues (Namespace)

I have a strange problem with the XMLReader class. I get atom feed from a URl, and some elements of the xml tree are named like these: <element:title>Hello World!</element:title> ...
0
votes
0answers
213 views

Getting the GMAIL atom feed from Appengine using JAVA, OAuth 2 for a Google Apps User

I am using the following code to get the GMAIL atom feed on Google Appengine. I am using the CLIENT_ID and CLIENT_SECRET generated in the Google APPS Admin Dashboard. public void ...
0
votes
1answer
384 views

Error accessing gmail atom feeds using feedparser

I was having a problem accessing my gmail atom feeds using feedparser module. For a non-password protected fees like a blog, for example, import feedparser d = ...
0
votes
1answer
558 views

Displaying images in atom feed

I have problems with displaying images in atom file. It doesn't include images in feed in google reader, opera or firefox. As a starting point I did everything like in Listing 6. at [An overview of ...
0
votes
0answers
187 views

How to update my feed's favicon in Google Reader?

Today I launched my new website with new design and with a new favicon. I used the same URL for my RSS feed in order to keep my subscribers. But Google Reader retains the old favicon. How can I force ...
0
votes
1answer
242 views

Sitemap / RSS / Atom, SEO

So, I was about to make a regular sitemap.xml for my site, then I saw that both Google and Bing accept Atom and RSS as sitemaps. My site is a forum, so there will be new pages created very ...
0
votes
1answer
224 views

Split a feed of Feedburner into multiple feeds by label

How can I separate my feed of FeedBurner into multiple feeds? My one is posted to FeedBurner from blogger.com and has category tag, which is label in Blogger. I tried to split items by label with ...
1
vote
1answer
397 views

Scala Parsingg RSS/Atom feeds

does anyone know a good library/jar to parse RSS/Atom Feeds? I'd like to stuff an URL in, and want to get the news-items in a homogenus way. (Means: it should not matter whether the Source contains ...
0
votes
1answer
175 views

Google Feed API: “The port specified in the feed URL is not supported.”

I am trying to implement the Google Feed API to access an ATOM feed from a server and then display the data on a mobile web app. I get the error "The port specified in the feed URL is not supported." ...
1
vote
1answer
130 views

Atom to JSONP conversion woes

So, I'm developing a news feed that exists on another server along with the static PDF documents that the feed describes. I'm trying to implement client-side-only feed parsing because I'm not sure ...
0
votes
1answer
154 views

About Googles PubSubHubbub drawback

I was reading a paper titled "An Optimized Web Feed Aggregation Approach for Generic Feed Types" and googles PubSubHubbub protocol was discussed and the paper stated its drawback something like ...
1
vote
1answer
190 views

How to read “gd:image” element from an Atom feed using ROME

I'm using ROME library to parse Blogger Atom feed and I need to read an URL of the author thumbnail. How can I do this? The wire feed does not contain this element. <feed ...
0
votes
2answers
414 views

Is there a tool for parsing feeds in Django

I did some googling and didn't find anything complete for my problem, but it is so generic, there has to be something. I need feed parsing tool for my Django app (i want to fetch atom feed from ...
0
votes
0answers
58 views

add node to feed

I need to add a price to atom feed. example: <entry> ... <price>3.99</price> </entry> I have searched everywhere, but no joy. I would like to convert the xml below ...
0
votes
1answer
268 views

Convert xml to atom feed

I would like to convert the xml below to an atom feed: <item> <offerStartDate>2012-15-02</offerStartDate> <offerEndDate>2012-19-02</offerEndDate> ...
3
votes
1answer
408 views

Atom feed and rss reader

I'm trying to add a Atom feed for a page, but it just keeps spinning and adds all the items if only one new was added. What am i doing wrong? http://legionaere.de/posts.atom?team_slug=1_team I'm ...
1
vote
2answers
826 views

how to get the RSS url in an html page?

Many html page has an url link to the RSS feed. If you have used google reader, you'll see if you add a site url (i.e: codemacro.com), it will automatically find the rss feed url which is ...
0
votes
1answer
300 views

Multiple <atom:link> elements in RSS feed

I am working on a Drupal module proving RSS feed generation (though not posting it to Drupal Answers, as my question is not really Drupal-related). What I am wondering is whether an RSS feed could ...
1
vote
1answer
178 views

how add carrierwave image to atom feed rss in rails 3.1

My question is how output image carrierwave with a rss/atom in rails 3? I try: atom_feed :language => 'en-US' do |feed| feed.title @title feed.updated @updated @posts.each do |item| next ...
1
vote
1answer
710 views

How to display item photo in atom feed?

I want to display a photo for each item in atom feed. I used this structure for my entry <entry> <title>TITLE</title> <link href="http://page" /> ...
0
votes
1answer
199 views

Custom tags in atom feed

I am using Symfony MVC to build a website. One of my model classes has two date fields: start date and end date. I want to provide this data via both web interface and atom feed. Should I make custom ...
0
votes
0answers
120 views

How to apply styles to .rss files or Atom feed files

I created an atom feed for my website. test.rss is my file. I also created a test.xsl file for my feed. But it's not working. If I change test.rss to test.xml then it works. Is there is any option ...
3
votes
1answer
516 views

Good resource for the ATOM and RSS specification?

I've been trying to find the "official" documentation for ATOM and RSS so I can program against it. The problem I'm running into is that there are a lot of places that includes parts but never the ...
1
vote
4answers
673 views

Automatically Extracting feed links (atom, rss,etc) from webpages

I have a huge list of URLs and my task is to feed them to a python script which should spit out the feed urls if there are any. Is there an API library or code out there that can help?
1
vote
2answers
721 views

Twitter atom feed blank for one user but not another?

Ive been pulling the latest tweet via search.atom in twitter. $feed = "http://search.twitter.com/search.atom?q=from%3A" . $username_for_feed . "&rpp=" . $limit; The problem is lately it just ...
0
votes
1answer
3k views

C# Google.GData.Client read email

I'm using Google .NET Client Library to read email on my gmail account but things are not very clear for me i'm trying to retrieve atom feeds with this code FeedQuery query = new FeedQuery(); ...
8
votes
1answer
5k views

Setting up an Github Commit RSS feed

I am trying to have my github commits as an RSS feed but so far I have not managed to figure it out. I know that a private feed is available with the following syntax: ...
1
vote
1answer
1k views

Problems parsing Facebook atom feed using PHP

I have problems parsing a atom facebook feed. Using: PHP's DOMDocument. Errors: Warning: DOMDocument::loadXML(): xmlParseEntityRef: no name in Entity, line: 12 Warning: ...
0
votes
1answer
3k views

Gmail Atom feed

I have read that I can use the gmail atom feed to get mails from "inbuilt" labels created by google. But when I try to get mails from the "read" label, using ...
2
votes
1answer
157 views

atom feed: Empty Feed or 404?

We have a REST server which returns Feed (ATOM) based on the input query. For certain query parameters (valid/invalid) the Feed contains zero entries. For zero entries should and empty feed be ...
4
votes
1answer
732 views

ActionView::Template::Error (wrong number of arguments (1 for 0)) with atom_feed after upgrading to rails 3.1.0

I've just upgrade my rails application from the 3.0.7 version to the release candidate 3.1.0 and I got a strange error located in my atom feed builder : ActionView::Template::Error (wrong number of ...
1
vote
1answer
66 views

maximum display posts on RSS?

I never needed to play a lot with RSS, but now i have a project to do, and i wonder if it is possible to pull a RSS feed of all the posts fo a certain blog.. i'm not talking about creating a feed ...
1
vote
2answers
29 views

Would an Atom based feed work for a “resource change log”?

I am working on an api requiring a service that exposes a change log for a certain type of resources. I could roll my own format but i'd like to leverage existing standards where possible. Basically ...

1 2