Questions tagged [atom-feed]

Atom is an XML based news-feed format. For the text editor from Github, use the [atom-editor] tag.

Atom is an XML-based document format that describes lists of related information known as "feeds". Feeds are composed of a number of items, known as "entries", each with an extensible set of attached metadata. For example, each entry has a title.

The primary use case that Atom addresses is the syndication of Web content such as weblogs and news headlines to Web sites as well as directly to user agents.

689 questions
0
votes
1 answer

Android fast rss/atom parsing

I'm looking for a fast way to parse an RSS and Atom feed (the source changes periodically). I tried different approach: Writing my own parser: I made a very fast one using SAX Problem: Most of the time the feed is full of non standard tags like…
parser_failed
  • 697
  • 9
  • 20
0
votes
1 answer

Retrieve a Link to Blogger Post based on Post ID using SyndicationItem

I'm trying to retrieve using Windows.Web.Syndication and a Blogger ATOM feed, the link of a post. The example I've seen from another feed reader (not using Blogger though) uses a SyndicationItem id to find the blog post link. However, using this…
Silva
  • 161
  • 1
  • 12
0
votes
1 answer

Twitter Search (atom), date ranges

I have a Twitter feed I'm using for a site, and in theory it should work perfectly, but for some reason http://search.twitter.com/search.atom?q=from:@goinnative&rpp=10 only loads 3 tweets (appears to be tweets from the past week) instead of the 10…
Orun
  • 4,383
  • 3
  • 26
  • 44
0
votes
2 answers

img tags not rendered as html in Atom Feed Rails

entry.content "".html_safe, :type => 'html' However when I view it in Chrome the output is as follows: <img…
chell
  • 7,646
  • 16
  • 74
  • 140
0
votes
1 answer

rss-feed doesn't appear correctly in flipboard

I have encountered some problems while making mine rss-feed for flipboard. There is one russian site vesti.ru with abolutely ugly rss-feed. It has cp-1251 encoding, many enclosures for one post and so on - beee. But this site provides prety…
2r2w
  • 1,384
  • 1
  • 12
  • 29
0
votes
1 answer

How do I set the location for the link in the title of a google reader subscription

I've got an atom feed in my application that's build using atom_feed, and it's working, except that when the feed is subscribed to in Google Reader, the link it uses for the title of the subscription is pointing to the wrong URL. I tried specifying…
Daniel Vandersluis
  • 91,582
  • 23
  • 169
  • 153
0
votes
2 answers

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!
MOST2K2
  • 255
  • 4
  • 14
0
votes
1 answer

How to count number of conversations in an email chain from Gmail atom feed

Is there a way to count the number of conversations that make up an email chain in Gmail? The XML feed returns only one entry for an email chain consisting of multiple individual emails. So for example if I have 3 emails sent by the same email…
Amey
  • 8,470
  • 9
  • 44
  • 63
0
votes
1 answer

How to make my hub subscribe to other hubs? (PubSubHubBub)

Is there a way to make my HUB subscribe to other hubs? Ie. if I find a link with rel=hub, and the hub is someone else's, can I have my own hub subscribe to this topic at this hub, thus making it possible for other subscribers to subscribe to the…
knutole
  • 1,709
  • 2
  • 22
  • 41
0
votes
1 answer

Random Number in RSS feed

This is what I currently have for my PHP file: "; ?> My Website http://www.mywebsite.com …
user1848777
  • 551
  • 1
  • 4
  • 9
0
votes
2 answers

Simple XML Element fail to parse a string from an .atom file

I've this piece of code taken by a .atom document wrapped with file_get_contents: My goal is to extract the first URL into the href attribute in the entry tag, i tried to…
Gabriele Salvatori
  • 460
  • 1
  • 3
  • 20
0
votes
1 answer

syntax for multiple field/entry specifications in the youtube api?

I'm trying to search the youtube/google data api for videos with duration above x seconds that also have a minimum of x views. I was hoping something like…
maezr
  • 145
  • 2
  • 10
0
votes
1 answer

Which link type to use for FeedBurner SmartFeed

Searching for the correct answer all day, and nobody seems to know, so I thought I'd give it a shot here as a last effort before I keel over. FeedBurner's SmartFeed service does this: Translates your feed on-the-fly into a format (RSS or Atom)…
Jeff
  • 5,962
  • 16
  • 49
  • 81
0
votes
1 answer

Paging Gmails Atom feed

I am currently working on a JS application using OAuth 2.0 to access the gmail atom feed https://mail.google.com/mail/feed/atom/ I am able to successfully sign the request, and retrieve the emails, however I am only able to access the first 20. Is…
whomba
  • 387
  • 5
  • 13
0
votes
1 answer

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, so I can't identify a feed from any other kind of…
Ali Hashemi
  • 3,158
  • 3
  • 34
  • 48