Atom is an XML based news-feed format

learn more… | top users | synonyms

4
votes
1answer
190 views

I need to read email body using mail feed atom [duplicate]

i got a code from a website to read gmail content in that code they are using https://mail.google.com/mail/feed/atom From this i can get 1. mail title 2. mail from (name and email) 3. subject of ...
0
votes
0answers
59 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 ...
2
votes
0answers
179 views

Why is my ZF2 MVC App Using PhpRenderer instead of FeedRenderer?

I have a controller class that extends Zend\Mvc\Controller\AbstractActionController. I want one of the action method to generate an atom feed. I enabled the ViewFeedStratagy in module.config.php: ...
0
votes
1answer
52 views

Hyperlinks in custom Atom feed don't work in feed readers

I'm tying to generate an Atom feed for my link blog and distribute it with FeedBurner. I've run into a strange problem where neither the original XML file on my server, or FeedBurner's feed, display ...
0
votes
0answers
60 views

client side display results of asynchronous tasks [django]

I'd like to know if there is a better way/pattern of doing what i have in mind. I have a server side process that executes asyncronous tasks. Am planning to use celery for this. the asynchronous ...
0
votes
1answer
36 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
144 views

Using Ruby's RSS class to parse both Atom and RSS

I want to use Ruby's RSS class to parse both Atom and RSS feeds, so I can pull the links from them. How do I distinguish between the two types inside the code? I've got a parser response readied like ...
1
vote
0answers
54 views

The Sound of Hydrogen using the NIST Spectral Database

In this video: http://www.youtube.com/watch?v=IhvW8yZdE5A The "Sound of Hydrogen" is created using the NIST Atomic Spectra Database and then importing this edited data into Mathematica to modulate a ...
-1
votes
1answer
19 views

Where to find probability density plots for all elements? [closed]

Does anyone know where I can find something similar to this, but for all elements? I would love to find something with the same image quality. Also, is there any software that can produce images ...
0
votes
1answer
53 views

How to catch XML Dom with php regex

I got some XML Atom files on local. On all of those files, there are some <author>...</author> balise that I want to catch in a PHP string variable. So I did that : function ...
0
votes
1answer
22 views

Is there a standard way to list entry tags in an Atom feed?

Say I have a series of tags (such as "travel", "Paris", "cheese") attached to a post or entry. Is there a standard way of listing those tags in an Atom feed? Even if there isn't, is there a de facto ...
0
votes
0answers
79 views

Can't Parse Date From Google Calendar RSS

I am attempting to parse a Google Calendar's XML. It is formatted with Atom. http://www.google.com/calendar/feeds/ocacademy.org_jmkipctro55bhnon1s2s25v28s%40group.calendar.google.com/public/basic ...
0
votes
1answer
333 views

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 ...
0
votes
1answer
51 views

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 ...
0
votes
1answer
95 views

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 ...
0
votes
0answers
54 views

Atom feed time and different readers

I'm getting very different results from different feed readers when it comes to the time of an entry. Originally I have the time as 2013-01-07 15:26:01.0 on my server in my timezone (EST). In the ...
0
votes
2answers
61 views

img tags not rendered as html in Atom Feed Rails

entry.content "<img src=#{resource.image.url(:medium)} width='280', height='180'>".html_safe, :type => 'html' However when I view it in Chrome the output is as follows: <content ...
0
votes
0answers
119 views

Utilize an atomsvc file in vb.net

My company must be using sharepoint 2010. For a intranet page, there is a link for a datafeed. It creates a file with the extension .atomsvc I've done a ton or research and I've found PowerPivot ...
0
votes
0answers
68 views

SimpleXmlElement constructor generates error on one server, but doesn't on another

I used the same piece of code with the same test URL. My localhost and my public web server both run Ubuntu, they both have Simplexml support enabled and Schema support enabled. My localhost runs PHP ...
0
votes
1answer
65 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
91 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 ...
3
votes
1answer
324 views

How to Add CSS Reference to .NET SyndicationFeed?

I have created a simple SyndicationFeed with many SyndicationItems. Each SyndicationItem has HtmlContent. The HtmlContent is a table. This displays OK, but now I need a minimum of styling/padding on ...
3
votes
1answer
141 views

Passing Objects into Template::Toolkit

I'm writing a script to pull my Stackoverflow activity feed into a webpage, it looks something like this: #!/usr/bin/perl use strict; use warnings; use XML::Feed; use Template; my ...
0
votes
0answers
126 views

Rails: Atom Feed Displays As Untitled in Google Reader

I am attempting to implement an Atom feed for a blog I am developing. So far so good, I am creating an almost validated feed which I can read through Google Reader. 99% of the way there. However, when ...
0
votes
1answer
232 views

