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
2 answers

Using and formating an RSS feed

Ok, here is my RSS feed link http://jacobnlsn.com/wordpress/?feed=rss. And I am looking to format it so it fits in the upper right hand spot of my header. My website is here http://jacobnlsn.com/. Its the black box in the upper right hand corner.…
Jacob Nelson
  • 2,946
  • 5
  • 33
  • 41
0
votes
1 answer

load all items from one Atom RSS feed

I'm using SimplePie and it gives me a headache. First, let me explain what I'm trying to do. My friend, for which I'm making a website, already has blog with not so few posts and I want to load all items from there, parse them and display them if…
Kristjan O.
  • 814
  • 1
  • 9
  • 33
0
votes
1 answer

android How to parse atom feed?

I am doing a task based on retrieving images from the picasa public albums. It's returning response in the atom feed format. Here is the response snippet im getting from the picasa.
wolverine
  • 1,665
  • 5
  • 24
  • 43
0
votes
3 answers

How do I replace the ' (quotation) character using a MySQL statement

I'm trying to create and XML feed with the result set of a SQL query. One of the fields contains ' characters which is causing an error in the resulting XML file. How do I replace the ' character. I've read posts that suggest something…
nabid
  • 1
0
votes
0 answers

Cache-control: why two different max-ages

I'm reading an atom-feed from Twitter. I want to know how often I should consult the feed (i.e. throw it the query URL), in order not to miss any results. The header cache-control line has two different max-ages: Cache-Control: max-age=15,…
RolfBly
  • 3,612
  • 5
  • 32
  • 46
0
votes
1 answer

Best Architecture - What's the best way to listen to an atom feed in java?

I am reading Atom feed in Java , i do this at regular intervals of 30 seconds, Based on the feed i must show a different UI. I am not happy polling for feeds every 30 seconds, and would like to know if a better architecture exists to tackle this…
0
votes
1 answer

How can I import a CSS stylesheet into Atom content?

I'm publishing an Atom feed, and I'd like to start including basic CSS for the content. Of course I'm not expecting it to be used by every reader, but it would be nice to support the readers that can use styles. Is there any way to include CSS in…
zildjohn01
  • 11,339
  • 6
  • 52
  • 58
0
votes
1 answer

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 in 'Feed overview' list, but when I clicked on…
fxgreen
  • 424
  • 1
  • 10
  • 24
0
votes
1 answer

SimplePie won't display latest posts from Facebook Atom feed

First question posted so sorry in advance if this has already been covered and I just couldn't find the answer. I'm using SimplePie 1.2.1 to display an Atom feed of a client's Facebook wall on their corporate web page. It seems to work pretty well…
be OH be
  • 33
  • 4
0
votes
1 answer

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 = feedparser.parse('http://karanjthakkar.wordpress.com/feed/') print d.feed.title The…
Karan Thakkar
  • 414
  • 2
  • 9
  • 26
0
votes
1 answer

How do I set WordPress plugins to do cron jobs?

We are looking for an autoblogging WordPress plugin for Atom/Rss feeds (must support Atom). The problem is, I tried 4 autoblogging plugins, but none of them run its cron jobs on time. I want the plugin to update every hour, or at least 4 times a…
Uri
  • 2,992
  • 8
  • 43
  • 86
0
votes
0 answers

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 it to update it?
Ondřej Mirtes
  • 5,054
  • 25
  • 36
0
votes
1 answer

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 frequently. Will using an RSS/Atom feed cause new pages to…
Reed
  • 14,703
  • 8
  • 66
  • 110
0
votes
1 answer

How to find out if a feed has updated without etag and modified headers in response?

I'm parsing an atom feed using feedparser. The response headers keys sent back when I make a request are date,content-length,content-type,charset,connection,server. Here's the starting point of the feed,
gizgok
  • 7,303
  • 21
  • 79
  • 124
0
votes
1 answer

Print atom web feed how to

I'm using this code to print a atom web feed. how do i get access to one of the images in the link rel='enclosure'? can anybody help me please? I just want to print one image on my screen, but i don't know how to get access to one of the four link…
Niels
  • 425
  • 5
  • 9
  • 22