Questions tagged [rss-reader]

RSS Reader is a client software or a web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.

RSS Reader is a client software or a web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.

RSS Reader is also termed a news aggregator, feed aggregator, feed reader, news reader or simply aggregator.

461 questions
4
votes
2 answers

Where is the 'folder view' for RSS feeds in Thunderbird?

All, I've switched from Google Reader to Thunderbird to read / manage RSS feeds. For some reason, the folder view of my imported feeds does not show up in Thunderbird, yet in the 'manage subscriptions' panel, the folder hierarchy is preserved. See…
DPSSpatial
  • 767
  • 3
  • 11
  • 31
4
votes
1 answer

Display icon for atom feed in Google Reader

Google Reader does not display the icon for my Atom feed http://feeds.feedburner.com/CartesianClosedComic. Here's what I tried, based on various suggestions found on the internet: Added an element that points to a png icon. (I also tried an…
Roman Cheplyaka
  • 37,738
  • 7
  • 72
  • 121
4
votes
1 answer

Creating a Flipboard compatible RSS Feed

Has anyone managed to do this? I've tried using .Net's SyndicationFeed and I've tried the most simple static page. I've read various guidance on what Flipboard is looking for and I've even tried those published examples. The feeds are valid, but if…
cirrus
  • 5,624
  • 8
  • 44
  • 62
4
votes
1 answer

RSS Reader not getting full description

I am not getting full description by getDescription() method where am i wrong.? RSSReader.java public class RSSReader extends Activity implements OnItemClickListener { public final String RSSFEEDOFCHOICE = "someurloffeedburner?format=xml"; …
tejas178
  • 133
  • 7
4
votes
1 answer

Reading an RSS Feed with jQuery - Unable to read element

I'm building a RSS feed of my website using jquery and the link element keeps returning blank. I do not have a problem with the javascript solution i built on my own but the jquery seems to hate the link element. below is the jquery code: function…
dh dm
  • 43
  • 3
4
votes
1 answer

Zend_Feed_Reader exception: Read timed out after 10 seconds

I am using Zend_Feed_Reader to read feeds but I have a problem. At some feeds, I get this exception: Read timed out after 10 seconds and I want to reduce that time. So in the case Zend_Feed_Reader can't read that feed in 4 seconds threw this…
4
votes
1 answer

Rss Reader in visual C# express edition

Hi I am trying to create a RSS reader in visual C# express. I need to read the rss feed into a text box when the form loads. I have never worked with RSS feeds before and all the examples I have come across are done in visual studio and it seems…
Sindu_
  • 1,347
  • 8
  • 27
  • 67
3
votes
3 answers

check a url is valid or not and valid XML in php

I'm wanted to read a rss feed and store it.for this I m using:- '; print_r($xml); ?> but first I want to…
omnath
  • 509
  • 8
  • 25
3
votes
0 answers

Broken relative links in RSS feed for blogdown posts using Hugo asset bundling

TLDR: links to assets (such as images) inside Hugo page bundles are not rendered relative to the blog's root by blogdown/knitr, instead they are produced relative to the blog post's root, which works in the browser but breaks in RSS feed…
solarchemist
  • 438
  • 3
  • 13
3
votes
1 answer

Python 3.7, Feedparser module cannot parse BBC weather feed

When I parse the example rss link provided by BBC weather it gives only an empty feed, the example link is: "https://weather-broker-cdn.api.bbci.co.uk/en/forecast/rss/3day/2643123" Ive tried using the feedparser module in python, I would like to do…
3
votes
1 answer

django alternative to tiny tiny rss

I love the idea behind tiny-tiny rss: it's lightweight, open-source, frequently updated, and seems to work very well. Furthermore, the client only needs a browser. I want to play around with the source code and customize it a bit, but I don't know…
Zach
  • 29,791
  • 35
  • 142
  • 201
3
votes
2 answers

Extracting images from RSS/Atom feeds

I'm wondering how to extract images from RSS and Atom feeds so I can use them as a thumbnail when display the feed in a container with it's relative Title, Description and Link. So far my code, (shown below), grabs images from only certain feed…
Alex
  • 376
  • 1
  • 17
3
votes
3 answers

Issue with Retrofit and Simple - attempt at making a RSS Reader for Android

I'm trying to download XML data with Retrofit and parse it with Simple and then load it into a ListView. Unfortunately downloaded data won't appear on screen. Could someone tell me where is the problem, please? This is my model: @Root(name =…
M. Underhill
  • 105
  • 1
  • 10
3
votes
2 answers

Using FeedJira to create RSS aggregator/reader

I am trying to create my own rss reader app in ruby on rails. I want to be able to store various news stories in my database that I can pull from later to display each story with its headline, image, summary, etc. in a nice layout. I am working with…
Abhas Arya
  • 470
  • 1
  • 5
  • 19
3
votes
3 answers

Node.Js module for extracting web page content?

Can somebody recommend a Node.Js module or a Javascript library (not based on Readability), which can be used to extract content from web pages and RSS feeds? I found a good PHP library that can do the job - http://fivefilters.org/content-only/ -…
Aerodynamika
  • 7,883
  • 16
  • 78
  • 137
1
2
3
30 31