<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; rss newsfeeds</title>
	<atom:link href="http://www.ghacks.net/tag/rss-newsfeeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Customize RSS News Feeds With Yahoo Pipes</title>
		<link>http://www.ghacks.net/2008/08/13/customize-rss-news-feeds-with-yahoo-pipes/</link>
		<comments>http://www.ghacks.net/2008/08/13/customize-rss-news-feeds-with-yahoo-pipes/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 08:45:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[rss news feeds]]></category>
		<category><![CDATA[rss newsfeeds]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yahoo pipes]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6112</guid>
		<description><![CDATA[Yahoo Pipes is a very sophisticated online tool which might look intimidating at first glance but which provides a great interface that requires minimal input to create astonishing results. One major use of Yahoo Pipes is the customization of RSS News Feeds. It does not really matter if one RSS News Feed or multiple should [...]]]></description>
			<content:encoded><![CDATA[<p>Yahoo Pipes is a very sophisticated online tool which might look intimidating at first glance but which provides a great interface that requires minimal input to create astonishing results. One major use of Yahoo Pipes is the customization of RSS News Feeds. It does not really matter if one RSS News Feed or multiple should be customized, both is possible.</p>
<p>The only requirement for using Yahoo Pipes is a Yahoo account which can be obtained freely if needed. I&#8217;m going to walk you through the customization of the Softpedia Windows RSS News Feed which lists freeware, demos, adware, trial and shareware software programs in its feed. Since I&#8217;m only interested in the free software I decided to use Yahoo Pipes to filter out all the other items.</p>
<p>You can use the same technique for your favorite website. Say you own a Windows PC and are subscribed to the Lifehacker RSS News Feed. You might want to filter out any item that describes software for an Apple Macintosh computer.</p>
<p><span id="more-6112"></span><a href="http://www.ghacks.net/wp-content/uploads/2008/08/yahoo_pipes.jpg"><img src="http://www.ghacks.net/wp-content/uploads/2008/08/yahoo_pipes-500x308.jpg" alt="yahoo pipes" title="yahoo pipes" width="500" height="308" class="alignnone size-medium wp-image-6113" /></a></p>
<p>The Yahoo Pipes interface is divided into three panes. The left side contains the different elements that can be dragged and dropped into the main canvas area. You can use them to load RSS News Feeds and filter data among many other things. The last is the debugger which displays the data of the selected element. </p>
<p>We want to fetch an RSS News Feed and drag the Fetch Feed element into the canvas area. This element requires at least one RSS News Feed url so <a href="http://win.softpedia.com/backend.xml">copy</a> and paste on into the box. If you click on that box you will notice that the debugger has loaded the titles of the RSS News Feed at the bottom. You can click on the titles to see variables like descriptions or titles of the items.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/08/fetch_rss_news_feed.jpg" alt="fetch rss news feed" title="fetch rss news feed" width="361" height="108" class="alignnone size-medium wp-image-6114" /></p>
<p>You can click on the + icon next to URL to display another form to paste another RSS News Feed URL. </p>
<p>Click on the Operators entry in the left menu and drag the Filter element to the main window. Connect the Fetch Feed and Filter elements by pressing the mouse button over one of the nodes and (while holding the mouse button) moving it to the other node.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/08/filter_rss_news_feeds.jpg" alt="filter rss news feeds" title="filter rss news feeds" width="482" height="313" class="alignnone size-medium wp-image-6115" /></p>
<p>The elements are now connected. The process begins by fetching the RSS News Feed, sending it to the filters where they are customized and then to the output which is already available at the end. All that remains to be done is to create the filters.</p>
<p>You can block or permit items that match the filters. To do that you need to find differences or similarities. Softpedia uses classifications in their item titles. To find out about them you can head to the debugger area and click on a RSS News Feed item. You will notice that there is an entry called y:title which contains the title of the news item. You find the classification at the end of each title, for instance freeware, adware or shareware.</p>
<p>I decided to block all unwanted classifications from the news feed by selecting item.y:title > Contains > Classification, for example item.y:title > contains > Shareware. This will block all items with the Shareware classification in the title. I create three additional rules for Trial, Demo and Adware.</p>
<p>It would have been possible to do it the other way round. To allow only RSS News Feeds with titles like freeware or gpl. A click on the Filter element should update the debugger. It should only display freeware and gpl news items. Now connect the Filter element with the Pipe Output element.</p>
<p>The Pipe Output Element should display the same content in the debugger as the Filter element because nothing is changed in between.</p>
<p>A click on Save saves the pipe and enables a Run Pipe option in the header area. A click on that opens the Pipe profile with a preview area and options to use it as an RSS Feed or embed it on websites.</p>

	Tags: <a href="http://www.ghacks.net/tag/news/" title="news" rel="tag">news</a>, <a href="http://www.ghacks.net/tag/online-services/" title="Online Services" rel="tag">Online Services</a>, <a href="http://www.ghacks.net/tag/rss-news-feeds/" title="rss news feeds" rel="tag">rss news feeds</a>, <a href="http://www.ghacks.net/tag/rss-newsfeeds/" title="rss newsfeeds" rel="tag">rss newsfeeds</a>, <a href="http://www.ghacks.net/tag/yahoo/" title="yahoo" rel="tag">yahoo</a>, <a href="http://www.ghacks.net/tag/yahoo-pipes/" title="yahoo pipes" rel="tag">yahoo pipes</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/18/rss-feed-filter-feedrinse/" title="RSS Feed Filter Feedrinse (November 18, 2008)">RSS Feed Filter Feedrinse</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/11/11/google-reader-automatically-translates-feeds/" title="Google Reader Automatically Translates Feeds (November 11, 2008)">Google Reader Automatically Translates Feeds</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/08/06/yahoo-sick-of-them-yet/" title="Yahoo, sick of them yet? (August 6, 2008)">Yahoo, sick of them yet?</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/08/21/yahoo-messenger-buddy-spy/" title="Yahoo! Messenger Buddy Spy (August 21, 2008)">Yahoo! Messenger Buddy Spy</a> (6)</li>
	<li><a href="http://www.ghacks.net/2005/10/14/yahoo-vs-google-vs-msn-search-commands-compared/" title="Yahoo vs. Google vs. Msn, Search commands compared (October 14, 2005)">Yahoo vs. Google vs. Msn, Search commands compared</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/13/customize-rss-news-feeds-with-yahoo-pipes/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
