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
17
votes
1 answer

How To Tell Web Browsers About Atom Feeds

My website has an Atom feed and I want to make it easier to subscribe to it. I see that many sites such as StackOverflow have the Atom icon in the location bar in Firefox 3. I haven't, however, been able to work out how. I assume some HTML is needed…
PythonPower
17
votes
3 answers

Update Private Gallery atom such that VS shows that an extension update is available

I'm using a Visual Studio Private Gallery to publish a VSIX internal to my company. My VSIX shows up in the "Online" section of "Extensions and Updates" in Visual Studio 2012 and I can install it from there: However, once it's installed, I can't…
16
votes
2 answers

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 authors except like so: Auhtor A., Author…
Sergej Andrejev
  • 9,091
  • 11
  • 71
  • 108
16
votes
3 answers

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 the feed which we will provide (or use some open…
Pure.Krome
  • 84,693
  • 113
  • 396
  • 647
16
votes
4 answers

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 understand yet. I have gotten it to work by…
sieben
  • 2,161
  • 4
  • 23
  • 31
15
votes
3 answers

Detecting new new items in a RSS feed

What is the best way to detect when a feed has been updated? Say I have an application which polls the feed every 15 minutes. How do I find out if new content has been added or not? For RSS as well as Atom feeds.
haden
  • 164
  • 1
  • 6
15
votes
2 answers

How can I access a GitHub private project RSS feed?

Is it possible to read activity of a GitHub private repository and of its branches?
denysonique
  • 16,235
  • 6
  • 37
  • 40
14
votes
4 answers

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 Atom? Is there a better one or a better way?
xenoterracide
  • 16,274
  • 24
  • 118
  • 243
12
votes
3 answers

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. They have a public access Google Calendar with…
Oli
  • 235,628
  • 64
  • 220
  • 299
11
votes
1 answer

Adding Images or Thumbnails to Atom 1.0 Entries

This StackOverflow answer suggests that you should use HTML entry content and use a standard tag to link to your images.
Muhammad Rehan Saeed
  • 35,627
  • 39
  • 202
  • 311
11
votes
1 answer

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 the underlying Atom/AtomPub protocols?
11
votes
1 answer

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 specifications I've found say there's support for…
Alana Storm
  • 164,128
  • 91
  • 395
  • 599
10
votes
2 answers

Twitter search (atom) API - exclude retweets

I am using the Atom search API from Twitter. Now I present all (newest 5) tweets with a certain word. But unfortunately, many people retweet this one post and I get the same post 5 times. Can I exclude retweets? If so, how?
planIT
  • 241
  • 1
  • 2
  • 8
10
votes
1 answer

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 browser, it authenticates and forwards you. But in…
Demon Labs
  • 339
  • 2
  • 6
  • 15
9
votes
2 answers

Is there a way to check update for particular npm package using rss/atom or other similar way?

I found only this thread when an user ask similar question but without answer. ( https://github.com/npm/npm-registry-couchapp/issues/17 ) I know two sites that are repositories of NPM packages: https://www.npmjs.com http://libraries.io And I can't…
rsk82
  • 28,217
  • 50
  • 150
  • 240
1
2
3
45 46