SlideShare a Scribd company logo
Integrating RSS Into Your Web Site - CIL2008
Integrating RSS into Your Web site Part 1: Introduction Michael Sauers Technology Innovation Librarian Nebraska Library Commission Computers in Libraries 2008
Integrating RSS Into Your Web Site - CIL2008
Introductions Name Library Position Does your library use RSS? If so, how? Why are you here?
What is RSS? Depending on who you ask it stands for either “Really Simple Syndication”, “Rich Site Summary”, or “RDF Site Summary”. “ Really Simple Syndication” is the de facto definition today. RSS is an XML language for syndicating items on the Internet.
The History of RSS RSS 1.1 (update to RSS 1.0), RSS 3.0 (a new, independent project), and “Simple Sharing Extensions” (an update to RSS 2.0 by Microsoft) have all been proposed but have had no impact yet.
How does RSS work? Information Provider Information Receiver
How does RSS work? The information provider creates an RSS file. Users subscribe to the file via an aggregator. When the author updates the RSS file, the user is automatically notified of the new items and may read them on their schedule.
Are there different versions of RSS? Yes. In fact, there are currently eight different versions: RSS 0.90, 0.91, 0.92, 0.93, 0.94, 1.0, 2.0, & Atom Feeds Each has different features from the author’s point of view. Today’s aggregators support all of the versions transparently. RSS 2.0 & Atom are the most common.
Implications of RSS Information is received in a single location Information is received quickly The need to visit the originating Web site is reduced and…
http://www.flickr.com/photos/shifted/491666805/ The possible end of this:
<?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?> <rss version=&quot;2.0“>   <channel>   <title>Nebraska Library Commission Blog</title>   <link>http://www.nlc.state.ne.us/blogs/NLC/</link>   <description>Bringing together people and information</description>   <language>en</language>   <copyright>Copyright 2007</copyright>   <lastBuildDate>Thu, 10 May 2007 07:34:17 -0600</lastBuildDate>   <generator>http://www.sixapart.com/movabletype/</generator>   <docs>http://blogs.law.harvard.edu/tech/rss</docs>    <item>   <title>New depository directories</title>   <description>   <![CDATA[<p>The directories of Nebraska's federal and state depository libraries   got a new look recently.  Contact names and emails of library staff will be   updated automatically when our comprehensive library directory is updated.  The    depository directories are located at <a href=&quot;http://http://www.nlc.state.ne.us/   docs/nefed.asp&quot;>http://http://www.nlc.state.ne.us/docs/nefed.asp</a></p>]]>     </description>   <link>http://www.nlc.state.ne.us/blogs/NLC/2007/05/new_depository_directories.html</link>   <guid>http://www.nlc.state.ne.us/blogs/NLC/2007/05/new_depository_directories.html</guid>   <category domain=&quot;http://www.sixapart.com/ns/types#category&quot;>Information    Resources</category>   <pubDate>Wed, 09 May 2007 07:28:43 -0600</pubDate>   </item>   </channel> </rss> What does RSS look like?
How can I find feeds? Feedster Bloglines Blogrolls A list of blogs/feeds read by another blogger Look for the orange icon…
How do I subscribe to a feed? Look for the orange icon http://www.feedicons.com/ Depending on your aggregator, the subscription procedure may range from copying and pasting the link to right-clicking and selecting “subscribe”.
Podcasts Uses RSS to syndicate audio content RSS 2.0  <enclosure> Like adding an attachment to an e-mail Audio Formats MP3 (Open Source) AAC (Apple Proprietary) iPod  not  necessary
Podcasts in iTunes
Notable Feeds Librarian.net www.librarian.net LISNews www.lisnews.com The Shifted Librarian theshiftedlibrarian.com The Travelin’ Librarian travelinlibrarian.info Tame the Web tametheweb.com/ttwblog Unshelved www.overduemedia.com PaperCuts papercuts.tscpl.org Gizmodo www.gizmodo.com Security Now! www.grc.com/securitynow.htm Inside The Net & This Week in Tech (TWiT) thisweekintech.com Boing Boing boingboing.net Google News isbn.nu del.icio.us flickr
Michael Sauers Technology Innovation Librarian Nebraska Library Commission  Computers in Libraries 2008 Integrating RSS into Your Web site Part 2: Reading Feeds
What is an Aggregator? An aggregator is a type of software that retrieves syndicated Web content that is supplied in the form of a web feed (RSS, Atom and other XML formats), and that are published by weblogs, podcasts, vlogs, and mainstream mass media websites. -Wikipedia It’s  what you need  to retrieve and read RSS feeds.
What are the different types of aggregators? Standalone Clients FeedReader , Radio UserLand PIM add-ins Pluck,  NewsGator, intraVnews Browser add-ins Firefox , Sage Web-based Bloglines , NewsIsFree A list is available @ http://www.lights.com/weblogs/rss.html
Why do I need an aggregator? Most importantly it makes the content of the feed readable Checks for updates automatically Notifies you of new information Displays only new items for you May allow you to sort and save information
RSS file in IE6
Atom file w/ associated style sheet
Firefox 2.0
Internet Explorer 7
Types of Aggregators Client Add-on Built-in Server-based Web-based service
FeedReader (client)
Pluck (add-on for IE)
Firefox 2
IE7
Feed on Feeds (server)
Bloglines (Web-based service)
Subscribing to a feed
Integrating Bloglines w/ Firefox 2.0
The Bloglines Bookmarklet
Michael Sauers Technology Innovation Librarian Nebraska Library Commission  Computers in Libraries 2008 Integrating RSS into Your Web site   Part 3: Creating Feeds
How do I create a feed? Hand-rolled You type the markup and the content Semi-automated You type the content, software generates the markup. Fully-automated You put the content in your blog and software generates a feed based on that content.
FeedSpring
FeedSpring
FeedSpring
FeedSpring
FeedSpring
FeedSpring
FeedSpring
FeedSpring Limitations Local installation limits mobility and posters to a single computer. No built-in FTP. Must transfer the .xml file to the server manually. Still in beta (but what isn’t these days?)
ListGarden
ListGarden
ListGarden
ListGarden
ListGarden
ListGarden Limitations Depending of type of server installed on, may not be secure. (i.e. no passwords on cgi-bin directories.)
RSSxl
RSSxl
RSSxl
RSSxl
RSSxl Limitations Solid knowledge of HTML required to get parsing correct. Works better on pages with simpler layouts. The validation code “will change each month and you will need to visit this page for the new code.” (Though I’ve found feeds continue to work without updating the code.) “ If you are using this tool to publish an RSS feed from your website, then you must include a visible HTML link to www.wotzwot.com on your site next to the link to your feed like the following: ‘Powered by RSSxl’”
Twitter What are you doing now? Post via: Web site Clients IM SMS
Twitter
Twitter
Twitter
Twitter Limitations 140 characters per post
Google Calendar
Google Calendar
Google Calendar
Google Calendar
Google Calendar Limitations None to speak of Benefits Now sync-able with Outlook Can also embed calendar into site
Michael Sauers Technology Innovation Librarian Nebraska Library Commission  Computers in Libraries 2008 Integrating RSS into Your Web site   Part 4: Republishing Feeds
Integrating feed content into your Web site Grab content from multiple RSS feeds Reduce and/or mash it Republish it on your site
RSS2HTML
RSS2HTML
RSS2HTML
RSS2HTML
RSS2HTML
RSS2HTML
RSS2HTML
RSS2HTML
RSS2HTML Limitations Third party service. Minimal customization / limited to their templates / can’t make it look like your site. Did not work well on some feeds and not at all on others. (No luck with GoogleNews. Mixed results with Flickr.) Given a URL to embed with, not a script, which forces embedding via  iframe .
Feed2JS
Feed2JS
Feed2JS
Feed2JS
Feed2JS
Feed2JS Limitations Third party (but you can download and install it on your own server which is recommended)
FeedDigest
FeedDigest
FeedDigest
FeedDigest
FeedDigest
FeedDigest
FeedDigest
FeedDigest
FeedDigest
FeedDigest
FeedDigest
FeedDigest Limitations Third party service. Limited to five feeds in free version.
Scrolling RSS News Ticker
Scrolling RSS News Ticker
Scrolling RSS News Ticker
Scrolling RSS News Ticker
Scrolling RSS News Ticker Limitations Third party Shows small advertisement
RSS Scrollbox Widget
RSS Scrollbox Widget
RSS Scrollbox Widget
RSS Scrollbox Widget
RSS Scrollbox Widget Limitations Third party Shows small advertisement Ad free, local-hosted version available for $35.
Grazr
Grazr
Grazr
Grazr
Grazr
Grazr Limitations Third party
Michael Sauers Technology Innovation Librarian Nebraska Library Commission  Computers in Libraries 2008 Integrating RSS into Your Web site   Part 5: Advanced Feed Manipulation
FeedBlendr
FeedBlendr
FeedBlendr
FeedBlendr
FeedBlendr Limitations Could not get OPML importing to work. Third party service could disappear at any time. “ If this blend is not accessed for more than 2 weeks, it will be removed from the database and will need to be recreated.”
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner
FeedBurner Limitations Since by using this you get a new feed URL, it is not recommended you use it on existing feeds. Your feed will be relying on a third party to work. If the company goes under, your feed will disappear.
Feed Crier
Feed Crier
Feed Crier Limitations Only three feeds for free Free version advertisement supported Works only with AIM
Pingie
Pingie
Pingie
Pingie
Pingie
Pingie
Pingie Limitations Doesn’t like feedburner feeds
ZapTXT
ZapTXT
ZapTXT
ZapTXT
ZapTXT
ZapTXT Limitations Can’t handle feeds that require logins Sometimes reports a feed as “not valid” and there’s nothing you can do about it. Searches on multiple keywords are “OR” searches. “AND” searches don’t seem to be possible.
Mail2RSS
Mail2RSS
Mail2RSS
Mail2RSS
Mail2RSS Limitations Bloglines doesn’t like the RSS2.0 feeds, use the 1.0 link instead Mail automatically deletes after seven days Feeds are limited to 20 items Potential security issue when using  Subscribe with Bloglines  bookmarklet (next slide)
Mail2RSS
RssFwd
RssFwd
RssFwd
RssFwd
RssFwd
RssFwd
RssFwd Limitations Some (including me) argue that converting RSS to e-mail defeats the purpose of RSS.
Feed2Podcast
Feed2Podcast
Feed2Podcast
Feed2Podcast
Feed2Podcast Limitations Your feeds are read by a computer generated voice. Non-English words are not well supported.
FeedJournal
Integrating RSS Into Your Web Site - CIL2008
FeedJournal
FeedJournal
FeedJournal
FeedJournal
FeedJournal
Integrating RSS Into Your Web Site - CIL2008
FeedJournal Limitations Must manually regenerate each issue
Contact information Michael Sauers [email_address] http://travelinlibrarian.info/ http://del.icio.us/travelinlibrarian/cil2008/rss

