Tagged Questions

Atom is an XML based news-feed format

learn more… | top users | synonyms

39
votes
13answers
7k 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 ...
37
votes
5answers
9k 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.
28
votes
13answers
4k 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 ...
26
votes
7answers
17k 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?
17
votes
5answers
2k 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 ...
14
votes
8answers
710 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?
11
votes
5answers
1k views

RSS or ATOM?

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 ...
11
votes
3answers
601 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 ...
11
votes
6answers
10k 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 ...
11
votes
3answers
602 views

RSS or ATOM to syndicate content?

Which is best? I always produce ATOM feeds, as they seem more comprehensive, but I'm not sure which is technically better.
11
votes
5answers
3k views

What is the best .Net library to handle feeds (Atom+RSS)

We use RSS.Net (old and not maintained, but there's a more recent fork) to parse RSS feeds. We wrote a similar library to parse Atom feeds and managed to extract a common interface from both, this way ...
10
votes
2answers
185 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 ...
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
2answers
430 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 ...
9
votes
7answers
2k 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 ...
9
votes
4answers
2k 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 ...
9
votes
3answers
8k 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 ...
8
votes
3answers
2k 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. ...
7
votes
3answers
336 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?
7
votes
5answers
4k 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 ...
7
votes
2answers
2k views

Is there any defined atom syndication xml schema?

Yep, I asked it. There is no more thing to tell :) Thanks in advance.
6
votes
4answers
302 views

In clojure, is (= 'a 'a) referring to the 'same atom'?

In some implementations of Common LISP we can say that for the following expression (eq 'a 'a) Is true because 'a and 'a are the "same atom". This may be implementation dependent, but it seems ...
6
votes
1answer
1k 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 ...
6
votes
2answers
1k 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 ...
6
votes
3answers
803 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
502 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
4answers
1k views

What is the difference between RSS and ATOM feeds?

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?
5
votes
2answers
694 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
2answers
2k 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 ...
5
votes
6answers
7k 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 ...
5
votes
1answer
2k 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 ...
5
votes
9answers
543 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 ...
4
votes
3answers
1k 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
5answers
695 views

Link to RSS/Atom feed, relative, doesn't work in Firefox

I have a weird problem. I generate a HTML page, hosted let's say at http://www.x.com/stuff which contains <head> <link type="application/atom+xml" rel="alternate" href="/stuff/feed"/> ...
4
votes
1answer
171 views

I cannot select <title> tag in Atom XML using jQuery

I get Atom data through Ajax using jQuery. I write $(xhr).find('entry id').eq(0).html(); is OK. But $(xhr).find('entry title').eq(0).html(); can not select anything. title tag is actually ...
4
votes
4answers
300 views

What is the difference between an atom and a symbol in Common Lisp?

Are there any differences between what in Common Lisp you'd call an atom, and a symbol? Do these differences extend to other languages in the Lisp family? (I'm aware that atom has a different ...
4
votes
1answer
515 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
3answers
200 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 ...
4
votes
2answers
1k 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 ...
4
votes
3answers
387 views

Linking to full category pages using the category tag in RSS 2.0

Using the category tag in RSS 2.0: <category domain="http://mysite.example.com/tags"> Science and Technology </category> How would I provide an additional URL to the page that shows ...
4
votes
4answers
1k 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?
4
votes
2answers
888 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 = ...
4
votes
3answers
1k 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 ...
3
votes
1answer
96 views

How to convert Atom to RSS?

I've been searching around for a way to convert an Atom feed to an RSS feed. I tried atom2rss but it only gave me the first paragraph or so of the document, then truncated it. Is there any way I could ...
3
votes
1answer
77 views

Deatomizing a map

I have atoms in maps, which may or may not be a good idea, but the point is I needed to deref the atoms so I could json-str the maps, and json-str can't handle atoms, so I wrote this: (defn ...
3
votes
1answer
85 views

REST API versioning when using Atom for resource collections

I know this is something that has been discussed over and over, and I have done extensive research to get where I am so far, but can't seem to get over the final hurdle. I am designing a custom REST ...
3
votes
0answers
82 views

Retrieving ETag attribute with Feedparser

I know that Feedparser supports retrieval of the ETag header (http://www.feedparser.org/docs/http-etag.html), but the feed I'm retrieving includes 'etag' as an attribute in the content node, for each ...
3
votes
1answer
342 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 ...
3
votes
1answer
128 views

Clojure - reset! atom causing a stack overflow

I am learning clojure and just playing with atoms and refs. Here is a simple tree implementation, but it is causing a stack overflow when executing the add-child method: (ns mytree) (defprotocol ...
3
votes
1answer
562 views

Xlib How Does This (Removing Window Decoration) Work?

How does the following code remove window borders? //note the struct is declared elsewhere, is here just for clarity. //code is from [http://tonyobryan.com/index.php?article=9][1] typedef struct ...

1 2 3 4 5 8