Import custom Atom feed in PowerPivot

Question: I have created a sample xml document containing data conforming to the atom 1.0 schema. When I import the contents of this file (for testing purposes) in PowerPivot, it creates columns for ...
0
votes
0answers
110 views

Deserialize/ Parse Atom feed returned by SAP Gateway

I am trying to deserialize/parse atom feed returned by the SAP gateway in actionscript. Is there any deserializer available to convert this atom feed into ArrayCollection/Object? How can i ...
0
votes
1answer
243 views

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 ...
0
votes
2answers
106 views

Feed URL detector for an URL

I'm looking for a code or service that can detect feed URL(RSS or Atom) of a website automatically. thanks a lot
0
votes
1answer
101 views

Atom to RSS Conversion Tool in Python

This post is really going to show my lack of knowledge with the two formats, but does there exist a tool that will convert an Atom document into an RSS document? I'm hoping there is a pre-existing ...
0
votes
1answer
104 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
2answers
68 views

In Coq, why use Atom and how to construct it?

I'm currently working with vellvm, developing a transformation on it. I'm a coq newbie. This is the atom implementation: http://www.cis.upenn.edu/~plclub/popl08-tutorial/code/coqdoc/Atom.html In ...
0
votes
1answer
89 views

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 ...
0
votes
0answers
636 views

Facebook RSS feed (atom deprecated?) [closed]

Over the last few days, it seems as if the RSS feeds for Facebook are not working (whereas they were a week ago). I've had success up until now with both ...
0
votes
1answer
72 views

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

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 ...
1
vote
1answer
127 views

Exposing localhost:8080 (PubSubHubBub hub) to Internet on AWS [duplicate]

Possible Duplicate: Possible to test website with GAE over LAN in Mountain Lion? I've got a hub running on localhost from this example. But as my lynx-browser is not too hot on jQuery ...
0
votes
0answers
55 views

Inserting Database Information Into RSS Feed

This is the current code for my RSS Feed: <?php header("Content-type: text/xml"); ?> <?php echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; ?> <?php ...
0
votes
1answer
91 views

Random Number in RSS feed

This is what I currently have for my PHP file: <?php header("Content-type: text/xml"); ?> <?php echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; ?> <rss version="2.0"> ...
1
vote
2answers
137 views

Writing a ruby script that parses xml to distribute to non-coders

I am creating an open source workflow that will tie an OS X application Devonthink to Zotero in the following manner: An AppleScript called inside the OS X app devonthink will run a Ruby script via ...
0
votes
2answers
210 views

Simple XML Element fail to parse a <link type=“”> string from an .atom file

I've this piece of code taken by a .atom document wrapped with file_get_contents: <entry> <link type="text/html" rel="alternate" href="..."/> </entry> My goal is to extract ...
0
votes
0answers
32 views

Atom's source viewer in IE

The View Source of atom feed in IE10 launches Notepad. Is there a way to set default source viewer for atom feed to the one used for HTML/SVG documents in IE?
0
votes
3answers
157 views

Erlang: Can I get a list of all currently-registered atoms?

My project has blown through the max 1M atoms, we've cranked up the limit, but I need to apply some sanity to the code that people are submitting with regard to list_to_atom and its friends. I'd like ...
0
votes
1answer
69 views

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 ...
1
vote
0answers
140 views

Java parsing atom xml in entity object

I am working on a Java client application which will use REST webservices of different servers to exchange resources between the servers. In most of the cases, resources are in the form of atom xml. ...
1
vote
2answers
160 views

YouTube Playlist API Returning 404 Error

All of a sudden all my YouTube videos on my site have disappeared, I am using the following URL to get the information from the Playlists(changing the playlist id as needed): ...
0
votes
0answers
216 views

Troubleshooting Newsstand ATOM feed

I'm currently working on a magazine app compatible with iOS Newsstand feature. I've set everything up and the only thing left is the ATOM feed which should automatically update current issue on the ...
1
vote
1answer
32 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
63 views

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, ...
1
vote
1answer
326 views

How to read an Atom Feed in VB.Net

I have searched and searched and searched enough until my Head aches! What I am trying to do is take an ATOM feed from here: National Weather Service Alerts and incorporate it into my program, ...
1
vote
0answers
67 views

Atom/RSS Feeds as Static Files on Subdomain

Am about to implement syndication for a site that will (hopefully!) have many feeds. My first thought is to generate XML files with the feed content every 5 minutes or so (only if there are changes), ...
4
votes
1answer
66 views

Android: how to get link from Atom

I'm making RSS reader for Android but I have problem with Atom. In RSS 2.0 I get link with this: if (xpp.getName().equalsIgnoreCase("link")) and it's made like this: ...

1 2 3 4 5 11