More Related Content

PPT
Integrating RSS into Your Web Site (IL2008)
PPTX
Redefining technical SEO & how we should be thinking about it as an industry ...
PDF
Web Services, for DevDays Belfast
PPTX
How a Hacker Sees Your Site
PDF
Bea con anatomy-of-web-attack
PPTX
.htaccess for SEOs - A presentation by Roxana Stingu
PDF
Dangerous Google searching for secrets
PPTX
Scrape box presentation
Integrating RSS into Your Web Site (IL2008)
Redefining technical SEO & how we should be thinking about it as an industry ...
Web Services, for DevDays Belfast
How a Hacker Sees Your Site
Bea con anatomy-of-web-attack
.htaccess for SEOs - A presentation by Roxana Stingu
Dangerous Google searching for secrets
Scrape box presentation

What's hot (20)

PDF
Designing a beautiful REST json api
PDF
1428393873 mhkx3 ln
PDF
Log File Analysis: The most powerful tool in your SEO toolkit
PPTX
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
PPTX
The internet for SEOs by Roxana Stingu
PDF
Advanced data-driven technical SEO - SMX London 2019
PPT
Pubcon Vegas 2017 You're Going To Screw Up International SEO - Patrick Stox
ZIP
The Power of Open Data
PPTX
Beautiful REST+JSON APIs with Ion
PPTX
Everyone Screws Up HTTPS
PDF
Kiran karnad rtc2014 ghdb-final
PPT
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
PDF
Understanding the state of your web application using Apache Kafka, Spark
PDF
Web Hooks and the Programmable World of Tomorrow
PPTX
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
PPTX
Redefining Technical SEO, #MozCon 2019 by Paul Shapiro
PDF
Black hat usa_2015-bypass_surgery-6_aug2015
PPTX
SES Hong Kong 2013: Updating strategies: why traditional content spamming met...
PPTX
Google's Top 3 Ranking Factors - Content, Links, and RankBrain - Raleigh SEO ...
PPTX
Pragmatic REST APIs
Designing a beautiful REST json api
1428393873 mhkx3 ln
Log File Analysis: The most powerful tool in your SEO toolkit
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
The internet for SEOs by Roxana Stingu
Advanced data-driven technical SEO - SMX London 2019
Pubcon Vegas 2017 You're Going To Screw Up International SEO - Patrick Stox
The Power of Open Data
Beautiful REST+JSON APIs with Ion
Everyone Screws Up HTTPS
Kiran karnad rtc2014 ghdb-final
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
Understanding the state of your web application using Apache Kafka, Spark
Web Hooks and the Programmable World of Tomorrow
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
Redefining Technical SEO, #MozCon 2019 by Paul Shapiro
Black hat usa_2015-bypass_surgery-6_aug2015
SES Hong Kong 2013: Updating strategies: why traditional content spamming met...
Google's Top 3 Ranking Factors - Content, Links, and RankBrain - Raleigh SEO ...
Pragmatic REST APIs
Ad

