<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Book Data Providers to Improve Services to Patrons</title>
	<atom:link href="http://journal.code4lib.org/articles/1009/feed" rel="self" type="application/rss+xml" />
	<link>http://journal.code4lib.org/articles/1009</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 06:29:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Josh Gachnang</title>
		<link>http://journal.code4lib.org/articles/1009/comment-page-1#comment-4174</link>
		<dc:creator>Josh Gachnang</dc:creator>
		<pubDate>Thu, 13 Oct 2011 21:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=1009#comment-4174</guid>
		<description><![CDATA[One of the links at the bottom is broken. DiveIntoPython.org is permanently down. It has been mirrored at DiveIntoPython.net. Please update your link. Thanks!]]></description>
		<content:encoded><![CDATA[<p>One of the links at the bottom is broken. DiveIntoPython.org is permanently down. It has been mirrored at DiveIntoPython.net. Please update your link. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Beccaria</title>
		<link>http://journal.code4lib.org/articles/1009/comment-page-1#comment-2680</link>
		<dc:creator>Mike Beccaria</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=1009#comment-2680</guid>
		<description><![CDATA[Carol,
The script in the article is a shortened and simplified script relative to the one I am using in my production setting. I wanted to make the article as simple to read and (re)use as possible, so I tried not to make it too complicated. Modifying the script to take an input file from a specific ILS or file format shouldn&#039;t be too hard. The principles are the same.]]></description>
		<content:encoded><![CDATA[<p>Carol,<br />
The script in the article is a shortened and simplified script relative to the one I am using in my production setting. I wanted to make the article as simple to read and (re)use as possible, so I tried not to make it too complicated. Modifying the script to take an input file from a specific ILS or file format shouldn&#8217;t be too hard. The principles are the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Course</title>
		<link>http://journal.code4lib.org/articles/1009/comment-page-1#comment-2481</link>
		<dc:creator>Course</dc:creator>
		<pubDate>Tue, 19 May 2009 09:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=1009#comment-2481</guid>
		<description><![CDATA[Could you provide me with some address that provides books]]></description>
		<content:encoded><![CDATA[<p>Could you provide me with some address that provides books</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol Bean</title>
		<link>http://journal.code4lib.org/articles/1009/comment-page-1#comment-2032</link>
		<dc:creator>Carol Bean</dc:creator>
		<pubDate>Sat, 11 Apr 2009 14:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=1009#comment-2032</guid>
		<description><![CDATA[I am a bit confused by the initial steps of the process. In the Implementation section, it says,
 
&quot;1. Each night, our ILS outputs a pipe delimited text file to a web accessible folder on the server. The file contains the title, author, and ISBN of books that are newly added to our catalog.&quot;

But in the Process section, (Step 1: Reading the ISBN text file), it states,

&quot;Given a text file of ISBN numbers separated by carriage returns, we can read these items into a Python list (also called an array in other programming languages).&quot;

Where does the text file of ISBN numbers separated by *carriage returns* come from?  Is there another step which converts the pipe delimited file to a carriage return delimited file, or is this conversion handled by one of the python modules?

Thanks,
Carol]]></description>
		<content:encoded><![CDATA[<p>I am a bit confused by the initial steps of the process. In the Implementation section, it says,</p>
<p>&#8220;1. Each night, our ILS outputs a pipe delimited text file to a web accessible folder on the server. The file contains the title, author, and ISBN of books that are newly added to our catalog.&#8221;</p>
<p>But in the Process section, (Step 1: Reading the ISBN text file), it states,</p>
<p>&#8220;Given a text file of ISBN numbers separated by carriage returns, we can read these items into a Python list (also called an array in other programming languages).&#8221;</p>
<p>Where does the text file of ISBN numbers separated by *carriage returns* come from?  Is there another step which converts the pipe delimited file to a carriage return delimited file, or is this conversion handled by one of the python modules?</p>
<p>Thanks,<br />
Carol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Weaver</title>
		<link>http://journal.code4lib.org/articles/1009/comment-page-1#comment-1534</link>
		<dc:creator>Matt Weaver</dc:creator>
		<pubDate>Tue, 31 Mar 2009 19:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=1009#comment-1534</guid>
		<description><![CDATA[I am using a Drupal module called &quot;Book Post&quot;: http://drupal.org/project/bookpost in an online community for readers (just began testing). Via Book Post, an ISBN entered into a content type returns cover art and publishing info. The field is available in the Views module, allowing for the slide show on the front page.

Matt Weaver
Web Librarian
Westlake Porter Public Library (Westlake, Ohio)]]></description>
		<content:encoded><![CDATA[<p>I am using a Drupal module called &#8220;Book Post&#8221;: <a href="http://drupal.org/project/bookpost" rel="nofollow">http://drupal.org/project/bookpost</a> in an online community for readers (just began testing). Via Book Post, an ISBN entered into a content type returns cover art and publishing info. The field is available in the Views module, allowing for the slide show on the front page.</p>
<p>Matt Weaver<br />
Web Librarian<br />
Westlake Porter Public Library (Westlake, Ohio)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
