Atom is an XML based news-feed format
61
votes
7answers
45k views
Best way to parse RSS/Atom feeds with PHP
I'm currently using Magpie RSS but it sometimes falls over when the RSS or Atom feed isn't well formed. Are there any other options for parsing RSS and Atom feeds with PHP?
54
votes
6answers
19k views
What is the difference between RSS and ATOM feeds? [closed]
Everywhere I go, I hear the terms 'RSS feed' and I see a lot of ATOM feeds on websites too.
What is the difference between these two types of feeds?
48
votes
13answers
8k views
Lisp and Erlang Atoms, Ruby and Scheme Symbols. How useful are they?
How useful is the feature of having an atom data type in a programming language?
A few programming languages have the concept of atom or symbol to represent a constant of sorts. There are a few ...
47
votes
6answers
16k views
Recommended Python RSS/Atom feed generator?
Can you recommend a feed generator library for Python? I could build the XML myself, but I'm looking for a recommended library that is built from the ground up around the RSS (or Atom) spec.
34
votes
12answers
5k views
Why Are People Still Creating RSS Feeds?
...instead of using the Atom syndication format?
Atom is a well-defined, general-purpose XML syndication format. RSS is fractured into four different versions. All the major feed readers have ...
21
votes
6answers
16k views
Parsing Atom & RSS in Ruby/Rails?
I'm looking for something that will let me parse Atom and RSS in Ruby and Rails. I've looked at the standard RSS library, but is there one library that will auto-detect whatever type of feed it is and ...
18
votes
5answers
5k views
What is the best PHP lib/class to generate RSS/Atom [closed]
I have to produce RSS/Atom feed in various applications, and I want to know a good lib/class wich is able to produce both, and which already handle all common problems.
For example the one I used for ...
18
votes
5answers
2k views
RSS or ATOM? [duplicate]
Building a feed service, I am on the fence with which I should use. The purest in me want to push and promote ATOM, but RSS is widely adopted. Maybe the simple answer is I offer both. If I go with ...
17
votes
8answers
1k views
policy for polling rss
I have an application that polls several rss sources on the web.
What is the etiquette when polling other's web servers. How frequently to poll, etc?
What are the best practices?
17
votes
6answers
12k views
java library for reading RSS and ATOM feeds
I am looking for libraries which can read RSS / ATOM feeds in my J2EE application (based on JBoss Seam).
Is Rome the only application there for reading feeds?
I am assuming the Seam RSS integration ...
12
votes
3answers
855 views
RSS or ATOM to syndicate content? [closed]
Which is best? I always produce ATOM feeds, as they seem more comprehensive, but I'm not sure which is technically better.
12
votes
4answers
4k views
SelectNodes not working on stackoverflow feed
I'm trying to add support for stackoverflow feeds in my rss reader but SelectNodes and SelectSingleNode have no effect. This is probably something to do with ATOM and xml namespaces that I just don't ...
12
votes
2answers
399 views
Multiple authors in RSS or Atoms
As far as I can see both Atom 1.0 and Rss 2.0 don't support multiple authors. What I want is just to double check with you guys whether there is a more or less standard way for including multiple ...
11
votes
3answers
2k views
What's the best library for parsing RSS/Atom in Perl?
I notice that XML::RSS::Parser hasn't been updated since 2005. Is this still the recommended library for parsing RSS or Atomtom? Is there a better one or a better way?
11
votes
1answer
5k views
11
votes
3answers
808 views
Providing Rss and Atom feeds? Do we need both or has RSS won?
I want to provide some RSS feed(s) for my site. Is it worth providing Atom feeds? or is atom the more common feed? Is there a winner?
BTW, this relates to programming because I'm required to program ...
10
votes
6answers
3k views
How To Discover RSS Feeds for a given URL
I get a URL from a user. I need to know:
a) is the URL a valid RSS feed?
b) if not is there a valid feed associated with that URL
using PHP/Javascript or something similar
(Ex. http://techcrunch.com ...
10
votes
3answers
11k views
How do I parse and convert DateTime's to the RFC 3339 date-time format?
How do I convert a DateTime structure to its equivalent RFC 3339 formatted string representation and/or parse this string representation back to a DateTime structure? The RFC-3339 date-time format is ...
10
votes
2answers
757 views
What is the difference between an atom in Common Lisp and an atom in Clojure?
The following page talks about how atoms work in Clojure. It doesn't say a whole lot about the differences between atoms in Clojure and other lisp dialects.
What is the primary difference between an ...
10
votes
1answer
1k views
Is there a Delphi implementation of Google Data APIs?
Google offers various libraries for interfacing with the Google Data APIs. Currently these do not include Delphi (Win32) support.
Has anyone done any work on a Delphi interface to Google Data, or ...
9
votes
3answers
4k views
Getting Google Calendar events in PHP
I'm in the process of creating a blog for somebody. They want to pull in a lot of data and integrate it quite tightly into the design, so standard widgets are a no-no. That's been fine until now.
...
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:
...
8
votes
2answers
2k views
How to auto log into gmail atom feed with Python?
Gmail has this sweet thing going on to get an atom feed:
def gmail_url(user, pwd):
return "https://"+str(user)+":"+str(pwd)+"@gmail.google.com/gmail/feed/atom"
Now when you do this in a ...
7
votes
4answers
2k views
Are there CPAN modules that will help me parse an RSS or ATOM feed in Perl?
I need code in Perl for requesting and parsing ATOM and RSS feeds. Is there a CPAN module(s) for that?
7
votes
2answers
1k views
How do you generate a good ID in ATOM documents?
Apparently using the URL is no good - why is this the case, and how do you generate a good one?
7
votes
2answers
3k views
How To Add A SyndicationElementExtension To A SyndicationItem
Using the .NET System.ServiceModel.Syndication classes...
I would like to add a new SyndicationElementExtension to a SyndicationItem that will export the following XML:
<media:thumbnail ...
7
votes
1answer
2k views
What happened to Builder::XmlMarkup in Rails 3?
I'm struggling with the atom_feed method in a RoR 3 project. The method complains about a
undefined local variable or method `xml'
error so I tried passing the XML builder as an option to the ...
7
votes
1answer
115 views
Correct/Accepted Way to Update an ATOM Entry
What's to "correct" way to indicate an entry in an ATOM feed is updated?
By "correct" I mean fits into existing specifications and something feed readers will notice and mark as new/unread.
All the ...
6
votes
6answers
10k views
Reading Atom feed of gmail account from C#
I have a project that will send an email with certain data to a gmail account. I think that it will probably be easier to read the atom feed rather than connect through pop
the url that I should be ...
6
votes
2answers
4k views
Pagination in feeds like ATOM and RSS?
Is this even possible?
Perhaps?
<link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link>
6
votes
2answers
4k views
No Nodes Selected from Atom XML document using XPath?
I'm trying to parse an Atom feed programmatically. I have the atom XML downloaded as a string. I can load the XML into an XmlDocument. However, I can't traverse the document using XPath. Whenever I ...
6
votes
9answers
717 views
RSS/Atom for professional use
I wondered if anyone can give an example of a professional use of RSS/Atom feeds in a company product. Does anyone use feeds for other things than updating news?
For example, did you create a product ...
6
votes
3answers
1k views
Simple AtomPub server library
What simple AtomPub server libraries with file- or DB-based backends can you recommend? Unix-style servers that "do one thing, do it well" are especially welcome.
Maybe even libraries in Python?
6
votes
2answers
933 views
Access to old, no longer available, Feed entries
I am working on a project that requires reliable access to historic feed entries not necessarily available in the current feed of the website. I have found several ways to access such data, but none ...
5
votes
2answers
4k views
'OR' operator in XPath predicate?
What is the XPath expression to select <link> elements with type="application/rss+xml" OR type="application/atom+xml" (RSS and Atom feeds)
link[@rel='alternate'][@type='application/rss+xml'] ...
5
votes
2answers
454 views
What RSS parser should I use in PHP?
I am searching an RSS parser written in PHP. The problem is not that I cannot find one. The problem is that there are too many and it's hard to decide which one to use (especially when I have no ...
5
votes
2answers
1k views
Selecting author name field from Atom feed using LINQ (C#)
I'm trying to select the "name" field from the author node in an ATOM feed using LINQ. I can get all the fields I need like so:
XDocument stories = XDocument.Parse(xmlContent);
XNamespace xmlns = ...
5
votes
3answers
363 views
HTTP Response 412 - can you include content?
I am building a RESTful data store and leveraging Conditional GET and PUT. During a conditional PUT the client can include the Etag from a previous GET on the resource and if the current ...
5
votes
2answers
1k views
YouTube Videos in Blogger Atom/RSS feeds
I'm trying to view a feed from my blogger account both from a Ruby on Rails app, and Safari's feed reader. All of the simple HTML (like paragraphs and images) is interpreted just fine, but embedding a ...
5
votes
1answer
302 views
Why we are using atoms in rest?
I've seen many times xml in rest web services, having the following format:
<author>
<atom:link rel="author" type="application/xml" href="http://www.../author/1"/>
</author>
...
5
votes
1answer
1k views
rss and atom content type
I have a problem with my feed's content-type:
When I set the content-type to "application/rss+xml" or "application/atom+xml" the Firefox will render it current (and displays the default subscribe ...
4
votes
3answers
3k views
Sax parsing and encoding
I have a contact that is experiencing trouble with SAX when parsing RSS and Atom files. According to him, it's as if text coming from the Item elements is truncated at an apostrophe or sometimes an ...
4
votes
2answers
547 views
Something like pubsubhubbub that does not depend on google app engine
I am looking for something like pubsubhubbub that does not depend on google app engine to run.
What I need is a tool that can track for me a big very large number of rss or atom feeds and issue ...
4
votes
7answers
5k views
Is there a PHP feed reader for both RSS and ATOM? [closed]
I need a PHP library/script that can retreive data from feeds, no matter if they are RSS or ATOM, because I want users to insert random feeds which will then be stored in a database. It would also be ...
4
votes
3answers
2k views
adding html to my RSS/Atom feed in Rails
The default rails XML builder escapes all html so something like:
atom_feed do |feed|
@stories.each do |story|
feed.entry story do |entry|
entry.title story.title
...
4
votes
3answers
2k views
How to create an atom feed in Rails 3?
I'm trying to set up a simple atom feed from my Posts model and I'm running into translation problems between rails 2 and rails 3.
I tried to accomplish this task with two steps:
Added the <%= ...
4
votes
1answer
665 views
Rails AtomFeedBuilder Entry :Url option appears in url tag but not in link tag
I'm using the AtomFeedHelper and everything is working fine except for one feed where I need to link each entry to a URL which is not the default polymorphic_url for the record.
Per the documentation ...
4
votes
1answer
735 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 ...
4
votes
1answer
1k views
How to determine feed type of a .NET SyndicationFeed (RSS vs Atom)?
Is it possible to determine from the System.ServiceModel.Syndication.SyndicationFeed instance what type of SyndicationFeed is being read? If all I have is the url (blahblah.com/feed) it might be rss ...
4
votes
2answers
2k views
LINQ with ATOM feeds
I am trying to create a simple Silverlight application that calls an ATOM feed and displays the article title and submit date. I found this very easy to do with RSS feeds and LINQ but I am stuck ...