Search
  • Videos
  • Windows 10
  • 5G
  • Best VPNs
  • Cloud
  • Security
  • AI
  • more
    • TR Premium
    • Working from Home
    • Innovation
    • Best Web Hosting
    • ZDNet Recommends
    • Tonya Hall Show
    • Executive Guides
    • ZDNet Academy
    • See All Topics
    • White Papers
    • Downloads
    • Reviews
    • Galleries
    • Videos
    • TechRepublic Forums
  • Newsletters
  • All Writers
    • Preferences
    • Community
    • Newsletters
    • Log Out
  • Menu
    • Videos
    • Windows 10
    • 5G
    • Best VPNs
    • Cloud
    • Security
    • AI
    • TR Premium
    • Working from Home
    • Innovation
    • Best Web Hosting
    • ZDNet Recommends
    • Tonya Hall Show
    • Executive Guides
    • ZDNet Academy
    • See All Topics
    • White Papers
    • Downloads
    • Reviews
    • Galleries
    • Videos
    • TechRepublic Forums
      • Preferences
      • Community
      • Newsletters
      • Log Out
  • us
    • Asia
    • Australia
    • Europe
    • India
    • United Kingdom
    • United States
    • ZDNet around the globe:
    • ZDNet France
    • ZDNet Germany
    • ZDNet Korea
    • ZDNet Japan

Building an RSS mashup with Yahoo! Pipes