Similar to Integrating RSS Into Your Web Site - CIL2008 (20)

PPT
Integrating RSS Into Your Web Site
PPT
Integrating RSS Into Your Web Site
PPT
Integrating RSS into Your Web site
PPTX
NCompass Live: RSS: Feed Me
PPT
Mla Databases
PPT
Integrating RSS Into Your Web Site (NLA/NEMA 2008)
PPT
RSS feeds
PPT
Using the RSS Platform on Windows: Syndication Goes Mainstream
PPT
RSS and Atom in the Social Web
PPTX
PPTX
Newsfeeds and More: a mini-workshop
PPT
How PR can profit from RSS (March 2007)
PPT
“Just the Facts, Ma’am”: RSS and your library
PDF
Getting Started with RSS
PPTX
RSS Overview
PPT
RSS and Its Use In Libraries
PPT
RSS and its use in Libraries
PDF
Presentation2
PDF
Presentation2
PPSX
Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...
Integrating RSS Into Your Web Site
Integrating RSS Into Your Web Site
Integrating RSS into Your Web site
NCompass Live: RSS: Feed Me
Mla Databases
Integrating RSS Into Your Web Site (NLA/NEMA 2008)
RSS feeds
Using the RSS Platform on Windows: Syndication Goes Mainstream
RSS and Atom in the Social Web
Newsfeeds and More: a mini-workshop
How PR can profit from RSS (March 2007)
“Just the Facts, Ma’am”: RSS and your library
Getting Started with RSS
RSS Overview
RSS and Its Use In Libraries
RSS and its use in Libraries
Presentation2
Presentation2
Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...
Ad

