Questions tagged [syndication]

Syndication is the process of publishing data in a common format so that it can be distributed to multiple clients.

Syndication is intended to facilitate distribution for data which is updated frequently or based on a schedule. Client software can be configured to check for updates periodically and trigger automatic updates, revision control, or archiving.

References

81 questions
0
votes
1 answer

how clear client cached images embedded in Web feed items being updated

I am publishing Web Feeds containing charts embedded in the feed items in form of pictures and returned to the client polling the web feed using a MVC action, /RSS_Img/filename. Some of the charts get updated together with the feed item and I'd like…
eddo
  • 2,094
  • 1
  • 25
  • 31
0
votes
1 answer

How to efficiently check if a result set changed and serve it to a web application for syndication

Here is the scenario: I am handling a SQL Server database with a stored procedure which takes care of returning headers for Web feed items (RSS/Atom) I am serving as feeds through a web application. This stored procedure should, when called by the…
eddo
  • 2,094
  • 1
  • 25
  • 31
0
votes
1 answer

How to open an article of the RSS feed in a new form?

Do you know what to add to the code to open desired article from the RSS feed. In a new form. In a new form I should get Title and Content of the article, Image is optional Here is my code where the list of articles is: private void…
Goran303
  • 591
  • 1
  • 6
  • 16
-1
votes
1 answer

Bring freshly updated content to web site

What technology can be used on my website to bring in daily fresh updated content, like News RSS feed from a famous news website,... etc?
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
-1
votes
1 answer

How does Syndication work in Django?

Why this (hopefully) isn't a broad question: I've been looking at the Django source code on syndication. I understand functionally what these feeds are and what they do but I'm not sure how the magic happens. Actual question: What is Django doing…
theWanderer4865
  • 861
  • 13
  • 20
-3
votes
1 answer

How do I take an RSS feed from wordpress.com and add the newest post of the feed to another website?

I am building a static site using php files. On the index.php file, I need to dynamically pull the RSS feed of a certain wordpress.com blog. The only information I need to pull is the excerpt content of the newest post (1 post total). When the…
micah
  • 1,937
  • 6
  • 27
  • 40
1 2 3 4 5
6