<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"  xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
   <channel>
      <title>RSS4Lib</title>
      <link>http://www.rss4lib.com/</link>
      <description>Innovative ways libraries use RSS</description>
      <language>en</language>
      <copyright>Copyright 2009, Ken Varnum</copyright>
      <creativeCommons:license>http://creativecommons.org/licenses/by-nc/3.0/us/</creativeCommons:license>
      <lastBuildDate>Wed, 01 Jul 2009 09:47:29 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 
      <image>
            <url>http://www.rss4lib.com/images/RSS4Lib-Logo-sm.jpg</url>
            <title>RSS4Lib</title>
            <link>http://www.rss4lib.com/</link>
      </image>

            <item>
         <title>RSS and Atom Comparison</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[What's the difference between RSS and Atom?  Both are XML formats, both are in common use, and most people who read RSS feeds don't need to know the technical differences between them. Atom was designed to resolve the incompatibilities among the various versions of RSS (0.92, 1.0, and 2.0) and is a bit more complex.  It is also an Internet Engineering Task Force (IETF) specification, <a href = "http://www.ietf.org/rfc/rfc4287">RFC4287</a>. RSS 2.0's specification is less formally reviewed and approved, but is still a standard.

If you're curious about how they're structured, here's a page for you:  <a href = "http://www.rgagnon.com/javadetails/java-0556.html">Comparison of RSS 2.0 and Atom</a>.  The top of this page shows a schematic of each data format -- showing each element and its children -- and a sample file.  This page goes on to a more technical discussion about generating each of these formats with JavaScript, but the schematics are handy and helpful.]]></description>
         <link>http://www.rss4lib.com/2009/07/rss_and_atom_comparison.html</link>
         <guid>http://www.rss4lib.com/2009/07/rss_and_atom_comparison.html</guid>
         <category>Syndication</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Syndication</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">Atom</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">RSS</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">standards</category>
        
         <pubDate>Wed, 01 Jul 2009 09:47:29 -0500</pubDate>
      </item>
            <item>
         <title>Twitter and Librarians in the Classroom</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[An article in last month's <cite>U.S. News and World Report</cite> ("<a href = "http://www.usnews.com/articles/education/2009/06/02/twitter-goes-to-college.html">Twitter Goes to College</a>") talked about how some college faculty and students were using Twitter in their classes send tweets during lectures -- students could ask questions, post "huh?", etc., -- as a way of getting instant feedback on the class in process.  Such "backchannel" behavior is common at library and technology conferences, but appears to be rising in academic settings.

This could provide another 'in' to the academic process for librarians -- being able to monitor a lecture in process and jump in with tweets of resources that might help the students understand the context of what is being discussed.  A single librarian monitoring several classes at once could provide 'on the spot' reference services without needing to be in the classroom or interrupting the flow of the lecture.  

Are any librarians or libraries providing, or considering offering, such a service to faculty and students? 

<div class = "attribution">Via the <a href = "http://keptup.typepad.com/academic/2009/06/twitter-grows-as-an-instructional-technology.html">Kept-Up Academic Librarian</a>.</div>]]></description>
         <link>http://www.rss4lib.com/2009/06/twitter_and_librarians_in_the.html</link>
         <guid>http://www.rss4lib.com/2009/06/twitter_and_librarians_in_the.html</guid>
         <category>RSS Tools</category>
                  <category domain="http://www.sixapart.com/ns/types#category">RSS Tools</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">higher education</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">innovation</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">reference</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">tweet</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Twitter</category>
        
         <pubDate>Tue, 30 Jun 2009 10:36:21 -0500</pubDate>
      </item>
            <item>
         <title>JavaScript RSS Box Viewer</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[I stumbled across yet another RSS embedding tool, the prosaically named <a href = "http://p3k.org/rss/">JavaScript RSS Box Viewer</a>.  (See the "related posts" section below for my descriptions of several other similar tools.) RSS Box Viewer gives you a great deal of control over the output of your feeds (you can set the number of items to show, the width of the box, compact/expanded view, colors for the frame around the box, etc., etc.). Here, in fact, is a simple sample of the RSS4Lib feed that shows the most recent 3 headlines:

<script type="text/javascript" src="http://p3k.org/rss/proxy.r?frameColor=black&amp;textColor=black&amp;_=1243559664019&amp;titleBarColor=lightblue&amp;compact=true&amp;fontFace=&amp;align=&amp;showXmlButton=&amp;maxItems=3&amp;boxFillColor=white&amp;titleBarTextColor=black&amp;width=400&amp;url=http%3A%2F%2Fwww.rss4lib.com%2Findex.xml&amp;"></script>

A few minor quibbles...  The color palettes are "web safe", which means you can't match exactly the color scheme on the site.  The web page where you configure your box doesn't handle wide formats for the box very well -- so if you want to preview your RSS feed wider than about 200 pixels, the preview overlaps the form you fill out (at least, for the Mac versions of Safari and Firefox).  And the form requires you to enter an RSS feed's URL, not the URL of the site -- there's no autodiscovery.

But in terms of ease of use, this seems as powerful as the hosted version of Feed2JS and as flexible as Google's similar tool.

<h2>Related Posts</h2>
<ul>
<li><a href = "http://www.rss4lib.com/2007/04/google_ajax_feed_api.html">Google AJAX Feed API</a></li>
<li><a href = "http://www.rss4lib.com/2005/05/its_not_stealing_its_syndicati.html">It's Not Stealing -- It's Syndicating</a></li>
</ul>]]></description>
         <link>http://www.rss4lib.com/2009/05/javascript_rss_box_viewer.html</link>
         <guid>http://www.rss4lib.com/2009/05/javascript_rss_box_viewer.html</guid>
         <category>RSS Tools</category>
                  <category domain="http://www.sixapart.com/ns/types#category">RSS Tools</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Reviews</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">embedding</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">JavaScript</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">repurpose</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">reuse</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">RSS</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">tools</category>
        
         <pubDate>Thu, 28 May 2009 21:11:22 -0500</pubDate>
      </item>
            <item>
         <title>Facebook Notes Redirects Your Feeds</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[I jumped on the Facebook bandwagon as it was pulling out of town and created a <a href = "http://www.facebook.com/pages/RSS4Lib-Innovative-Ways-Libraries-Use-RSS/81126379633">Facebook page for RSS4Lib</a> (become a fan!).  In the process, as I was adding the RSS feed for this blog using the Notes tool, I noticed something more than a little annoying: RSS feeds added to a Facebook page using Facebook's Notes application are rewritten to drive all traffic from that version of the feed to Facebook, not your own site.   While clearly in Facebook's financial interest to bring more traffic to Facebook, they do so without explicit permission.

When you set up an RSS feed into Facebook notes, you are asked to agree to a brief terms and conditions that says, in its entirety, "By entering a URL, you represent that you have the right to permit us to reproduce this content on the Facebook site and that the content is not obscene or illegal."

<div align = "center">
<img src = "http://www.rss4lib.com/images/20090519/terms.png" width="448" height="322" alt = "Facebook notes terms and conditions" />
</div>

However, Facebook's concept of "reproduce on the Facebook site" and mine are somewhat different.  While I fully understood that my blog posts would be presented inside Facebook -- as they are on the <a href = "http://www.facebook.com/feeds/notes.php?id=81126379633&viewer=537016797&key=4b87160acc&format=rss20">RSS4Lib Notes page</a>, I am surprised that the associated RSS feed includes rewritten channel and item data.  As an example, take a look at the feed's channel data:

<pre>
  &lt;channel&gt;
    &lt;title&gt;RSS4Lib: Innovative Ways Libraries Use RSS&apos;s Facebook Notes&lt;/title&gt;
    &lt;link&gt;http://www.facebook.com/notes.php?id=81126379633&lt;/link&gt;
    &lt;description&gt;RSS4Lib: Innovative Ways Libraries Use RSS&apos;s Facebook Notes&lt;/description&gt;
    &lt;language&gt;en-us&lt;/language&gt;
    &lt;category domain="Facebook"&gt;NotesFeed&lt;/category&gt;
    &lt;generator&gt;Facebook Syndication&lt;/generator&gt;&lt;docs&gt;http://www.rssboard.org/rss-specification&lt;/docs&gt;
    &lt;managingEditor&gt;http://www.facebook.com/pages/RSS4Lib-Innovative-Ways-Libraries-Use-RSS/81126379633&lt;/managingEditor&gt;
    &lt;webMaster&gt;webmaster@facebook.com&lt;/webMaster&gt;
    ...
  &lt;/channel&gt;
</pre>

The feed's link goes to Facebook (http://www.facebook.com/notes.php?id=81126379633). That page provides reproductions of recent posts.  Clicking on a post title, within Facebook, brings up that page in another Facebook page.  There is a tiny link at the bottom of the page to "View original post".

The individual items in the RSS feed are likewise rewritten:

<pre>
    &lt;item&gt;
      &lt;guid&gt;http://www.rss4lib.com/2009/05/feedmil_finds_feeds.html&lt;/guid&gt;
      &lt;title&gt;Feedmil Finds Feeds&lt;/title&gt;
      &lt;link&gt;http://www.facebook.com/note.php?note_id=82829822943&lt;/link&gt;
      &lt;description&gt;Full Text of Post Goes Here&lt;/description&gt;
      &lt;pubDate&gt;Wed, 13 May 2009 16:39:36 +0000&lt;/pubDate&gt;
      &lt;author&gt;RSS4Lib: Innovative Ways Libraries Use RSS&lt;/author&gt;
      &lt;dc:creator&gt;RSS4Lib: Innovative Ways Libraries Use RSS&lt;/dc:creator&gt;
      &lt;source url="http://www.rss4lib.com/index.xml"&gt;http://www.rss4lib.com/2009/05/feedmil_finds_feeds.html&lt;/source&gt;
    &lt;/item&gt;
</pre>


They rewrite the link.  They change the author from what it is in the original post, "rss4lib@gmail.com (Ken Varnum)", assign a creator that is not the author cited in the original post, and link to an RSS feed as the source.  (Facebook does display the URL of the post, but clicking it goes to the feed.  Depending on your web browser, it may not be helpful behavior to get an XML file.)  They don't provide attribution for individual posts on the site.

The way Facebook is using my content does not fit my understanding of the Creative Commons "<a href = 'http://creativecommons.org/licenses/by-nc/3.0/us/'>Attribution Non Commercial License</a>" I have applied.  Among other things, it states that:
<ol>
<li>You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work)</li>
<li>You may not use this work for commercial purposes.</li>
</ol>