13 of 14 NEXT PREV
  • 54749.jpg

    Yahoo! Pipes makes it really easy to build a mashup of your favorite RSS feeds, even if you're clueless about programming. Anyone can follow this step-by-step guide to see how it's done.

    First of all, log in to Yahoo! Pipes and go to the 'my pipes' page.

    Click on 'Create a New Pipe' (I've circled it in red on the screenshot).
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54750.jpg

    Next, you'll see a blank canvas. Don't you just hate it when that happens? But don't worry, it won't take long to finish the job.

    Notice the list of sources on the left-hand side. You can build pipes using any of these sources.

    For your RSS mashup, you'll be using 'Fetch', as shown in the next image.
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54751.jpg

    Click on the 'Fetch' module and drag it onto the canvas.

    Fetch is a generic module that can read any RSS feed on the Web. You just need to tell it which ones.

    Once you've dragged the module onto the canvas, you can fill in the URLs for the RSS feeds you want in your mashup (you'll need to have the URLs ready to paste in).
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54752.jpg

    You can add any number of URLs to the Fetch module you've created (there is a limit, but it's not documented yet).

    To add a URL, simply click on the plus sign next to the word URL at the top, and a new blank field will open at the end of the list. Then type or paste the URL into the space where it says url.

    If you make too many blanks, you can delete any spares by clicking on the x to the left of each one.

    You'll notice Pipes also added a module called 'Pipe Output' to the canvas. You can ignore this for now. We'll make use of it later on.
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54753.jpg

    This is a good moment to save what you've done so far. This is the Web, after all. You never know when you're going to lose your connection. 'Save early and often' is a good motto.

    When you click on the 'Save' button at the top right of the canvas, a blue box appears top left (I've circled it in red on the screenshot). Fill in the name of your mashup and then click on the 'Save' button right next to it.
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54754.jpg

    Now that you've assembled your feeds in the 'Fetch' module, Pipes makes it easy to test and build your mashup. In the menu to the left of the canvas, clicking on the word 'Operators' pulls down a list of modules you'll use to build the mashup.

    But first of all, look at the bottom of the canvas and you'll see a gray area labeled 'debugger'. That's where you test your modules. Click on the word 'Refresh' and it'll test the output from whichever module is highlighted in orange. In this case, that's the 'Fetch' module, and as you can see, it works just fine.

    This would be a good point to see if you can get someone in the office to ask you what you're doing. Then you can casually reply, "Oh, nothing. I'm just debugging a new software program I've written."
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54755.jpg

    When you move your mouse over the list of operators, a help bubble appears explaining what each one does. You can filter using search terms or other criteria, do a Babel Fish translation into or out of a dozen or so languages, or even use advanced 'For Each' operators to add or change feed items.

    We'll be using the 'Sort' operator to rearrange the items in our feed mashup into date order.

    Drag the 'Sort' module into an empty space on the canvas.
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54756.jpg

    Now you'll see the pipes concept come to life. You need to connect the 'Fetch' module containing all your feeds to the 'Sort' module.

    Click on the small circle at the bottom of the 'Fetch' module and drag it towards the small circle at the top of the 'Sort' module. You'll see a pipe appear and drop into place, as shown in the next picture.
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54757.jpg

    Now that your modules are connected, wait for a moment and Pipes will automagically reconfigure the sort options to match what it finds in your selection of RSS feeds.

    For example, notice how the first 'Sort by' option has changed from 'Title' to 'title' with a lower-case 't'. Pipes has replaced its standard option list with the actual field names coming from the connected module.
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54758.jpg

    Clicking on the down arrow shows you the full list of options. In this case it highlights one of the pitfalls of mashing up RSS feeds, because there are several different date tags in use, which I've circled in red.

    The most popular RSS formats use a 'pubDate' tag to date feed items. But RSS 1.0 mostly uses 'dc:date' and the up-and-coming Atom format, favored by Blogger, uses 'published'.

    Pipes can't sort feeds on all three of these date formats at the same time, although the design team are working on it and hope to have a solution soon.
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54759.jpg

    My workaround to the date format problem is simple but not wholly satisfactory: I've deleted from my 'Fetch' module the two feeds that don't use 'pubDate'. Once the Pipes team come up with a way of normalizing date formats I'll be able to add them back in.

    So I've selected 'Sort by' 'pubDate' in 'descending' sort order. This will put the most recent date at the top, creating a "river of news" aggregated feed.
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54760.jpg

    To finish off, connect the 'Sort' module to the 'Pipe Output'. Click on the 'Save' button and you're done.

    You can always come back and change things later on. If you hover over a connection, you'll see a pair of scissors appear, which you can click on to sever the connection. Then you can drag in a new module and connect it in place. Popular modules include 'Truncate', which restricts the length of the feed, and 'Unique', which eliminates duplicates.

    For now, though, click on 'Back to my pipes' (which I've circled in red) to see your handiwork in action.
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54761.jpg

    Back on the 'My Pipes' page, you can now select your new creation in the list of pipes, and you'll see a screen something like this.

    Whenever you want to make changes, click on the schematic or 'View/Edit' to go back to the modules canvas.

    To see how your RSS mashup has turned out, click on 'Run this Pipe' (which I've circled in red).
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

  • 54762.jpg

    Anytime you 'Run this Pipe' it'll re-run the mashup based on the latest data collected from all of the feeds. This screenshot shows the results from the night before this gallery was published.

    But as you can see from the 'Get as RSS' pulldown on the right, you can also feed it into your favorite feedreader or start page. You can even pipe it into any other Yahoo! Pipe that you build.

    To see or pipe the latest results, or to view or clone the underlying modules, go to Simple RSS mashup - Loosely Coupled's SOA blog feed (Yahoo! login ID required). I've changed the title, but everything else is exactly as shown in these screenshots.
    Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

    Caption by: Phil Wainewright

13 of 14 NEXT PREV
Phil Wainewright

By Phil Wainewright | February 22, 2007 -- 14:24 GMT (06:24 PST) | Topic: Social Enterprise

  • 54749.jpg
  • 54750.jpg
  • 54751.jpg
  • 54752.jpg
  • 54753.jpg
  • 54754.jpg
  • 54755.jpg
  • 54756.jpg
  • 54757.jpg
  • 54758.jpg
  • 54759.jpg
  • 54760.jpg
  • 54761.jpg
  • 54762.jpg

Yahoo! Pipes makes it really easy to build a mashup of your favorite RSS feeds, even if you're clueless about programming. Anyone can follow this step-by-step guide to see how it's done.

Read More Read Less

Back on the 'My Pipes' page, you can now select your new creation in the list of pipes, and you'll see a screen something like this.

Whenever you want to make changes, click on the schematic or 'View/Edit' to go back to the modules canvas.

To see how your RSS mashup has turned out, click on 'Run this Pipe' (which I've circled in red).
Published: February 22, 2007 -- 14:24 GMT (06:24 PST)

Caption by: Phil Wainewright

13 of 14 NEXT PREV

Related Topics:

Collaboration CXO Tech Industry Digital Transformation Smart Office
Phil Wainewright

By Phil Wainewright | February 22, 2007 -- 14:24 GMT (06:24 PST) | Topic: Social Enterprise

Show Comments
LOG IN TO COMMENT
  • My Profile
  • Log Out
| Community Guidelines

Join Discussion

Add Your Comment
Add Your Comment

Related Galleries

  • 1 of 3
  • Best apps for life under lockdown

    From soothing your stress, or skilling up on something new to store cupboard recipes, these apps will help you get through your COVID-19 self-quarantine / self-isolation lockdown ...

  • How to avoid being phished during holiday shopping season

    Although hackers are getting more and more sophisticated, you can still recognize that something is not right online. NordVPN shares tips on spotting a phishing message -- and keep ...

  • All-new Gmail: Massive update brings Smart Compose and more AI features

    Here is everything that's new in Gmail -- plus when and how you can try it.

  • Adjust these Facebook privacy settings to protect your personal data

    Facebook has rolled out new settings to appease users after the Cambridge Analytica scandal. Here's what you need to know.

  • Social media cannot be trusted without these features

    Many of us no longer trust Facebook. We're wary of sharing data -- in case it is used by third parties without our knowledge. So, what features will the social media platform of the future ...

  • Facebook alternatives: Social apps you need to try

    If you are concerned about Facebook playing fast and loose with your personal data, here are a few other social networks you can try.

  • How to reduce the amount of information you send to Facebook

    If you suspect that Facebook knows far too much about you, configure these security and privacy settings to send Facebook only the information you want to send. ...

ZDNet
Connect with us

© 2021 ZDNET, A RED VENTURES COMPANY. ALL RIGHTS RESERVED. Privacy Policy | Cookie Settings | Advertise | Terms of Use

  • Topics
  • Galleries
  • Videos
  • Sponsored Narratives
  • Do Not Sell My Information
  • About ZDNet
  • Meet The Team
  • All Authors
  • RSS Feeds
  • Site Map
  • Reprint Policy
  • Manage | Log Out
  • Join | Log In
  • Membership
  • Newsletters
  • Site Assistance
  • ZDNet Academy
  • TechRepublic Forums