More from Michael Sauers (20)

PPTX
Libraries of Tomorrow: Evolving Needs, Evolving Roles.pptx
PPTX
What's On Your Do List?
PPTX
Highlights from CES 2018
PPTX
CES 2016: One Librarian's Experience
PPTX
Secure Online Shopping
DOCX
Makerspaces resources
PPTX
Tinkers, Printers, & Makers: Makerspaces in the Library (November 2015)
PPTX
Getting more $$ from your Book Sale -or- Is this Old Book valuable?
PPTX
Emerging Technologies in Libraries
PPTX
Library Policies: The Good, The Bad, and The Ugly
PPTX
What We've Learned: Tips & Tricks for Webinars That Deliver The Goods
PPTX
Tinkers, Printers & Makers: Makerspaces in the Library (NEFLIN 2015)
PPTX
Library UX (NEFLIN 13 November 2014)
PPTX
Tinkers, Printers & Makers (NLA2014)
PPTX
Is it Copyrighted? Can I Use it? (NLA2014)
PPTX
Secure Yourself with LastPass (NLA2014)
PPTX
40+ tech tips, tricks, & tools
PPTX
Is it copyrighted? Can i use it?
PPTX
40 Tips, Tricks & Tools in 20 Minutes
PPTX
eBooks & eReaders: Past, Present, & Future
Libraries of Tomorrow: Evolving Needs, Evolving Roles.pptx
What's On Your Do List?
Highlights from CES 2018
CES 2016: One Librarian's Experience
Secure Online Shopping
Makerspaces resources
Tinkers, Printers, & Makers: Makerspaces in the Library (November 2015)
Getting more $$ from your Book Sale -or- Is this Old Book valuable?
Emerging Technologies in Libraries
Library Policies: The Good, The Bad, and The Ugly
What We've Learned: Tips & Tricks for Webinars That Deliver The Goods
Tinkers, Printers & Makers: Makerspaces in the Library (NEFLIN 2015)
Library UX (NEFLIN 13 November 2014)
Tinkers, Printers & Makers (NLA2014)
Is it Copyrighted? Can I Use it? (NLA2014)
Secure Yourself with LastPass (NLA2014)
40+ tech tips, tricks, & tools
Is it copyrighted? Can i use it?
40 Tips, Tricks & Tools in 20 Minutes
eBooks & eReaders: Past, Present, & Future