I'm willing to give on point 2 -- yes, I understand that by reproducing my blog on Facebook's site that I'm contributing to their commercial gain -- but on point 1, I did not waive my right to appropriate attribution as specified in the license on the blog by agreeing to "reproduce" the blog on their site.  If this is "remixing," allowed in the Attribution Non Commercial license, requires that the licensee "takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work."  This has not been done.

This sort of misuse of content happens all the time, of course, but rarely so blatantly.

<h3>Related Posts</h3>
<ul>
<li><a href = "http://www.rss4lib.com/2008/05/rss_feeds_copyright.html">RSS Feeds & Copyright</a> (May 2008)</li>
<li><a href = "http://www.rss4lib.com/2008/08/creative_commons_and_blogging.html">Creative Commons and Bloggers</a> (August 2008)</li>
<li><a href = "http://www.rss4lib.com/2007/09/of_the_many_interesting_cans.html">Copyright, RSS, and Common Sense</a> (September 2007)</li>
</ul>]]></description>
         <link>http://www.rss4lib.com/2009/05/facebook_notes_redirects_your.html</link>
         <guid>http://www.rss4lib.com/2009/05/facebook_notes_redirects_your.html</guid>
         <category>Syndication</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Syndication</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">copyright</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">creative commons</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">Facebook</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">rss</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">syndication</category>
        
         <pubDate>Tue, 19 May 2009 10:28:20 -0500</pubDate>
      </item>
            <item>
         <title>Feedmil Finds Feeds </title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[A new feed-finding search engine, Feedmil, has made an appearance.  <a href = "http://www.feedmil.com/">Feedmil</a> is a feed-only search engine with some clever interface features to help you narrow down your search.  

Feedmil's Google-inspired front page asks, "what are you into?" and provides a sliding control so that you can adjust the results from "surprising" to "well known" -- at either end.  Want only well known feeds?  Move the left end of the slider to the right.  As soon as you let go of the slider, your search starts -- keeping you from adjusting both ends.  I found it a bit surprising that the search started as soon as I moved a slider.

<div align = "center"><img src = "http://www.rss4lib.com/images/20090513/feedmil-front.png" width = "400" height= "360" alt = "Feedmil front page" title = "Feedmil front page (screen shot 5/13/09)"/></div>

Feedmil gives you many ways to limit or refocus your search once it's presented the initial results.  Here are the results of a search for "rss library" (I was hoping to pull up my own blog, which did, though not in the first place that I crave...):

<div align = "center"><img src = "http://www.rss4lib.com/images/20090513/feedmil-search.png" width = "400" height= "347" alt = "Feedmil front page" title = "Feedmil search results for 'rss library' (screen shot 5/13/09)"/></div>

There are several filtering options running across the top:  Feed type (starts at 'all feeds', but also lets you narrow searches down to blog feeds, microblog feeds, podcasts, public media feeds, and social media feeds); sort options (Feedmil rank, quality, and relevance), and language.

On the right, there's a "topic significance" section that lets you select how much weight each of the topics (as determined by Feedmil) should have.  Playing with these sliders reorders the search results; as with the front page, as soon as you let go of a slider, the display changes.  If you want to restrict results to only one extreme or the other, simply move the slider all the way over.

Disturbingly, the results are displayed differently even if you don't move the slider at all.  For example, here's the above search before and after clicking (but not moving) the "library catalog" slider:

<div align = "center"><a href = "http://www.rss4lib.com/images/20090513/slider-combined-lg.png"><img src = "http://www.rss4lib.com/images/20090513/slider-combined-sm.png" width = "450" height= "213" alt = "Feedmil front page" title = "Feedmil search results for 'rss library' (screen shot 5/13/09)" border = "0"/></a></div>

I need to spend some more time using this tool, but I'm favorably impressed with my first look (aside from the odd interface issues noted above).  

<div class = "attribution">Via <a href = "http://www.web2learning.net/archives/2871">What I Learned Today</a>.</div>]]></description>
         <link>http://www.rss4lib.com/2009/05/feedmil_finds_feeds.html</link>
         <guid>http://www.rss4lib.com/2009/05/feedmil_finds_feeds.html</guid>
         <category></category>
                  <category domain="http://www.sixapart.com/ns/types#category">RSS Tools</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Reviews</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">feeds</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">RSS</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">search</category>
        
         <pubDate>Wed, 13 May 2009 11:39:36 -0500</pubDate>
      </item>
            <item>
         <title>Journal Tables of Contents in the Catalog</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[I've written several times about TicTOCs (most recently in <a href = "">TicTOCs: It's About Time</a>).  TicTOCs is a JISC-funded free service that collects RSS feeds for journal table of contents.  If you go to the <a href = "http://www.tictocs.ac.uk/">TicTOCs</a> site you can search for journals (by title, ISSN, etc.), and find the RSS feed for that journal's table of contents.  They also offer a <a href = "http://tictocsnews.wordpress.com/2009/02/11/opening-the-box-weve-exposed-the-tictocs-data/">downloadable list</a> of all the journals in their index, providing title, URL of the RSS feed, and ISSN.  This should allow easy importing into a library catalog, federated search tool, or link resolver.

