<?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 for Raj at the Internet Archive</title>
	<atom:link href="http://raj.blog.archive.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://raj.blog.archive.org</link>
	<description></description>
	<lastBuildDate>Wed, 01 May 2013 19:26:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on How to serve IA-style books from your own cluster by raj</title>
		<link>http://raj.blog.archive.org/2011/03/17/how-to-serve-ia-style-books-from-your-own-cluster/#comment-45662</link>
		<dc:creator>raj</dc:creator>
		<pubDate>Wed, 01 May 2013 19:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://raj.blog.archive.org/?p=80#comment-45662</guid>
		<description><![CDATA[The url you are using seems like it would only work if you are signed into dropbox. If you are serving the bookreader from your local machine or a different domain, perhaps you are running into issues with third-party cookies being blocked. I don&#039;t think you will be able to get the bookreader to work well in this way.

Also, the above instructions seem to be missing a trailing slash. it should be something like ‘https://www.dropbox.com/home/images/’ + imgStr + ‘.jpg’. You can always right-click the broken image icon and copy the image url and inspect that it works if you paste it into a different browser window.]]></description>
		<content:encoded><![CDATA[<p>The url you are using seems like it would only work if you are signed into dropbox. If you are serving the bookreader from your local machine or a different domain, perhaps you are running into issues with third-party cookies being blocked. I don&#8217;t think you will be able to get the bookreader to work well in this way.</p>
<p>Also, the above instructions seem to be missing a trailing slash. it should be something like ‘https://www.dropbox.com/home/images/’ + imgStr + ‘.jpg’. You can always right-click the broken image icon and copy the image url and inspect that it works if you paste it into a different browser window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to serve IA-style books from your own cluster by heleneveragten</title>
		<link>http://raj.blog.archive.org/2011/03/17/how-to-serve-ia-style-books-from-your-own-cluster/#comment-45660</link>
		<dc:creator>heleneveragten</dc:creator>
		<pubDate>Wed, 01 May 2013 19:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://raj.blog.archive.org/?p=80#comment-45660</guid>
		<description><![CDATA[Hi Raj,

I&#039;ve got the same problem! This is my input. When I go to my bookreader, it doesn&#039;t show my images (just I sign you get when you can&#039;t open the images)

var leafStr = &#039;000&#039;;            
var imgStr = (index+1).toString();
var re = new RegExp(&quot;0{&quot;+imgStr.length+&quot;}$&quot;);
var url = &#039;https://www.dropbox.com/home/images&#039; + imgStr + &#039;.jpg&#039;;
return url;

Can you help me? Thanks!!]]></description>
		<content:encoded><![CDATA[<p>Hi Raj,</p>
<p>I&#8217;ve got the same problem! This is my input. When I go to my bookreader, it doesn&#8217;t show my images (just I sign you get when you can&#8217;t open the images)</p>
<p>var leafStr = &#8217;000&#8242;;<br />
var imgStr = (index+1).toString();<br />
var re = new RegExp(&#8220;0{&#8220;+imgStr.length+&#8221;}$&#8221;);<br />
var url = &#8216;https://www.dropbox.com/home/images&#8217; + imgStr + &#8216;.jpg&#8217;;<br />
return url;</p>
<p>Can you help me? Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to serve IA-style books from your own cluster by raj</title>
		<link>http://raj.blog.archive.org/2011/03/17/how-to-serve-ia-style-books-from-your-own-cluster/#comment-33400</link>
		<dc:creator>raj</dc:creator>
		<pubDate>Fri, 01 Feb 2013 19:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://raj.blog.archive.org/?p=80#comment-33400</guid>
		<description><![CDATA[Hi Marco,

The book data isn&#039;t stored in an openlibrary server. Open Library is only about metadata about books. The actual book images are stored on the archive.org storage cluster, and the format of an archive.org book item is described here: http://archive.org/about/faqs.php#140]]></description>
		<content:encoded><![CDATA[<p>Hi Marco,</p>
<p>The book data isn&#8217;t stored in an openlibrary server. Open Library is only about metadata about books. The actual book images are stored on the archive.org storage cluster, and the format of an archive.org book item is described here: <a href="http://archive.org/about/faqs.php#140" rel="nofollow">http://archive.org/about/faqs.php#140</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to serve IA-style books from your own cluster by Marco</title>
		<link>http://raj.blog.archive.org/2011/03/17/how-to-serve-ia-style-books-from-your-own-cluster/#comment-33240</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 31 Jan 2013 15:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://raj.blog.archive.org/?p=80#comment-33240</guid>
		<description><![CDATA[Hello, Raj,
I&#039;m trying to set up my own openlibrary server to publish IA-style books.
I&#039;m asking where I can find (if it exists at all, I can&#039;t find anything like that on the whole internet...) a specification for &quot;Internet Archive Storage for Book Data&quot;, i.e. a full description of the data requested to add a scanned boot to my openlibrary server. In the second paragraph of this post you describe the list of files used by the bookreader, but do not fully specify their internal format...]]></description>
		<content:encoded><![CDATA[<p>Hello, Raj,<br />
I&#8217;m trying to set up my own openlibrary server to publish IA-style books.<br />
I&#8217;m asking where I can find (if it exists at all, I can&#8217;t find anything like that on the whole internet&#8230;) a specification for &#8220;Internet Archive Storage for Book Data&#8221;, i.e. a full description of the data requested to add a scanned boot to my openlibrary server. In the second paragraph of this post you describe the list of files used by the bookreader, but do not fully specify their internal format&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to serve IA-style books from your own cluster by Sandeep</title>
		<link>http://raj.blog.archive.org/2011/03/17/how-to-serve-ia-style-books-from-your-own-cluster/#comment-31300</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Mon, 14 Jan 2013 23:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://raj.blog.archive.org/?p=80#comment-31300</guid>
		<description><![CDATA[Dear Anthony, would you be able to share some information how you implemented the search into bookreader. Thanks.]]></description>
		<content:encoded><![CDATA[<p>Dear Anthony, would you be able to share some information how you implemented the search into bookreader. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing ipython notebook to replace matlab by Gavin</title>
		<link>http://raj.blog.archive.org/2012/02/02/installing-ipython-notebook-to-replace-matlab/#comment-30782</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Thu, 10 Jan 2013 04:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://raj.blog.archive.org/2012/02/02/installing-ipython-notebook-to-replace-matlab/#comment-30782</guid>
		<description><![CDATA[I have automated the set of instructions for ipython notebook using Puppet scripts in a virtual machine. This reduces the installation to just 4 step. I have a github repository that has the code with installation instructions

https://github.com/gavinln/stats_py_vm]]></description>
		<content:encoded><![CDATA[<p>I have automated the set of instructions for ipython notebook using Puppet scripts in a virtual machine. This reduces the installation to just 4 step. I have a github repository that has the code with installation instructions</p>
<p><a href="https://github.com/gavinln/stats_py_vm" rel="nofollow">https://github.com/gavinln/stats_py_vm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to serve IA-style books from your own cluster by Anthony</title>
		<link>http://raj.blog.archive.org/2011/03/17/how-to-serve-ia-style-books-from-your-own-cluster/#comment-27453</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Mon, 10 Dec 2012 08:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://raj.blog.archive.org/?p=80#comment-27453</guid>
		<description><![CDATA[Hello Raj,

Just a small message to tell you that I found a small bug in the BookReader which prevents iPad users from performing a search inside the book. The search input form cannot get focus.

The issue is known and comes from jQuery. It can be solved by simply modifying jquery.ui.ipad.js :  

in function iPadTouchHandler(event),  
replace the  line 344 :  &quot;if ($(event.changedTouches[0].target).is(&quot;select&quot;)) {&quot;
by:  &quot;if ($(event.changedTouches[0].target).is(&quot;select&quot;) &#124;&#124; $(event.changedTouches[0].target).is(&quot;input&quot;)) {&quot;

Hope this helps.

Best regards,
Anthony.]]></description>
		<content:encoded><![CDATA[<p>Hello Raj,</p>
<p>Just a small message to tell you that I found a small bug in the BookReader which prevents iPad users from performing a search inside the book. The search input form cannot get focus.</p>
<p>The issue is known and comes from jQuery. It can be solved by simply modifying jquery.ui.ipad.js :  </p>
<p>in function iPadTouchHandler(event),<br />
replace the  line 344 :  &#8220;if ($(event.changedTouches[0].target).is(&#8220;select&#8221;)) {&#8221;<br />
by:  &#8220;if ($(event.changedTouches[0].target).is(&#8220;select&#8221;) || $(event.changedTouches[0].target).is(&#8220;input&#8221;)) {&#8221;</p>
<p>Hope this helps.</p>
<p>Best regards,<br />
Anthony.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing ipython notebook to replace matlab by cbellingan</title>
		<link>http://raj.blog.archive.org/2012/02/02/installing-ipython-notebook-to-replace-matlab/#comment-25018</link>
		<dc:creator>cbellingan</dc:creator>
		<pubDate>Thu, 29 Nov 2012 07:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://raj.blog.archive.org/2012/02/02/installing-ipython-notebook-to-replace-matlab/#comment-25018</guid>
		<description><![CDATA[Thanks for the info, there were a couple of extra deps for the Ubuntu 12.04 AMI running in EC2, full instructions:

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/zeromq
sudo add-apt-repository ppa:chris-lea/libpgm
sudo apt-get update
sudo apt-get install libzmq1
sudo apt-get install libzmq-dev
sudo apt-get install libpgm-5.1-0
sudo apt-get install python-pip
sudo apt-get install gcc
sudo apt-get install python-dev
sudo apt-get install g++
sudo apt-get install libpng-dev libjpeg8-dev libfreetype6-dev

sudo pip install pyzmq

sudo pip install tornado
sudo pip install --upgrade ipython
sudo pip install numpy
sudo pip install matplotlib]]></description>
		<content:encoded><![CDATA[<p>Thanks for the info, there were a couple of extra deps for the Ubuntu 12.04 AMI running in EC2, full instructions:</p>
<p>sudo apt-get install python-software-properties<br />
sudo add-apt-repository ppa:chris-lea/zeromq<br />
sudo add-apt-repository ppa:chris-lea/libpgm<br />
sudo apt-get update<br />
sudo apt-get install libzmq1<br />
sudo apt-get install libzmq-dev<br />
sudo apt-get install libpgm-5.1-0<br />
sudo apt-get install python-pip<br />
sudo apt-get install gcc<br />
sudo apt-get install python-dev<br />
sudo apt-get install g++<br />
sudo apt-get install libpng-dev libjpeg8-dev libfreetype6-dev</p>
<p>sudo pip install pyzmq</p>
<p>sudo pip install tornado<br />
sudo pip install &#8211;upgrade ipython<br />
sudo pip install numpy<br />
sudo pip install matplotlib</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to serve IA-style books from your own cluster by Anthony</title>
		<link>http://raj.blog.archive.org/2011/03/17/how-to-serve-ia-style-books-from-your-own-cluster/#comment-19325</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 06 Nov 2012 15:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://raj.blog.archive.org/?p=80#comment-19325</guid>
		<description><![CDATA[It works perfectly well, thanks !]]></description>
		<content:encoded><![CDATA[<p>It works perfectly well, thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to serve IA-style books from your own cluster by raj</title>
		<link>http://raj.blog.archive.org/2011/03/17/how-to-serve-ia-style-books-from-your-own-cluster/#comment-17944</link>
		<dc:creator>raj</dc:creator>
		<pubDate>Fri, 02 Nov 2012 22:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://raj.blog.archive.org/?p=80#comment-17944</guid>
		<description><![CDATA[Hi, the code is here:
https://github.com/rajbot/AbbyyToDjvuXml]]></description>
		<content:encoded><![CDATA[<p>Hi, the code is here:<br />
<a href="https://github.com/rajbot/AbbyyToDjvuXml" rel="nofollow">https://github.com/rajbot/AbbyyToDjvuXml</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
