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

How to two different tags for images from different feeds as one single tag in yahoo pipes?

I am reading 3 or 4 news rss feeds from different websites, and merging them in yahoo pipes. I am displaying one image from each news item. Now I am facing two problems. 1> The images are provided in different tags in different feeds. The different…
0
votes
1 answer

ATOM XML is not accepted by IBM Connections Server

I want to post this XML (generated by C# SyndicationItem ) to an IBM Connections 4.0 OAuth EndPoint: https:/HOSTNAME/forums/oauth/atom/replies?topicUuid=ee5878b5-65d4-4d44-8192-367e49c30e91 The servers return error 400, bad request. What could be…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
2 answers

Need Only New and Updated Entries from ATOM, RSS

Is there an ATOM Client or framework that enables capture of a feed entry EXACTLY once? If not, what is the best architecture? We would like to parse an ATOM feed, persisting all syndication feed entries locally as individual records (in…
Net Dawg
  • 518
  • 1
  • 6
  • 10
0
votes
2 answers

How can I get my content from a Joomla blog into Blogger or Wordpress?

I have an old joomla site (v 1.0.11) that I would really like to move over to Blogger or Wordpress. The commenting on the site uses AkoComment which was an add on module. Basically, I want to transfer: posts comments users css I haven't found a…
Brian
  • 3
  • 3
0
votes
1 answer

Using Javascript to pull data from an RSS Atom feed

I have written a webpage that takes in an XML file from an RSS and parses it by certain tags. I have tested it on a local copy of the data I am planning on using and it works fine. The catch is that I cannot figure out how to call an RSS file on a…
0
votes
2 answers

Is it exists any "rss hosting" with API for creating feeds

I am creating a desktop app that will create some reports. I want to export these reports as RSS or ATOM feeds. I can easily create feeds with Rome lib for Java. But I have no idea how to spread them. I thought about embedding httpd into my app, but…
Maciek Sawicki
  • 6,717
  • 9
  • 34
  • 48
0
votes
1 answer

Is there a way to display javascript content in blog feeds

Does RSS/Atom have a semi-official method of including active (read:javascript) content in it's items? I know about RSS enclosures, but I'm presuming that's for true multimedia - ie mp3 and the likes. Say I have a bit of remote javascript I want to…
citronic
  • 9,868
  • 14
  • 51
  • 74
0
votes
1 answer

How to identify nonpubsub feeds using SyndicationFeed class in C#

I have so many RSS and atom feed urls. I am using SyndicationFeed class for reading content of these feeds. After viewing page source we can identify, because every feed with pubsubhub feature always have rel="hub" attribute. eg. Suppose I have two…
0
votes
1 answer

PHP Atom feeds are not showing

I'm using PHP to generate feeds, which is working perfectly fine on my local development sandbox. Once I upload to the server, I get a blank page. I know the programming is correct, because it works fine on my local box. What do you think the…
somejkuser
  • 8,856
  • 20
  • 64
  • 130
0
votes
1 answer

Search.twitter.com Atom Feed doesn't work (?)

I'm using the Joomla 1.5 Feed module to display Tweets on my website. Now it suddenly doesn't work anymore (it was still working yesterday). Is anyone aware of any changes Twitter made in their syntax or anything? I'm using the following line to get…
0
votes
2 answers

indexing Json and Atom from googleapi and twitterapi in solr

I am an intern building a search engine for my company. This search engine should search for data using different APIs in addition to a web crawler and then index the returned data. I thought about using solr to index this returned data. I would…
Omar Jaafor
  • 161
  • 3
  • 12
0
votes
1 answer

Allow images in AtomPub ASPNET Web Api Server

I'm trying to create an Atompub service with ASP.NET WEB API, all it's ok but when I try to post any image from Windows Live Writer I get an error "The blog doesn't allow the image load" I'm reading the ietf doc. My services controller code: public…
user1229323
0
votes
0 answers

Appropriate max_length for atom id field?

I am using atom feeds within a Django application, and was planning on using a CharField to represent the id field of an entry. Given that max_length is required, what would be an appropriate length?
jvc26
  • 6,363
  • 6
  • 46
  • 75
0
votes
1 answer

In PHP, create an ATOM Feed from an RDF based RSS Feed

Because of a legacy system I have that produces an old RDF based RSS 1.0 Feed, and the inability of most of the RSS Readers to handle HTTP Basic Auth, I'd like to have a PHP script that reads this feed and produces an ATOM feed from it (as I have a…
Akku
  • 4,373
  • 4
  • 48
  • 67
0
votes
0 answers

Qt5 QXmlStreamReader don't load any data

I am trying to parse some xml file ( rss/atom data ) in Qt5, I am getting file from server trough QNetworkAccessManager and QNetworkReply, then tried to put it into QXmlStreamReader but it does'nt take any data from reply.readAll(), I write it all…
amnestia
  • 3
  • 3