Skip to main content

Questions tagged [atom]

5 votes
0 answers
74 views

We have a Slack integration with https://stackoverflow.com/feeds/tag/kedro, but from time to time we get questions that are completely unrelated and are not tagged with the kedro tag. For example, a ...
user avatar
7 votes
0 answers
107 views

The issue is still not fixed and happened again with this feed: https://stackoverflow.com/feeds/tag?tagnames=prestashop&sort=newest https://validator.w3.org/feed/check.cgi?url=https%3A%2F%...
Léa Gris's user avatar
  • 321
7 votes
0 answers
112 views

The atom:id field of the Hot Questions feed uses the URL of a question, including the slugs which can change over time as it uses words from the question's title. With the current scheme, <id> ...
user avatar
3 votes
0 answers
71 views

We have got an Atom feed set up in our chatroom, and it is never posting any messages into the chatroom. The Atom feed url is: https://github.com/skiwi2/JavaLuaInteropTest/commits/master.atom We did ...
skiwi's user avatar
  • 327
3 votes
1 answer
1k views

I'm trying to use https://data.stackexchange.com/stackoverflow/atom to get stackoverflow data. But I have some problems. One of my request is to get the posts with specific tags, for example odata. (...
QianLi's user avatar
  • 133
3 votes
3 answers
415 views

The following Atom feed has invalid characters, and is making my reader app crash because the XML library cannot parse it: https://stackoverflow.com/feeds/tag/windows-8.1%20OR%20windows-store-apps%...
kiewic's user avatar
  • 139
4 votes
1 answer
97 views

The feeds from https://stackexchange.com/filters (or at least the three I have setup) have just stopped working. Appears there is some extra whitespace before the XML declaration (<?xml version=&...
Richard's user avatar
  • 2,429
2 votes
1 answer
195 views

Possible Duplicate: Provide RSS feeds for site specific newsletters It would be really nice to have the content from the "best of the week" emails as RSS/Atom feeds: one item for each email (just ...
Abbafei's user avatar
  • 221
1 vote
1 answer
46 views

The root of the user responses feed returns: <updated>4/21/2011 3:52:49 PM.ToAtomFeedDate()</updated> The funny ToAtomFeedDate() is too difficult for my humble reader! It would rather see:...
Arjan's user avatar
  • 28.3k
12 votes
1 answer
599 views

I made my own Atom parser on my server to parse some Atom feed from stackoverflow. But this ressource don't have cache-control. For instance if you fetch headers of https://stackoverflow.com/feeds/tag/...
shingara's user avatar
  • 253
12 votes
1 answer
1k views

I'd like to monitor the questions tagged with several tags, say t1 and t2. How can I get a single feed containing questions tagged with either t1 or t2 without any duplicates?
reprogrammer's user avatar