feeds

what is the difference between <pubDate> and <dc:date> in feed's structure

can any one please let me know the main difference between <pubDate> and <dc:date> in feed's structure. also please explain <dc:date> <dc:creator> <dc:....> <dc:....> will those be required for building feeds? ...

Terms and conditions of using RSS feed content

hi all, I want to use the RSS feeds from several sites. I wanna know the terms and conditions of using the content from RSS feeds. Is it possible to copy the RSS content from the feed url and put it in my site with refrence links to the feed provider..? ...

Getting User Feed From Facebook Without User Login

hi, we are working on a web site that getting users' friends and users' feeds. Users can register via facebook connect. but we want to take user's feeds at any time. is that possible ? can we take feed information from facebook without user login. ...

Slideshare , API feed for javascript , jquery ...

Hi everybody, Can you help me with some information, to make it faster ? Can I use API feed from slideshare with JavaScript (jquery) ? Here, http://www.slideshare.net/developers/documentation I see just "Response XML Format" don't see any Json Response. Can somebody help me with that, some helpful links, or some suggestions, how ca...

Yahoo pipes not working on feed43.com feeds

I have made this http://feed43.com/rss_cricket_fixtures.xml But there is a line in each description tag <p><sub><i>-- Delivered by <a href="http://feed43.com/"&gt;Feed43&lt;/a&gt; service</i></sub></p> I have tried yahoo pipes to filter it out but yahoo pipes does not even fetch this feed. How to solve this problem? ...

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 results of about 20 episodes. However my Google Reader can successfully retrieve episo...

How to detect if a web URL contains a feed or not?

I have seen in some browsers (Firefox for example), the RSS feed icon gets activated only when a page contains a RSS/Atom feed. How the browser detects whether the page contains a feed or not? ...

Ruby and RSS2 Feed not displaying image

Trying to create a simple RSS2 Feed that I could later pass on to FeedBurner but can't get RSS feed to display images at all. Also, from what I have read having xml.instruct! on top might cause IE to complain it's not a valid feed. Is this true? My Code looks like xml.instruct! xml.rss "version" => "2.0", "xmlns:dc" => "http://purl...

Fetching latest blog post on wordpress using php?

Hey, I have used this php to fetch my blog's latest post: function read_rss($display=0,$url='') { $doc = new DOMDocument(); $doc->load($url); $itemArr = array(); foreach ($doc->getElementsByTagName('item') as $node) { if ($display == 0) { break; } $itemRSS = array ( 'tit...

DB design for importing data from multiple providers?

Hi, I have to build a news database that will potentially take news from many different providers and display them on our site. Right now I am thinking that I should just come up with how it will look on our site, the fields we would display, and then when a new provider comes along, right a script that will parse their data into our fo...

Django Feeds Add Item Entity

I have a Django Feed spitting out RSS. The problem is the model that i am using has extra fields that dont get included in the default RSS that I need to use on the receiving end of RSS. I found documentation on "add_item_elements" method that sounds like I want to do. Yet I cant seem to get it to work. Method implementation is below. ...

When parsing RSS feed, wrong date is displayed.

Here is my code: <?php $RSSFEEDS = array( 0 => "http://samnabi.posterous.com/rss.xml", ); function FormatRow($date, $title, $link, $description) { return <<<HTML <p class="blogdate">$date</p><h2 class="blogtitle">$title</h2> <div class="clearer">&nbsp;</div> $description HTML; } ob_start(); if (!isset($feedid)) $feedid = 0; $rss_ur...

Atom or RSS2 feed and a product image

Have a Ruby on rails site and want to use mailchimp's rss campaign. With it I need to send one image in the email. At the moment, I can only get the image to display if I add it to (description in RSS) or (entry in atom) along with the description of the product. How can I get it to display on its own "Channel". I tried this on the R...

How does FeedJack fetches historical feeds

I am building a news aggregation website and I am looking for a way to fetch old feeds(of any particular website ) into the system. During this course, I stumbled on to Feedjack. It is said that it handles what I needed. So I started diving into the source code. (I dont want to plugit in my django project directly.) All I see is this lin...

Show feeds in android

Hi.. I want to show feeds from a blog in a listview. It would be really help if you guys can suggest some tutorials or how to do it? thanks in adv. ...

standard feed locations?

I want to programmatically check if a site has feeds. How can I do that? Are there standard feed locations? Parsing the code for link tags with application/rss+xml attribute would be enough? Thank you. ...

looking for a good reference for consuming feeds with RoR (Ruby on Rails)

Hey, I'm writing a personal bookmarking application, and looking for a way to keep track of favorite feeds. All written in Rails. Thanks ...

django generate a feed for a particular tag

I want to generate a feed of latest entries of a blog post under a particular tag. I used django-tagging. How can i do this? Here is how i defined my LatestEntriesFeed from django.core.exceptions import ObjectDoesNotExist from django.utils.feedgenerator import Atom1Feed from django.contrib.sites.models import Site from django.contrib.sy...

List of rss feeds to test my feed reader

I'm looking for a list (the bigger the better) of rss feeds to test a feed reader I'm writing. I couldn't find anything using google. How can I go about testing my reader with a large number of feeds for a variety of sources? Does anyone know of any list of sources that are available out there? Thanks ...

Using Yahoo Pipes as feed aggregator

Hi, I'm looking to create an aggregator using Yahoo Pipes. I want to add as many feeds I like and then transform output to custom format with basic elements like title, desc, url, pubdate, imageurl etc... Is it good thing to add large number of feeds to one pipe? or should I create separate pipe for each feed? Is adding more than one f...