Recently uploaded (20)

PDF
BsN 7th Sem Course GridNNNNNNNN CCN.pdf
PPTX
HR Introduction Slide (1).pptx on hr intro
DOCX
Euro SEO Services 1st 3 General Updates.docx
PDF
MSPs in 10 Words - Created by US MSP Network
PPTX
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
DOCX
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
PDF
A Brief Introduction About Julia Allison
PDF
Deliverable file - Regulatory guideline analysis.pdf
PDF
Roadmap Map-digital Banking feature MB,IB,AB
PPTX
ICG2025_ICG 6th steering committee 30-8-24.pptx
DOCX
Business Management - unit 1 and 2
PDF
WRN_Investor_Presentation_August 2025.pdf
PDF
Types of control:Qualitative vs Quantitative
PDF
20250805_A. Stotz All Weather Strategy - Performance review July 2025.pdf
PPTX
Probability Distribution, binomial distribution, poisson distribution
PDF
COST SHEET- Tender and Quotation unit 2.pdf
PDF
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
PDF
Unit 1 Cost Accounting - Cost sheet
PPTX
Business Ethics - An introduction and its overview.pptx
PDF
IFRS Notes in your pocket for study all the time
BsN 7th Sem Course GridNNNNNNNN CCN.pdf
HR Introduction Slide (1).pptx on hr intro
Euro SEO Services 1st 3 General Updates.docx
MSPs in 10 Words - Created by US MSP Network
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
A Brief Introduction About Julia Allison
Deliverable file - Regulatory guideline analysis.pdf
Roadmap Map-digital Banking feature MB,IB,AB
ICG2025_ICG 6th steering committee 30-8-24.pptx
Business Management - unit 1 and 2
WRN_Investor_Presentation_August 2025.pdf
Types of control:Qualitative vs Quantitative
20250805_A. Stotz All Weather Strategy - Performance review July 2025.pdf
Probability Distribution, binomial distribution, poisson distribution
COST SHEET- Tender and Quotation unit 2.pdf
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
Unit 1 Cost Accounting - Cost sheet
Business Ethics - An introduction and its overview.pptx
IFRS Notes in your pocket for study all the time

Integrating RSS Into Your Web Site - CIL2008