Integrating RSS Into Your Web Site

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    2 Favorites

    Integrating RSS Into Your Web Site - Presentation Transcript

    1. Integrating RSS into Your Web site Part 1: Introduction Michael Sauers Technology Innovation Librarian Nebraska Library Commission Computers in Libraries 15 April 2007
    2.  
    3. Introductions
      • Name
      • Library
      • Position
      • Does your library use RSS? If so, how?
      • Why are you here?
    4. 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 news items on the Internet.
    5. 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.
    6. 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.
    7. Implications of RSS
      • Information received in a single location
      • Information received in quickly
      • Reduced need to visit the originating Web site
    8. 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.
      • <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?>
      • <rss version=&quot;2.0&quot;>
      • <channel>
      • <title>BCR: The Third Indicator</title>
      • <link>http://www.bcr.org/publications/thirdind/</link>
      • <description>The Third Indicator, published monthly, is a technical memo focusing on OCLC products and services. It includes general OCLC news as well as detailed technical information on cataloging, reference and resource sharing. Announcements of new OCLC developments are also included.</description>
      • <lastBuildDate>Tue, 21 Sep 2004 21:37:39 GMT</lastBuildDate>
      • <generator>ListGarden Program 1.01</generator>
      • <docs>http://blogs.law.harvard.edu/tech/rss</docs>
      • <item>
      • <title>WorldCat Resource Sharing Training</title>
      • <link>http://www.bcr.org/publications/thirdind/2004/august/augsharetrain04.html</link>
      • <description>If you'd like to see what WorldCat Resource Sharing looks like and learn more about it, visit the OCLC Web site at www.oclc.org/ill/migration/ or view the WorldCat Resource Sharing tutorial at www5.oclc.org/downloads/tutorials/firstsearch/sv/rsbasics/intro/index.html/.</description>
      • <pubDate>Tue, 21 Sep 2004 19:29:47 GMT</pubDate>
      • <guid isPermaLink=&quot;false&quot;>thirdind-2004-08-21-19-29-47</guid>
      • </item>
      • </channel>
      • </rss>
      What does RSS look like?
    9. How can I find feeds?
      • Feedster
      • Bloglines
      • Blogrolls A list of blogs/feeds read by another blogger
      • Look for the orange icon…
    10. How do I subscribe to a feed?
      • Look for an orange icon:
      • Depending on your aggregator, the subscription procedure may range from copying and pasting the link to right-clicking and selecting “subscribe”.
    11. More RSS icons
      • “ Support the Common Feed Icon” by Rogers Cadenhead http://www.cadenhead.org/workbench/news/2872/support-common-feed-icon
    12. A standard icon?
      • The move is to establish this icon, originally proposed by the Firefox, folks as the syndication icon.
      • Microsoft’s Internet Explorer 7 will use this icon.
      • http://www.feedicons.com/
    13. 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
    14. Podcasts in iTunes
    15. 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
    16. Integrating RSS into Your Web site Part 2: Reading Feeds Michael Sauers, BCR Internet Librarian 2006 22 October 2006
    17. 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.
    18. 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
    19. RSS file in Firefox
    20. RSS file in IE6
    21. RSS file in IE7b3
    22. RSS file w/ associated style sheet
    23. 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
    24. Types of Aggregators
      • Client
      • Add-on
      • Built-in
      • Server-based
      • Web-based service
    25. FeedReader (client)
    26. Pluck (add-on for IE)
    27. Firefox 1.5
    28. Netscape 8
    29. IE7beta 2
    30. Feed on Feeds (server)
    31. Bloglines (Web-based service)
    32. Subscribing to a feed
    33. Bloglines Toolkit (for Firefox)
    34. Subscribing via the Toolkit
    35. The Bloglines Bookmarklet
    36. Integrating RSS into Your Web site Part 3: Creating Feeds Michael Sauers, BCR Internet Librarian 2006 22 October 2006
    37. 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.
    38. FeedSpring
    39. FeedSpring
    40. FeedSpring
    41. FeedSpring
    42. FeedSpring
    43. FeedSpring
    44. FeedSpring
    45. 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?)
    46. RapidFeeds: FeedManager
    47. RapidFeeds: FeedManager
    48. RapidFeeds: FeedManager
    49. RapidFeeds: FeedManager
    50. RapidFeeds: FeedManager
    51. RapidFeeds: FeedManager
    52. RapidFeeds: FeedManager
    53. RapidFeeds: FeedManager
    54. RapidFeeds: FeedManager
    55. RapidFeeds: FeedManager
      • Limitations
        • Registration does not work with newer e-mail addresses. (Insisted my .info address was invalid.)
        • Does not allow publishing to another server so if the company disappears, your feed goes with it.
    56. ListGarden
    57. ListGarden
    58. ListGarden
    59. ListGarden
    60. ListGarden
    61. ListGarden
      • Limitations
        • Depending of type of server installed on, may not be secure. (i.e. no passwords on cgi-bin directories.)
    62. RSSxl
    63. RSSxl
    64. RSSxl
    65. RSSxl
    66. 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’”
    67. Sabifoo
    68. Sabifoo
    69. Sabifoo
    70. Sabifoo
    71. Sabifoo
    72. Sabifoo
      • Limitations
        • Third party service could disappear at any time.
        • Doesn’t always work well with Yahoo! Messenger and AIM.
        • Does not interpret HTML in posts.
    73. Twitter
      • What are you doing now?
      • Post via:
        • Web site
        • Clients
        • IM
        • SMS
    74. Twitter
    75. Twitter
    76. Twitter
      • Limitations
        • 140 characters per post
    77. RSS Calendar
    78. RSS Calendar
    79. RSS Calendar
    80. RSS Calendar
    81. RSS Calendar
    82. RSS Calendar
    83. RSS Calendar
    84. RSS Calendar
      • Limitations
        • No importing from existing calendars
    85. Integrating RSS into Your Web site Part 4: Republishing Feeds Michael Sauers, BCR Internet Librarian 2006 22 October 2006
    86. Integrating feed content into your Web site
      • Grab content from multiple RSS feeds
      • Reduce and/or mash it
      • Republish it on your site
    87. rss viewer
    88. rss viewer
    89. rss viewer
    90. rss viewer
    91. rss viewer
      • Limitations
        • Third party
        • Has a way to combine multiple feeds (feed combiner) but only those that are pre-programmed
    92. RapidFeeds: MySite
    93. RapidFeeds: MySite
    94. RapidFeeds: MySite
    95. RapidFeeds: MySite
    96. RapidFeeds: MySite
    97. RapidFeeds: MySite
    98. RapidFeeds: MySite
    99. RapidFeeds: MySite
    100. RapidFeeds: MySite
      • Limitations
        • Registration does not work with newer e-mail addresses. (Insisted my .info address was invalid)
        • Code supplied is longer than all others as it contains all the CSS. Would want to move that to an external file.
    101. RSS2HTML
    102. RSS2HTML
    103. RSS2HTML
    104. RSS2HTML
    105. RSS2HTML
    106. RSS2HTML
    107. RSS2HTML
    108. RSS2HTML
    109. 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 .
    110. Feed2JS
    111. Feed2JS
    112. Feed2JS
    113. Feed2JS
    114. Feed2JS
    115. Feed2JS
      • Limitations
        • Third party (but you can download and install it on your own server which is recommended)
    116. FeedDigest
    117. FeedDigest
    118. FeedDigest
    119. FeedDigest
    120. FeedDigest
    121. FeedDigest
    122. FeedDigest
    123. FeedDigest
    124. FeedDigest
    125. FeedDigest
    126. FeedDigest
    127. FeedDigest
      • Limitations
        • Third party service.
        • Limited to five feeds in free version.
    128. Scrolling RSS News Ticker
    129. Scrolling RSS News Ticker
    130. Scrolling RSS News Ticker
    131. Scrolling RSS News Ticker
    132. Scrolling RSS News Ticker
      • Limitations
        • Third party
        • Shows small advertisement
    133. RSS Scrollbox Widget
    134. RSS Scrollbox Widget
    135. RSS Scrollbox Widget
    136. RSS Scrollbox Widget
    137. RSS Scrollbox Widget
      • Limitations
        • Third party
        • Shows small advertisement
      • Ad free, local-hosted version available for $35.
    138. Grazr
    139. Grazr
    140. Grazr
    141. Grazr
    142. Grazr
    143. Grazr
      • Limitations
        • Third party
    144. LibraryThing Blog Widget
    145. LibraryThing Blog Widget
    146. LibraryThing Blog Widget
      • Limitations
        • Requires JavaScript
        • Requires LibraryThing account
    147. Integrating RSS into Your Web site Part 5: Advanced Feed Manipulation Michael Sauers, BCR Internet Librarian 2006 22 October 2006
    148. FeedBlendr
    149. FeedBlendr
    150. FeedBlendr
    151. FeedBlendr
    152. 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.”
    153. FeedBurner
    154. FeedBurner
    155. FeedBurner
    156. FeedBurner
    157. FeedBurner
    158. FeedBurner
    159. FeedBurner
    160. FeedBurner
    161. FeedBurner
    162. FeedBurner
    163. FeedBurner
    164. FeedBurner
    165. FeedBurner
    166. FeedBurner
    167. FeedBurner
    168. FeedBurner
    169. 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.
    170. Feed Crier
    171. Feed Crier
    172. Feed Crier
      • Limitations
        • Only three feeds for free
        • Free version advertisement supported
        • Works only with AIM
    173. ZapTXT
    174. ZapTXT
    175. ZapTXT
    176. ZapTXT
    177. ZapTXT
    178. 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.
    179. Mail2RSS
    180. Mail2RSS
    181. Mail2RSS
    182. Mail2RSS
    183. 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)
    184. Mail2RSS
    185. RssFwd
    186. RssFwd
    187. RssFwd
    188. RssFwd
    189. RssFwd
    190. RssFwd
    191. RssFwd
      • Limitations
        • Some (including me) argue that converting RSS to e-mail defeats the purpose of RSS.
    192. Feed2Podcast
    193. Feed2Podcast
    194. Feed2Podcast
    195. Feed2Podcast
    196. Feed2Podcast
      • Limitations
        • Your feeds are read by a computer generated voice.
        • Non-English words are not well supported.
    197. Contact information
      • Michael Sauers
      • [email_address]
      • http://travelinlibrarian.info/
      • http://del.icio.us/travelinlibrarian/cil2007/rss

    + State of NebraskaState of Nebraska, 3 years ago

    custom

    2265 views, 2 favs, 0 embeds more stats

    Presented at Computers in Libraries 2007 in Arlingt more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 2265
      • 2265 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 2
    • Downloads 0
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories

    Tags