At least one library has implemented this feature.  Peter van Boheemen, in his blogWebQuery @ Wageningen UR, describes how he <a href = "http://webquery.blogspot.com/2009/03/rss-services-from-journals-in-library.html"> added TicTOCs journal feeds</a> to his catalog.  A journal with a table of contents listed in TicTOCs has a link on the right side of the display to "Show recent articles" (this example is <cite><a href = "http://library.wur.nl/WebQuery/catalog/lang/62082">Die Naturwissenschaften</a></cite> from the Wageningen UR catalog):

<div align = "center"><a href = "http://www.rss4lib.com/images/20090318/wageningen-screenshot-1.png"><img src = "http://www.rss4lib.com/images/20090318/wageningen-screenshot-1-sm.png" width = "400" height = "236" border = 0"><br><span style = "font-size: small">Click for Larger Version</span></a>
</div>

Clicking on that link displays the table of contents for the most recent issue of the journal in the lower part of the screen.  Each article is linked to the full text (in this particular example, directly to SpringerLink, but it could just as easily go through a library's proxy server or link resolver to find a copy licensed for that library):

<div align = "center"><a href = "http://www.rss4lib.com/images/20090318/wageningen-screenshot-2.png"><img src = "http://www.rss4lib.com/images/20090318/wageningen-screenshot-2-sm.png" width = "400" height = "310" border = 0"><br><span style = "font-size: small">Click for Larger Version</span></a>
</div>

Is your library using TicTOCs like this?  Share your site in the comments.]]></description>
         <link>http://www.rss4lib.com/2009/03/journal_tables_of_contents_in.html</link>
         <guid>http://www.rss4lib.com/2009/03/journal_tables_of_contents_in.html</guid>
         <category>RSS Tools</category>
                  <category domain="http://www.sixapart.com/ns/types#category">RSS Tools</category>
        
        
         <pubDate>Wed, 18 Mar 2009 08:49:05 -0500</pubDate>
      </item>
            <item>
         <title>Fair Use and Quoting Commercial Content</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[Say you're blogging about a topic and you want to quote an excerpt of a commercial publication in your post.  How much can you quote, verbatim, under the doctrine of "<a href = "http://en.wikipedia.org/wiki/Fair_use">fair use</a>"?

This is the subject of an article in Sunday's New York Times:  "<a href = '://www.nytimes.com/2009/03/02/business/media/02scrape.html'>Copyright Challenge for Sites That Excerpt</a>."  Here's how the Times article sums up the problem:

<div class = "longquote">The legal disputes are emblematic of a larger question that has emerged from the Internet’s link economy. The editors of many Web sites, including ones operated by the Times Company, post excerpts from competitors’ content from time to time. At what point does excerpting from an article become illegal copying?

Courts have not provided much of an answer. In the United States, the copyright law provides a four-point definition of fair use, which takes into consideration the purpose (commercial vs. educational) and the substantiality of the excerpt.</div>

[Yes, I'm aware of the irony of quoting an 88-word passage from an article about the dangers of quoting lengthy passages from commercial publications in a blog post.]

The concept of Fair Use is a tricky, and slippery one. The courts usually determine what is “fair” after the fact, when someone complains.  A short excerpt that doesn't reproduce the heart of the original almost certainly is fair use; a significant excerpt that reproduced the main point of the article probably is not.  Reproducing the entire original clearly fails the text.  

The culture of the blogosphere has been to define fair use quite broadly; the courts have rarely, if ever, had a voice in the matter.  Yet.  I suspect that, as the economic woes facing the corporate world drag on, commercial sites will increasingly perceive extensive quoting of their content on other sites as an economic problem.  Whether such extensive quoting of published content has a real or imagined effect on revenue -- and whether that effect is positive or negative -- remains to be seen.  


<h2>Related Posts</h2>
<ul>
<li><a href = "http://www.rss4lib.com/2008/06/ap_bloggers_and_fair_use.html">AP, Bloggers, and Fair Use</a> (June 2008)</li>
<li><a href = "http://www.rss4lib.com/2008/05/rss_feeds_copyright.html">RSS Feeds & Copyright</a> (May 2008)</li>
</ul>]]></description>
         <link>http://www.rss4lib.com/2009/03/fair_use_and_quoting_commercia.html</link>
         <guid>http://www.rss4lib.com/2009/03/fair_use_and_quoting_commercia.html</guid>
         <category>Syndication</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Syndication</category>
        
        
         <pubDate>Mon, 02 Mar 2009 10:08:05 -0500</pubDate>
      </item>
            <item>
         <title>Research Blogging -- Connecting the Blogosphere to &quot;The Literature&quot; a Link at a Time</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[The <a href = "http://www.researchblogging.org/">Research Blogging</a> web site is a nexus for peer-reviewed literature and serious academic blogging about it.  (No, that's not a contradiction in terms.) Research Blogging helps readers find critical analysis of scientific reporting by pulling these scholarly blog posts together.  Many of these blog posts in reaction to published articles are written by experts in the field and can help you put the article in context.   From the Research Blogging site:

<div class = "longquote">Do you like to read about new developments in science and other fields? Are you tired of "science by press release"? ResearchBlogging.org is your place. Research Blogging allows readers to easily find blog posts about serious peer-reviewed research, instead of just news reports and press releases.</div>

While the majority of posts indexed by Research Blogging are in the hard sciences, there are a reasonable number in the area of <a href = "http://www.researchblogging.org/post-search/list?advanced=true&post_title=&journal=&blog_blogger_name=&tags=Library&tag_id=&search_text=&from_date=&to_date=&send=Search">information and library science</a>, broadly construed.  

To join the commentary, you must <a href = "http://www.researchblogging.org/account/createChooseBlog">register</a>.  Once you've done that, you get a code snippet to include in your posts that are about peer-reviewed articles.  Research Blogging then adds your post to its index.  Being a scholarly effort, there is peer review of posts indexed by the site -- if other registered research bloggers feel your post does not follow the site's <a href = "http://researchblogging.org/blog/?p=53">guidelines</a>, it is removed from the index.  This keeps the content relevant to the site's mission.  ]]></description>
         <link>http://www.rss4lib.com/2009/02/research_blogging_connecting_t.html</link>
         <guid>http://www.rss4lib.com/2009/02/research_blogging_connecting_t.html</guid>
         <category>Syndication</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Syndication</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">peer review</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">scholarly literature</category>
        
         <pubDate>Fri, 20 Feb 2009 08:40:55 -0500</pubDate>
      </item>
            <item>
         <title>Yahoo Pulls Plug on RSS Advertising Tool</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description>Yahoo! has announced it will no longer provide advertisements in RSS feeds. Like other wholesalers of online advertising, Yahoo! offered feed creators the chance to put advertisements in their RSS feeds so that they would appear at the end of an item in the feed.  Yahoo!&apos;s solution -- unlike, for example, Google&apos;s -- did not requre that the feed publisher offer subscriptions through a Yahoo!-controlled server.  You kept your RSS feed where it was and used some  HTML in the feed template to insert the advertisement.  (Google, after purchasing FeedBurner, has content creators redirect their feeds through its servers.)

 I&apos;m not necessarily upset that a source of ads in feeds is going away.  Yahoo! may not be doing well and may be focusing on its serious revenue sources.  It&apos;s been reported that other long-standing Yahoo! tools (Briefcase, for example) are also going away.  Then again, Yahoo!&apos;s retreat from this market might be indicative of how the perceived value of RSS feeds is changing. If there&apos;s not sufficient revenue from RSS-based advertising to keep a major, though second-tier, player in the game, what does that mean for publishing via RSS?</description>
         <link>http://www.rss4lib.com/2009/02/yahoo_pull_plug_on_rss_adverti.html</link>
         <guid>http://www.rss4lib.com/2009/02/yahoo_pull_plug_on_rss_adverti.html</guid>
         <category>RSS Tools</category>
                  <category domain="http://www.sixapart.com/ns/types#category">RSS Tools</category>
        
        
         <pubDate>Thu, 05 Feb 2009 13:22:10 -0500</pubDate>
      </item>
            <item>
         <title>Mr. RSS Goes to Washington</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[Have you seen the just-relaunched <a href = "http://www.whitehouse.gov/">www.whitehouse.gov</a>?  Take a moment and look:

<div align = "center">
 <a href = "http://www.rss4lib.com/images/20090120/whitehouse.png"><img src = "http://www.rss4lib.com/images/20090120/whitehouse-sm.png" alt = "Whitehouse.gov on Inauguration Day" title = "Screen shot of whitehouse.gov on Inauguration Day" width = "400" height = "" border = "0"></a><br>(Click for larger image)
</div>

From the tone of the <a href = "http://www.whitehouse.gov/blog/change_has_come_to_whitehouse-gov/">welcome message</a> from the White House's Director of New Media, this blog is intended to be relatively informal.  It's clearly a "new media" site -- aimed at an entirely more connected audience than the past version.  

If you look closely at the image, you'll see a very prominent weblog -- just below the picture, on the left.  Not just a blog, but an RSS-enabled blog.  And -- this makes my little RSS heart go pitter-pat -- the HTML source of the blog post shows that there is not just one RSS feed, but <strong>there are six</strong>.  Here they are:

<ul>
<li><a href="http://www.whitehouse.gov/feed/agenda.aspx">Agenda Articles Feed</a></li>
<li><a href="http://www.whitehouse.gov/feed/press.aspx">Press Office Feed</a></li>
<li><a href="http://www.whitehouse.gov/feed/omb.aspx">OMB News Article Feed</a></li>
<li><a href="http://www.whitehouse.gov/feed/blog.aspx">Blog Feed</a></li>
<li><a href="http://www.whitehouse.gov/feed/gallery.aspx">Photo Gallery Feed</a></li>
<li><a href="http://www.whitehouse.gov/feed/video.aspx">Video Feed</a></li>
</ul>

Now that's a lot of RSS! (Although at the moment, the agenda, press, and video feeds appear to be empty.)  And in case you want a single feed, here's the RSS4Lib Whitehouse.gov all-in-one feed, <a href = "http://pipes.yahoo.com/pipes/pipe.run?_id=hB4H0WPn3RGjH0AQdfQQIA&_render=rss"> via Yahoo! Pipes</a>.]]></description>
         <link>http://www.rss4lib.com/2009/01/mr_rss_goes_to_washington.html</link>
         <guid>http://www.rss4lib.com/2009/01/mr_rss_goes_to_washington.html</guid>
         <category>Public Blogs</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Public Blogs</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">change</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">government</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">mashup</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">rss</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">white house</category>
        
         <pubDate>Tue, 20 Jan 2009 21:10:37 -0500</pubDate>
      </item>
            <item>
         <title>TicTOCs:  It&apos;s about Time</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[The JISC <a href = "http://www.tictocs.ac.uk/">ticTOCS</a> service has been <a href = "http://tictocsnews.wordpress.com/2008/12/11/scholarly-journals-new-free-service-makes-keeping-up-to-date-easy/">formally launched</a> after a significant trial period. (I first wrote about this service in <a href = "http://www.rss4lib.com/2007/07/tictocs_journal_tables_of_cont.html">July 2007</a>.)  The ticTOCs service aggregates the tables of contents (TOCs) from 11,470 scholarly journals from 422 publishers, for a total of 296,186 full-text articles. (Of course, you or your institution must have access to the full text of these journals to view them; the table of contents, though, is free.)

The idea behind ticTOCs is to make finding and subscribing to table of contents RSS feeds a simple process.  This free service is long overdue.  Getting lists of tables of contents from journal publishers is time-consuming, if it is possible at all.  Being able to pull together feeds across journals in one OPML file will prove helpful to libraries wanting to deliver current awareness services, have more up-to-date subject guides (with a list of recent articles in that topics 'hot' journals), or to augment catalog records.  

The site lets you identify journals of interest by topic, by title, or by publisher, subscribe to their tables of contents (the "TOCs") by checking ("ticking") a box, and then getting an aggregated feed of articles and abstracts to review.  You can add all journals matching a search (subject, title word, or publisher) to your profile with a single click, or add individual titles. 

<div align = "center"><a href = "http://www.rss4lib.com/images/20081219/tictoc-large.png"><img src = "http://www.rss4lib.com/images/20081219/tictoc-small.png" width = "400" height = "301" title = "Screen Shot of ticTOCs main page with search results" alt = "Screen Shot" border = "0"></a>
</div>

You can export the subscription list of tables of contents as an OPML file to add to your favorite reader.  For example, here is an OPML file of the 25 journals in the <a href = "http://www.rss4lib.com/images/20081219/tictocs.opml">Computers &mdash; Internet</a> category.

TicTOCs display each journal with its title, the standard icon for the RSS feed, and a menu to add that feed to either Bloglines or Google Reader.  Articles are shown by title; a link at the top of the display allows you to show the full abstract provided by the publisher.  And each article includes a link to add the citation to RefWorks.

<div align = "center"><img src = "http://www.rss4lib.com/images/20081219/journal-detail.png" width = "394" height = "230" title = "Screen Shot of a journal displayed in ticTOCs" alt = "Screen Shot" border = "0">
</div>

TicTOCs also opens the door to other advanced services.  For one example, once you have an OPML file for the RSS feeds for a group of journals, that list of feeds could be run through <a href = "http://pipes.yahoo.com/">Yahoo! Pipes</a> or other similar tool to filter for keywords.  For another, the OPML file from ticTOCs could be edited to redirect all full-text links through the library's proxy server, allowing that library's users to get to the full text articles without any hassle at all.  

Future developments I, for one, would like to see include (of course) more publishers -- <strike>where's Elsevier</strike> -- and a simple way to query ticTOCs with a journal's ISSN or EISSN and get back the canonical RSS feed.  Such a service would let libraries more easily add an RSS feed for a journal to that journal's entry in the local library catalog.  It would also be helpful, at an institutional level, to have automatic rewriting of full-text URLs in table of contents feeds that included the library's proxy server.

This service will save librarians time and, more importantly, save patrons time.

<h2>Related Articles</h2>

<ul>
 <li><a href = "http://www.rss4lib.com/2007/07/tictocs_journal_tables_of_cont.html">ticTOCs: Journal Tables of Contents</a></li>
 <li><a href = "http://www.rss4lib.com/2005/07/directory_of_journals_with_rss.html">Journal Tables of Contents via RSS</a></li>
</ul>

<h2>Correction</h2>

There are, in fact, 1870 Elsevier journal titles in ticTOCs -- thanks to Roddy MacLeod for pointing out my error.

<h2>Updated 12 Feb 2009</h2>

For you programmers out there, ticTOCs now offers a downloadable file of journal titles, ISSNs, and RSS feed URLs.  Not quite an API, but a good start.  See the <a href = "http://tictocsnews.wordpress.com/2009/02/11/opening-the-box-weve-exposed-the-tictocs-data/">ticTOCs news site</a> for details and or get the <a href = "http://www.tictocs.ac.uk/text.php">ticTOCs data set</a> for yourself.]]></description>
         <link>http://www.rss4lib.com/2008/12/tictocs_its_about_time.html</link>
         <guid>http://www.rss4lib.com/2008/12/tictocs_its_about_time.html</guid>
         <category>Reviews</category>
                  <category domain="http://www.sixapart.com/ns/types#category">RSS Tools</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Reviews</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Syndication</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">feeds</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">JISC</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">journals</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">rss</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">table of contents</category>
        
         <pubDate>Fri, 19 Dec 2008 14:43:54 -0500</pubDate>
      </item>
            <item>
         <title>Code4Lib Journal&apos;s Fifth Issue</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[Issue 5 of the <a href = "http://journal.code4lib.org">Code4Lib Journal</a> was published this afternoon.  And if I do say so myself (as a member of the journal's Editorial Committee</a>, it's another excellent one.  Here's the table of contents:

<ul>
<li><a href="http://journal.code4lib.org/articles/670">Editorial Introduction - Issue 5</a> by Emily Lynema</li>
<li><a href="http://journal.code4lib.org/articles/657">‡biblios: An Open Source Cataloging Editor</a> by Chris Catalfo</li>
<li><a href="http://journal.code4lib.org/articles/561">User-Centred Design and Agile Development: Rebuilding the Swedish National Union Catalogue</a> by Henrik Lindstr&ouml;m and Martin Malmsten</li>
<li><a href="http://journal.code4lib.org/articles/490">Reaching Users Through Facebook:  A Guide to Implementing Facebook Athenaeum</a> by Wayne Graham</li>
<li><a href="http://journal.code4lib.org/articles/501">Affinity Strings: Enterprise Data for Resource Recommendations</a> by Cody Hanson, Shane Nackerud, and Kristi Jensen</li>
<li><a href="http://journal.code4lib.org/articles/775">Identifying FRBR Work-Level Data in MARC Bibliographic Records for Manifestations of Moving Images</a> by Kelley McGrath and Lynne Bisko</li>
<li><a href="http://journal.code4lib.org/articles/469">Rasmuson Library DVD Browser:  Fun with Screen Scraping and Drupal</a> by Ilana Kingsley and Mark Morlino</li>
<li><a href="http://journal.code4lib.org/articles/685">Reviving Digital Projects</a> by Dianne Dietrich, Jennifer Doty, Jen Green and Nicole Scholtz</li>
<li><a href="http://journal.code4lib.org/articles/535">Generating Metadata on a Shoestring sans Programmer, with Our Good Friend, Excel (or Any Spreadsheet)</a> by Jill Strass</li>
<li><a href="http://journal.code4lib.org/articles/555">SPECIAL REPORT: Creating Conference Video</a> by Noel F. Peden</li>
<li><a href="http://journal.code4lib.org/articles/527">COLUMN:  We Love Open Source Software. No, You Can’t Have Our Code</a> by Dale Askey</li>
</ul>]]></description>
         <link>http://www.rss4lib.com/2008/12/code4lib_journals_fifth_issue.html</link>
         <guid>http://www.rss4lib.com/2008/12/code4lib_journals_fifth_issue.html</guid>
         <category>Code4Lib Journal</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Code4Lib Journal</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">c4lj</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">journals</category>
        
         <pubDate>Mon, 15 Dec 2008 16:31:13 -0500</pubDate>
      </item>
            <item>
         <title>Google Chrome: Out of Beta, Still No RSS</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[Google released its Chrome web browser back in September as a beta.  Unlike so many other Google tools that are in perpetual beta, Chrome today is now a full-fledged product (see Google's <a href = "http://googleblog.blogspot.com/2008/12/google-chrome-beta.html">press release</a> to this effect).

As I noted back in September, Chrome had <a href = "http://www.rss4lib.com/2008/09/google_chrome_and_rss.html">no support for RSS feeds</a>.  And it still doesn't -- here's RSS4Lib's RSS 2.0 feed as displayed by Chrome:

<div align = "center">
 <a href = "http://www.rss4lib.com/images/20081211/chrome.png"><img src = "http://www.rss4lib.com/images/20081211/chrome-small.png" width = "400" height = "298" border = "0" alt = "RSS Feed as displayed in Google Chrome"/></a><br>
<b>RSS Feed as displayed in Google Chrome</b>
</div>

Given that Google has a perfectly serviceable <a href = "http://www.google.com/reader/">RSS reader</a>, and seeing the importance Google has clearly placed on Chrome -- moving it from public beta to supported software in an unheard of three months --  it seems even odder now than in the beta stage that Google has chosen not to make use of it.  

<h3>Related Articles</h3>

<ul>
<li><a href = "http://www.rss4lib.com/2008/09/google_chrome_and_rss.html">Google Chrome and RSS</a></li>
<li><a href = "http://www.rss4lib.com/reviews/">Reviews</a></li>
</ul>]]></description>
         <link>http://www.rss4lib.com/2008/12/google_chrome_out_of_beta_stil.html</link>
         <guid>http://www.rss4lib.com/2008/12/google_chrome_out_of_beta_stil.html</guid>
         <category>Reviews</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Reviews</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">browser</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">chrome</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">googl</category>
        
         <pubDate>Thu, 11 Dec 2008 14:25:01 -0500</pubDate>
      </item>
            <item>
         <title>More than a Quarter-Century On the Net</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[I've been thinking about how much the Internet and computers have been part of my life, and for how long.  My first exposure to computers, and to online life, was way back in the spring of 1978 when my family moved to New Hampshire and I started attending the public elementary school there.  Dartmouth College, in the town where I grew up, had created a time-sharing computer network in the mid-1960s and <a href = "http://dtss.dartmouth.edu/history.php">put terminals in Hanover's secondary schools</a>. By the time I moved there a decade later, Dartmouth had also put terminals in the elementary schools.  So there I was, in 5th grade, dialing up on a 300-baud acoustic modem with a DEC Writer terminal playing computer games.  

In middle school, the next year, I was learning BASIC and spending all my free time in the library's computer lab -- where they had a CRT orange-screen terminal in addition to a DEC Writer.  I spent far too much much time trying to play a college student on Dartmouth's chat system... Typing "joi xyz" would let me speak to the world, or at least, the world of people online.  My conversations, if they were recorded for posterity, would certainly not be worth the cost of the storage media to save them, and I'm sure they didn't fool anybody as to my age.

A few years later, in high school, I was still geeking around.  By then, I had purchased my first "real" computer, an Atari 800.  I wrote simple games (and memorably, a Star Wars trivia test) in BASIC filled with references to GOTO this line number... True spaghetti code.  At school, the math lab had several Ohio Scientific PCs where I taught myself the bare basics of Assembler and wrote some simple games and other applications.  I wish I still had the 8" floppy disks used to save applications.  And I continued my forays into the online world.  Thanks to Google's indexing of Usenet, I discovered that I can trace my online presence back to twenty-five years ago today... To a very geeky "warez" post on the <a href = "http://groups.google.com/group/net.micro.atari?hl=en">net.micro.atari</a> Usenet group asking if anyone had Atari 800 <a href = "http://groups.google.com/group/net.micro.atari/browse_thread/thread/be85ffd56a53a3a9?hl=en&q=author:Ken+Varnum">software to trade</a>.  I even got some takers -- from England as well as the United States, and early demonstration of the power of the Internet.

And then college -- where technology was much less a significant part of my life than it has been at just about anytime in the past 30 years. Grinnell had computer labs and was online, but most of my friends were far less computer-focused than I.  I mostly wrote papers and occasionally chatted with another paper-writer in another computer lab on campus, but pretty well left the nascent Internet alone until I got to graduate school in the early 1990s.

And that's where my interests and technology came into sync.  During my first semester of library school, in 1993, the first graphical web browser, NSCA Mosaic, was released.  I jumped on the bandwagon, and haven't fallen off yet.    Back when there actually was a reasonably accurate "<a href = 'http://home.mcom.com/home/whatsnew/'>What's New</a>" service for the Internet -- listing new servers and new sites, day by day, as they came on line -- I was playing around on the library school's web server, posting web pages, and being amazed when things like centering text and tables were added to HTML.  Fast forward another decade, and the web is, well, my job -- who would have thought it?]]></description>
         <link>http://www.rss4lib.com/2008/12/more_than_a_quartercentury_on.html</link>
         <guid>http://www.rss4lib.com/2008/12/more_than_a_quartercentury_on.html</guid>
         <category>Non Sequiturs</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Non Sequiturs</category>
        
        
         <pubDate>Mon, 08 Dec 2008 10:42:32 -0500</pubDate>
      </item>
            <item>
         <title>FeedVis: An RSS Tag Cloud on Steroids</title>
         <author>rss4lib@gmail.com (Ken Varnum)</author>
         <description><![CDATA[<a href = "http://jasonpriem.com/feedvis/">FeedVis</a> is a word cloud/feed visualization tool.  Give it a bunch of RSS feeds (in <a href = "http://en.wikipedia.org/wiki/Opml">OPML</a>), it will digest them for you, and present a word frequency chart which you can interact with by selecting date ranges, specific blogs, or both.

I selected about 75 RSS- and library-related feeds and generated an OPML file, which I then uploaded to FeedVis. This is what the interface looks like. Across the top is a time scale -- a yellow bar indicates each day in the 30-day window, with the number of posts for each day shown. Beneath that is a word cloud, showing the most common words in the collection of feeds for the selected time period (in this case, all feeds for all 30 days).

<div align = "center">
    <a href = "http://www.rss4lib.com/images/20081205/feed_vis_1.png"><img src = "http://www.rss4lib.com/images/20081205/feed_vis_1-small.png" alt = "FeedVis Word Cloud for All Blogs" border = "0"/></a>
</div>

<p>If you select a single blog, FeedVis focuses on that blog and redraws the word cloud for you with a slick AJAX effect.  The size of the word shows frequency (per thousand words), as you'd expect. The color indicates recent shifts in popularity.  If a word has been used more in the selected time period than overall, it shows up as green.  If a word has been used less frequently in the selected time period than overall, it's red.  

<div align = "center">
    <a href = "http://www.rss4lib.com/images/20081205/feed_vis_2.png"><img src = "http://www.rss4lib.com/images/20081205/feed_vis_2-small.png" alt = "FeedVis Word Cloud for one Blog" border = "0"/></a>
</div>

<p>You can interact with this data yourself at <a href = "http://jasonpriem.com/feedvis/index.php?account=varnum">http://jasonpriem.com/feedvis/index.php?account=varnum</a>.  Of course, you can also create your own by exporting an OPML file from your favorite RSS reader (no more than 100 feeds can be imported at once, however).

<div class = "attribution">Thanks to Suz of <a href = "http://www.userslib.com/">userslib.com</a>.</div>]]></description>
         <link>http://www.rss4lib.com/2008/12/feedvis_an_rss_tag_cloud_on_st.html</link>
         <guid>http://www.rss4lib.com/2008/12/feedvis_an_rss_tag_cloud_on_st.html</guid>
         <category>RSS Tools</category>
                  <category domain="http://www.sixapart.com/ns/types#category">RSS Tools</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">cloud</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">RSS</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">tag</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">visualization</category>
        
         <pubDate>Fri, 05 Dec 2008 14:18:07 -0500</pubDate>
      </item>
      
   </channel>
</rss>
