Questions tagged [feed]

A web feed is a data format used for providing users with frequently updated content.

A web feed is a data format used for providing users with frequently updated content.

A typical scenario of web feed use is:

  • a content provider publishes a feed link on their site which end users can register with an aggregator program (also called a feed reader or a news reader) running on their own machines;
  • doing this is usually as simple as dragging the link from the web browser to the aggregator. When instructed, the aggregator asks all the servers in its feed list if they have new content;
  • if so, the aggregator either makes a note of the new content or downloads it. Aggregators can be scheduled to check for new content periodically. Web feeds are an example of pull technology, although they may appear to push content to the user.
2620 questions
7
votes
4 answers

How to add line breaks in RSS feeds?

I'm building my own custom RSS feed in PHP. I want the tag to contain line breaks to make the text more readable. However, I can't seem to figure out how to do it correctly. No matter what I try some RSS reader interprets it incorrectly. Is there…
Candidasa
  • 8,580
  • 10
  • 30
  • 31
7
votes
1 answer

How to read all articles from a RSS feed?

I am using Python feedparser to read articles from a RSS feed. However, only the first page of articles can be read. Is there any other lib/package can read all articles of a RSS feed? Similar question @ SO: Feedparser - retrieve old messages from…
northtree
  • 8,569
  • 11
  • 61
  • 80
7
votes
1 answer

Scala Parsing RSS/Atom feeds

Does anyone know a good library/jar to parse RSS/Atom Feeds? I'd like to stuff a URL in, and want to get the news-items in a homogenous way. (Means: it should not matter whether the Source contains an Atom or RSS feed. I just want "Items" back.)…
Maximilian Stroh
  • 1,086
  • 1
  • 10
  • 26
7
votes
3 answers

Rss feed for a category in wordpress

I want to get the RSS Feed for only one specific category in wordpress. Anyone can help me?
Manpreet Singh
  • 71
  • 1
  • 1
  • 2
6
votes
4 answers

Most common standard to provide a feed of upcoming events via web

What are common methods / official standards for surfacing event or calendar data? My use case is that I want to aggregate event information from several different websites into a single calendar or event listing (this is on an intranet, we have…
Joel
  • 814
  • 2
  • 9
  • 19
6
votes
1 answer

embed twitter hashtag feed in a web page

I want to embed a twitter hastag feed in my web page, as a widget ( like the attached picture ) can any one help?
Namoat
  • 77
  • 1
  • 4
6
votes
0 answers

Embed Facebook Event Feed on Website

I've found a few really old answers that do not work. I am building a website for my church. What I want to do is have a feed that shows events from Facebook, that way when the lady that does our social media adds an event it will automatically…
6
votes
2 answers

How to make an "empty" RSS feed

I'm kind of new to rss feeds, but I'm able to create a feed dynamically using PHP and it works great. My problem is that occasionally the feed doesn't have any items (I limit the age of feed items to 60 days, and sometimes nothing has happened in…
neomech
  • 303
  • 1
  • 5
  • 16
6
votes
4 answers

News sources for python django

I find myself continually sifting through the net to keep up with Python/Django/web development trends and news. Does anyone recommend any good news sites that focus on web development or they Python community? For example, what new Django modules…
Joe J
  • 9,985
  • 16
  • 68
  • 100
6
votes
5 answers

Embedding LinkedIn company updates / feeds

We have created a SharePoint 2010 web part where we display our company feed from https://www.linkedin.com/company/"Name of Company"/. End-users need to login the first time (that is ok). But even though they login using their personal LinkedIn…
Jacob Schou
  • 61
  • 1
  • 1
  • 2
6
votes
2 answers

How to get more Feed items?

How would I get the next page or more results for a feed? For example, when I go to Security Now feed page, there is no "next" link of any kind and the url parameter of "page=100" does nothing: http://leoville.tv/podcasts/sn.xml I get only 1 page of…
Andriy Drozdyuk
  • 58,435
  • 50
  • 171
  • 272
6
votes
6 answers

merge rss feeds

I want to merge multiple rss feeds into a single feed, removing any duplicates. Specifically, I'm interested in merging the feeds for the tags I'm interested in. [A quick search turned up some promising links, which I don't have time to visit at…
Emperor XLII
  • 13,014
  • 11
  • 65
  • 75
6
votes
1 answer

ETL framework for loading data into Rails app

I need to load data for my Rails application from multiple providers (REST/SOAP based XML feeds) into the database on a recurring basis. I have written a set of Rake tasks which are kicked off by whenever-generated cron jobs. Each task hits the…
Bilal and Olga
  • 3,211
  • 6
  • 30
  • 33
6
votes
2 answers

Something like pubsubhubbub that does not depend on google app engine

I am looking for something like PubSubHubbub that does not depend on google app engine to run. What I need is a tool that can track for me a big very large number of rss or atom feeds and issue events when they are updated.
flybywire
  • 261,858
  • 191
  • 397
  • 503
6
votes
2 answers

Access to old, no longer available, feed entries

I am working on a project that requires reliable access to historic feed entries which are not necessarily available in the current feed of the website. I have found several ways to access such data, but none of them give me all the characteristics…
Alexandros Marinos
  • 1,396
  • 2
  • 15
  • 25