<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Personal Website of Yakov Shafranovich &#187; Projects</title>
	<atom:link href="http://www.shaftek.org/blog/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shaftek.org</link>
	<description>ShafTek.org = SHAFranovich TECHnologies</description>
	<lastBuildDate>Thu, 02 Feb 2012 02:24:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enabling Other Languages on Amazon&#8217;s New Kindle Fire tablet</title>
		<link>http://www.shaftek.org/blog/2011/12/03/enabling-other-languages-on-amazons-new-kindle-fire-tablet/</link>
		<comments>http://www.shaftek.org/blog/2011/12/03/enabling-other-languages-on-amazons-new-kindle-fire-tablet/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 04:40:44 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=1051</guid>
		<description><![CDATA[IMPORTANT: The source code and all future development of this application is now moved to GitHub. Please use that page in the future: https://github.com/shaftekbiz/android-language-settings-app &#8212;&#8212;&#8212;&#8212;&#8212;- One of the interesting aspects of the new Kindle Fire is how much Amazon had customized or simply overrode the default UI, including some of the settings pages. One issue [...]]]></description>
			<content:encoded><![CDATA[<p><strong>IMPORTANT: The source code and all future development of this application is now moved to GitHub. Please use that page in the future:</strong></p>
<p><strong><a href="https://github.com/shaftekbiz/android-language-settings-app">https://github.com/shaftekbiz/android-language-settings-app</a></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>One of the interesting aspects of the new Kindle Fire is how much Amazon had customized or simply overrode the default UI, including some of the settings pages. One issue that has come up recently is how to enable ability to use languages other than English. A fellow Kindle Fire in Germany, named <strong>Gero Zahn</strong>, managed to figure out how to do that by using two separate apps which trick the Kindle Fire to opening the input language settings UI page which while hidden still remains on the device. His approach is described in detail in the following blog post and the credit for discovering this goes to him:</p>
<p><a href="http://blog.gerozahn.de/2011/11/kindle-fire-keyboard-layouts-solved/">http://blog.gerozahn.de/2011/11/kindle-fire-keyboard-layouts-solved/</a></p>
<p>I was looking for a simpler way to do this and came up with a very simple Android app using <a href="http://www.appinventorbeta.com/">Google&#8217;s AppInventor</a> that does just that &#8211; gives you access to the input language settings. This approach does not require installing outside applications other than this app itself. If you already have Android Market sideloaded into the Kindle, you can find the app <a href="https://market.android.com/details?id=appinventor.ai_yakov.LanguageSettings">here</a>.</p>
<p><strong>If you do not have the Market installed, you can download the app here:</strong></p>
<p><strong><a href="http://goo.gl/NfEqO">http://goo.gl/NfEqO</a></strong></p>
<p><strong>This app is also available on the Amazon&#8217;s AppStore but it has not yet been approved for the Kindle Fire. To see this app on Amazon.com, <a href="http://www.amazon.com/dp/B0071LQXCK">click here</a>.</strong></p>
<p>Make sure to enable ability to load outside apps into your Kindle by tapping the top right corner of the screen to enter the settings section, then click on &#8220;Device&#8221; and check off &#8220;Allow installation&#8221; for non approved applications. I have submitted the app to the Amazon AppStore for approval as well, and hopefully it will be available directly from it.</p>
<p>For the technically inclined, here is a short explanation of what is happening:</p>
<p>Actions on Android that cross application boundaries are triggering using something called &#8220;<a href="http://developer.android.com/guide/topics/intents/intents-filters.html">Intents</a>&#8220;. There are two of those that trigger language settings, of which the first (<strong>com.android.settings.LanguageSettings</strong>) has been customized by Amazon to show their own keyboard options. The second is the one that actually triggers the language selection menu and is called &#8220;<strong>com.android.inputmethod.latin.InputLanguageSelection</strong>&#8220;. The action for it is called &#8220;<strong>android.intent.action.VIEW</strong>&#8220;.</p>
<p><strong>UPDATE #1:</strong></p>
<p>In my testing, only the following languages work:</p>
<ul>
<li>Danish</li>
<li>English UK</li>
<li>English US</li>
<li>French</li>
<li>German</li>
<li>Hebrew</li>
<li>Norwegian</li>
<li>Russian</li>
<li>Serbian</li>
<li>Swedish</li>
</ul>
<p><strong>UPDATE #2 &#8211; January 22nd, 2012</strong></p>
<p>The app has been updated to v1.3 and it is now a fully native Android app and no longer uses App Inventor. The size has been brought down from 1.4 MBs to 22 KBs. I also added support for Android 4 (ICS). The code will be open sourced shortly. You can use Google Market to update, or the same link above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2011/12/03/enabling-other-languages-on-amazons-new-kindle-fire-tablet/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Garden Project 2011: Introduction</title>
		<link>http://www.shaftek.org/blog/2011/06/12/garden-project-2011-introduction/</link>
		<comments>http://www.shaftek.org/blog/2011/06/12/garden-project-2011-introduction/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 16:13:53 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[gardening]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=936</guid>
		<description><![CDATA[As in the years past, my family is trying a hand at gardening this year again. In this post, I am going to outline what we have done in the past, what worked and what didn&#8217;t, before moving on to this year&#8217;s experiment. All of this information is for Baltimore City, MD, zones 7-7A. My [...]]]></description>
			<content:encoded><![CDATA[<p>As in the years past, my family is trying a hand at gardening this year again. In this post, I am going to outline what we have done in the past, what worked and what didn&#8217;t, before moving on to this year&#8217;s experiment. All of this information is for Baltimore City, MD, zones 7-7A. My house is located in the highest point in the city, about 490 feet above sea level.</p>
<p><strong>WHY PLANT?</strong></p>
<p>I find gardening an interesting hobby and it is useful for the kids as well. Additionally, being that we plant vegetables and fruit, we are hoping to eventually save some money on what we grow.</p>
<p>So far we have not broken even financially, primarily because the cost of transplants is high, and we buy new soil every year as well.</p>
<p><strong>WHERE TO PLANT: LAND / SOIL / GROUND</strong></p>
<p>In my back yard there is a section of ground right next to the neighbor&#8217;s fence, already surrounded with concrete and even has a small groove for water. That small strip is about 5&#8243; wide and 45&#8243; long, for a total of about 225 square feet. This is where we usually plant our garden. The problem is that the soil is extremely heavy clay, so heavy in fact that I can probably make pottery from it! I have looked into various possible solutions ranging from clay conditioners and just plain compost, but there is nothing that does not take a few years.</p>
<p>What we have done in the past, is weed whack the entire row, and than make burrows for the plants we are planting. We would then supplement those areas with freshly bought garden soil and hope for the best. The problem is that weeds tend to continue sprouting like crazy and a lot of work goes towards weeding. Another problem is that a lot of grass tends to grow in that area which makes things harder to plant. And to make things even crazier, there is a whole colony of kudzu in the end of the strip which spreads like wild fire. Because almost everything we plant is edible vegetables and fruits, I am afraid to use any sort of chemicals to kill the weeds.</p>
<p>Last year we have tried a new thing by using newspapers to block out the weeds and planting in soil on top of that. While that worked relatively well, the corn we planted did not make it in the end. There was a lot of work involved in stapling the newspapers to the ground, putting new soil on top, etc.</p>
<p>Earlier this year, we tried something new &#8211; putting out black plastic garbage bags to cover the ground and kills the weeds underneath. This worked somewhat well, but the weeds starting coming back after we took the cover off. The biggest problem however started once I begun preparing the ground &#8211; it is just way to hard to plow. Our neighbor spends several days with a pick ax doing just said, but don&#8217;t have that luxury. I did end up trying an electric cultivator but it did not work as well as I thought.</p>
<p><strong>HOW TO PLANT: SEEDS / TRANSPLANTS / FERTILIZER</strong></p>
<p>What we have done in the past is buy seeds from reputable companies like <a href="http://www.burpee.com/">Burpee</a> and <a href="http://www.ferry-morse.com/">Ferry Morse Co</a> (Amazon actually sells a lot of Ferry Morse seeds). While we haven&#8217;t specifically focused on buying non-hybrids, starting this year we may begin to because non-hybrid plants produce seed that can be used year after year, forgoing the yearly purchase of seeds.</p>
<p>For certain types of plants like tomatoes and peppers, we buy transplants from Bonnie Plants, usually in Home Depot. We have never tried growing transplants in doors yet, but may try in the future.</p>
<p>I haven&#8217;t not used any sort of fertilizer in the past because we eat what the plants product. This may explain why some of our plants did not make it. Instead, we usually buy soil with fertilizer already in it and supplement our existing soil in the burrows where planting is done. It does not look like this is really working.</p>
<p><strong>WHAT TO PLANT: Vegetables and Fruits</strong></p>
<p>Majority of what we have planted over the years have been sweet bell peppers. One year there were only banana peppers left and we tried those, but they were not quite as good as the regular sweet peppers. The sweet peppers we used were various Bonnie hybrids. We have had great success with peas and green beans, in particular, Wando peas and Blue Lake green beans.</p>
<p>Cantaloupe, cucumbers, corn and watermelon were tried but all either got some infection or did not produce good fruit. We also tried sun flowers but couldn&#8217;t figure out how to dry the seeds properly.</p>
<p>NEXT</p>
<p>In the next few posts I am hoping to cover some of the experiments we are doing this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2011/06/12/garden-project-2011-introduction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Eclipse Visual Editor 1.5 on Ubuntu 10.10</title>
		<link>http://www.shaftek.org/blog/2011/03/30/installing-eclipse-visual-editor-1-5-on-ubuntu-10-10/</link>
		<comments>http://www.shaftek.org/blog/2011/03/30/installing-eclipse-visual-editor-1-5-on-ubuntu-10-10/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 03:44:43 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[visual editor]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=902</guid>
		<description><![CDATA[I had been recently kicking around some coding ideas but until now all of my hobby coding has been done in Perl. I wanted to try something browser-based which led me back to Java, so of course I installed Eclipse as my IDE. However, I ran into an issue when I tried to install Visual [...]]]></description>
			<content:encoded><![CDATA[<p>I had been recently kicking around some coding ideas but until now all of my hobby coding has been done in Perl. I wanted to try something browser-based which led me back to Java, so of course I installed <a href="http://www.eclipse.org/">Eclipse</a> as my IDE. However, I ran into an issue when I tried to install <a href="http://www.eclipse.org/vep/">Visual Editor</a>, a plugin used for developing GUI applications. However, I was not able to install it. After some extensive Googling, and trial and error, I finally came up with a solution which I am sharing below.</p>
<p>First of all, about versioning: there are two current versions of Eclipse &#8211; 3.5 aka Ganymede and 3.6 aka Helios. Ubuntu 10.10 which I use on home box comes with the 3.5 version. Visual Editor also has two versions, 1.4 dating from 2009 and a more recent 1.5 release from late 2010. Because I wanted the 1.5 version with Eclipse 3.6, and after reading multiple posts describing issues with the Ubuntu packaged Eclipse, I installed the default packages and installed Eclipse 3.6 manually as follows:</p>
<ol>
<li>Download the Eclipse IDE for Java developers, 32 bit or 64 bit Linux version from <a href="http://www.eclipse.org/downloads/">here</a>.</li>
<li>I setup up Eclipse on my machine in the <strong>/opt/eclipse</strong> folder as root, however you can also do it on a per user basis in the home directory <a href="https://help.ubuntu.com/community/EclipseIDE#User installation">as described here</a>.</li>
<li>Create a shortcut to the Eclipse application itself and put it anywhere you want (I stuck mine directly on a panel).</li>
</ol>
<p>To install Visual Editor 1.5:</p>
<ol>
<li>Click on &#8220;Help&#8221;, &#8220;Install New Software&#8221;, &#8220;Add&#8221; to add the Visual Editor repository. Use the follow URL: <strong>http://download.eclipse.org/tools/ve/updates/1.5.0/</strong></li>
<li>When you try to install VE, you will get an error about a package called <strong>org.eclipse.jem.</strong> This package is part of Eclipse&#8217;s GEF tools, so go ahead and add a repository for GEF wit hthe following URL: <strong>http://download.eclipse.org/tools/gef/updates/releases/</strong></li>
<li>Install the GEF SDK itself or Draw2D.</li>
<li>Go back and install Visual Editor, then restart Eclipse.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2011/03/30/installing-eclipse-visual-editor-1-5-on-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old Projects Retired</title>
		<link>http://www.shaftek.org/blog/2010/09/12/old-projects-retired/</link>
		<comments>http://www.shaftek.org/blog/2010/09/12/old-projects-retired/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 00:02:24 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[track2rss]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=808</guid>
		<description><![CDATA[After some digital housecleaning today, I retired a whole bunch of old projects which no longer serve a purpose or where better alternatives exist. One of these, track2rss, consumes 75% of all resources of my current hosting for this site.]]></description>
			<content:encoded><![CDATA[<p>After some digital housecleaning today, I retired a whole bunch of old projects which no longer serve a purpose or where better alternatives exist. One of these, <a href="http://track2rss.sf.net">track2rss</a>, consumes 75% of all resources of my current hosting for this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2010/09/12/old-projects-retired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PublicDomainReprints.org Transitioning</title>
		<link>http://www.shaftek.org/blog/2010/09/11/publicdomainreprints-org-transitioning/</link>
		<comments>http://www.shaftek.org/blog/2010/09/11/publicdomainreprints-org-transitioning/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 03:39:21 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[publicdomainreprints]]></category>
		<category><![CDATA[publicdomainreprints.org]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=801</guid>
		<description><![CDATA[As of September 2010, this project will be transitioning shortly to a search engine for public domain books and reprints. Thank you for your support.]]></description>
			<content:encoded><![CDATA[<p>As of September 2010, this project will be transitioning shortly to a search engine for public domain books and reprints. Thank you for your support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2010/09/11/publicdomainreprints-org-transitioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QOOP Now Sells Google Books via Print on Demand</title>
		<link>http://www.shaftek.org/blog/2010/08/29/qoop-now-sells-google-books-via-print-on-demand/</link>
		<comments>http://www.shaftek.org/blog/2010/08/29/qoop-now-sells-google-books-via-print-on-demand/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 01:16:38 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[publicdomainreprints]]></category>
		<category><![CDATA[publicdomainreprints.org]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=793</guid>
		<description><![CDATA[Announcement here: http://my.qoop.com/forums/announcements/85/ Actual books available here: http://my.qoop.com/google/]]></description>
			<content:encoded><![CDATA[<p>Announcement here:</p>
<p><a href="http://my.qoop.com/forums/announcements/85/">http://my.qoop.com/forums/announcements/85/</a></p>
<p>Actual books available here:</p>
<p><a href="http://my.qoop.com/google/">http://my.qoop.com/google/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2010/08/29/qoop-now-sells-google-books-via-print-on-demand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nabu Press = BiblioBazaar</title>
		<link>http://www.shaftek.org/blog/2010/07/11/nabu-press-bibliobazaar/</link>
		<comments>http://www.shaftek.org/blog/2010/07/11/nabu-press-bibliobazaar/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 21:05:29 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[publicdomainreprints]]></category>
		<category><![CDATA[publicdomainreprints.org]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=782</guid>
		<description><![CDATA[For the past year or so, I have noticed a lot of new public domain books appearing in Amazon under Nabu Press. They seem to have no website and their books do not have any contact information, and I have gotten many inquiries from people thinking that my site, PublicDomainReprints.org is actually Nabu Press (we [...]]]></description>
			<content:encoded><![CDATA[<p>For the past year or so, I have noticed a lot of new public domain books appearing in Amazon under <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26field-language%3D%26field-title%3D%26field-binding_browse-bin%3D%26Adv-Srch-Books-Submit.y%3D0%26node%3D%26field-dateyear%3D%26field-publisher%3Dnabu%2520press%26redirect%3Dtrue%26sort%3Drelevanceexprank%26search-alias%3Dstripbooks%26field-isbn%3D%26ref%5F%3Dsr%5Fadv%5Fb%26unfiltered%3D1%26field-p%5Fn%5Fcondition-type%3D%26field-feature%5Fbrowse-bin%3D%26field-subject%3D%26Adv-Srch-Books-Submit.x%3D0%26field-datemod%3D%26field-dateop%3D%26field-keywords%3D%26field-author%3D&amp;tag=pdreprints-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Nabu Press</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=pdreprints-20&amp;l=ur2&amp;o=1" alt="" width="1" height="1" border="0" />. They seem to have no website and their books do not have any contact information, and I have gotten many inquiries from people thinking that my site, PublicDomainReprints.org is actually Nabu Press (we are not). Yet, they keep pumping out public domain reprints to a tune of over <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26field-language%3D%26field-title%3D%26field-binding_browse-bin%3D%26Adv-Srch-Books-Submit.y%3D0%26node%3D%26field-dateyear%3D%26field-publisher%3Dnabu%2520press%26redirect%3Dtrue%26sort%3Drelevanceexprank%26search-alias%3Dstripbooks%26field-isbn%3D%26ref%5F%3Dsr%5Fadv%5Fb%26unfiltered%3D1%26field-p%5Fn%5Fcondition-type%3D%26field-feature%5Fbrowse-bin%3D%26field-subject%3D%26Adv-Srch-Books-Submit.x%3D0%26field-datemod%3D%26field-dateop%3D%26field-keywords%3D%26field-author%3D&amp;tag=pdreprints-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">600,000</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=pdreprints-20&amp;l=ur2&amp;o=1" alt="" width="1" height="1" border="0" /> titles so far.</p>
<p>I took some time to check various state corporation databases and actually managed to find who Nabu Press is. They are &#8230; <a href="http://www.bibliobazaar.com/aboutus.php">BiblioBazaar</a> / <a href="http://bibliolife.com/">BiblioLife</a>, a company started by former BookSurge partners after they sold their POD company to Amazon. It is no surprise that they print their POD books through Amazon.</p>
<p>How do I know this &#8211; take a look at <a href="http://www.scsos.com/index.asp?n=18&amp;p=4&amp;s=18&amp;corporateid=567536">the SC filing for Nabu Press LLC</a>. The registered agent is for Nabu is:</p>
<blockquote><p>ERIKA V. HARRISON<br />
18-A CAROLINA<br />
CHARLESTON, SC 29403</p></blockquote>
<p>A search of the same site, reveals that only two other corporations have the same registered agent &#8211; <a href="http://www.scsos.com/index.asp?n=18&amp;p=4&amp;s=18&amp;corporateid=520341">BIBLIOBAZAAR II, LLC</a> and <a href="http://www.scsos.com/index.asp?n=18&amp;p=4&amp;s=18&amp;corporateid=520341">BIBLIOLABS, LLC</a>. BiblioLabs is part of BiblioBazaar as stated <a href="http://bibliolabs.bibliolife.com/">on their website</a>.</p>
<p>So the final word is that Nabu Press is actually part of BiblioBazaar. HOWEVER, why did they NOT mention this on their website, and especially in <a href="http://bibliolabs.bibliolife.com/programs-and-imprints/">the list of their imprints here</a>? Could it be for legal reasons?</p>
<p><span style="text-decoration: underline;"><strong>UPDATE:</strong></span> BiblioBazaar/BiblioLabs mentions Nabu Press <a href="http://www.bibliolabs.com/projects/">as their reprint right here</a>.</p>
<p><span style="text-decoration: underline;"><strong>UPDATE #2:</strong></span> You can see all of <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26search-alias%3Dstripbooks%26ref_%3Da9_sc_1%26qid%3D1309914522%26field-keywords%3Dbibliolife%23%3Fkeywords%3Dnabu&amp;tag=publiscom-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Nabu Press titles on Amazon here</a>, and all of <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26search-alias%3Dstripbooks%26ref_%3Da9_sc_1%26qid%3D1309914522%26field-keywords%3Dbibliolife%23%3Fkeywords%3Dbibliolife&amp;tag=publiscom-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">BiblioLife titles right here</a>.</p>
<p><span style="text-decoration: underline;"><strong>UPDATE #3:</strong></span> You can contact Nabu Press / Biblio Labs <a href="http://www.bibliolabs.com/contact-us/">right here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2010/07/11/nabu-press-bibliobazaar/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Hard Cover Support Added for PublicDomainReprints.org</title>
		<link>http://www.shaftek.org/blog/2009/07/15/hard-cover-support-added-for-publicdomainreprints-org/</link>
		<comments>http://www.shaftek.org/blog/2009/07/15/hard-cover-support-added-for-publicdomainreprints-org/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 19:54:04 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[publicdomainreprints]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=730</guid>
		<description><![CDATA[Over the weekend, I added hard cover support to PublicDomainReprints.org. All requests will now produce both soft and hard cover reprints.]]></description>
			<content:encoded><![CDATA[<p>Over the weekend, I added hard cover support to PublicDomainReprints.org. All requests will now produce both soft and hard cover reprints.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/07/15/hard-cover-support-added-for-publicdomainreprints-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Abuse Reporting Format Draft Posted</title>
		<link>http://www.shaftek.org/blog/2009/04/19/new-abuse-reporting-format-draft-posted/</link>
		<comments>http://www.shaftek.org/blog/2009/04/19/new-abuse-reporting-format-draft-posted/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 14:13:53 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[arf]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=675</guid>
		<description><![CDATA[Murray Kucherawy of SendMail has kindly taken over the editing of my ARF drafts. He just posted another version (-07), which you can find here. You can find all previous versions here.]]></description>
			<content:encoded><![CDATA[<p>Murray Kucherawy of SendMail has kindly taken over the editing of my ARF drafts. He just posted another version (-07), which <a href="http://www.shaftek.org/publications/drafts/abuse-report/draft-shafranovich-feedback-report-07.txt">you can find here</a>. You can find <a href="http://www.shaftek.org/publications/drafts/abuse-report/">all previous versions here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/04/19/new-abuse-reporting-format-draft-posted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with Google Checkout Payouts</title>
		<link>http://www.shaftek.org/blog/2009/03/04/problems-with-google-checkout-payouts/</link>
		<comments>http://www.shaftek.org/blog/2009/03/04/problems-with-google-checkout-payouts/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 04:36:58 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[google checkout]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=641</guid>
		<description><![CDATA[I am currently having issues with receiving money that people paid to my business with Google Checkout. I have contacted customer service and here is the reply I got: Thanks for notifying us of this situation, which our engineering team is currently addressing. When this issue is resolved, we&#8217;ll contact you by email. Meanwhile, my [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently having issues with receiving money that people paid to my business with <a href="http://checkout.google.com">Google Checkout</a>. I have contacted customer service and here is the reply I got:</p>
<blockquote><p>Thanks for notifying us of this situation, which our engineering team is currently addressing. When this issue is resolved, we&#8217;ll contact you by email.</p></blockquote>
<p>Meanwhile, my money is sitting at Google.</p>
<p>Others <a href="http://www.google.com/support/forum/p/checkout-merchants/thread?tid=03c0037cd7b29afd&amp;hl=en">are</a> reporting <a href="http://www.google.com/support/forum/p/checkout-merchants/thread?tid=5268899d706c3573&amp;hl=en">this problem</a> in the forums as well, some <a href="http://www.google.com/support/forum/p/checkout-merchants/thread?tid=0db9821201a29aff&amp;hl=en">as far back as January</a>. In addition, the Checkout blog <a href="http://checkout-merchants-forum-announcement.blogspot.com/2009/01/payouts-issue-resolved.html">had a post in early January</a> about the same issue which was supposedly fixed.</p>
<p>I am sending a strong worded letter to both Google Checkout and <a href="http://www.dllr.state.md.us/finance/moneytran.htm">my state regulatory body which regulated money transmitters</a> (with which incidentally Google did not register to obtain a license, which itself might be a problem for them). I will try to post updates if anything happens.</p>
<p><strong>UPDATE #1:</strong> Here is a copy of the letter that I send to the Maryland Commissioner of Financial Regulation:</p>
<blockquote><p>Commissioner of Financial Regulation<br />
CC: Google Payment Corp.</p>
<p>March 4, 2009</p>
<p>Honorable Commissioner,</p>
<p style="text-align: justify;">I am writing to you today to file a complaint against Google Payment Corp., which operates “a money transmission business” [as per the Maryland Money Transmission Act, Section 12-401 (l)(2)(iii)] known as Google Checkout (http://checkout.google.com). This service provides ability to businesses to receive credit card payments from consumers over the Internet. I currently hold a Seller&#8217;s account with Google Checkout under merchant ID # XXXXXXXXXXXXXXXX.</p>
<p style="text-align: justify;">As described on their website (http://checkout.google.com/support/sell/bin/answer.py?answer=134475), Google Checkout deposits the received funds within two (2) business days of the day when the original order was charged. One of my customers charded order # XXXXXXXXXXXXXXX on February XX, 2009 for a total of $X,XXX.XX. The net revenue amount after Google&#8217;s fees is $X,XXX.XX and was supposed to have deposited into my account no later than this past Monday, March XXX, 2009. HOWEVER, this money has not been deposited nor has it been listed under the “Payouts” section as being planned to be deposited. I had contacted Google Checkout via email since they do not provide a phone number for support. I had received the following reply:</p>
<p><em>“Thanks for notifying us of this situation, which our engineering team is currently addressing.”</em></p>
<p style="text-align: justify;">A futher review of the Google Checkout Merchant Forum (http://www.google.com/support/forum/p/checkout-merchants/label?lid=12de2eed05d80c5b&amp;hl=en) showed that numerous other merchants were having similar issues, some as far back as January, and no reply or planned time for resolution was received by anyone via email from Google Checkout. Being a small business, I rely on the quick turnaround of my payments and this unexplained hold up of funds may cause significant damage to my business if it continues. Additionally, I am stymied by both lack of any concrete timeline for resolution. I would like to request your assistance in order to obtain my funds in a timely fashion.</p>
<p style="text-align: justify;">Additionally, I would like to bring to your attention the fact that Google Payment Corp. does not appear on the list of licensed money transmitters on your website which would imply that it is not licensed to do business within this state, thus violating section 12-405 of the Maryland Money Transmission Act. Their competitors, PayPal, Inc. and Amazon Payments, are licensed within Maryland. Additionally, Google Payment Corp. is licensed as a money transmitter in the states of North Dakota, Arizona, Hawaii and Oregon, which implies that they are aware of the need to obtain such license on state level.</p>
<p>Sincerely,<br />
Yakov Shafranovich</p></blockquote>
<p style="text-align: justify;"><strong>UPDATE #2:</strong> I have received the following email from Google Checkout customer support. The money has shown up in my Google Checkout account but has not posted to the bank yet. Their reply is as follows:</p>
<blockquote><p>Hello,</p>
<p style="text-align: justify;">Thank you for your email and continued patience. I understand you are concerned about your payouts from February XX, 2009.</p>
<p style="text-align: justify;">I&#8217;ve researched your situation and can confirm that our engineering team has resolved the technical issue you reported. Furthermore, our records indicate that Google should initiated a payout for $X,XXX.XX to your bank account on March XX, 2009. For your reference, I have included information detailing the standard payout schedule below.</p>
</blockquote>
<p><strong>UPDATE #3:</strong> The money is listed this morning as a pending ACH transfer in my bank account. On a side note, <a href="http://blogoscoped.com/archive/2009-03-06-n14.html">Philip Lessen posted a story</a> of how someone&#8217;s AdSense account got closed without explanation, and how the owner was only able to get the money owed to him via small claims court.</p>
<p><strong>UPDATE #4:</strong> I have received a letter from the state regulator with an attached reply from Google. Google apologized for the delay but did state that they are of the legal opinion that state registration is not required. They are registering anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/03/04/problems-with-google-checkout-payouts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Contact Phone Number for Google Checkout</title>
		<link>http://www.shaftek.org/blog/2009/03/04/contact-phone-number-for-google-checkout/</link>
		<comments>http://www.shaftek.org/blog/2009/03/04/contact-phone-number-for-google-checkout/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 04:27:39 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[google checkout]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=638</guid>
		<description><![CDATA[Because of a recent unexplained mess with my Google Checkout account (subject of the next post), I like many others started looking for a phone number for them. One would think that given that this is a service people actually pay money for, there would be good support. However, there is no phone number for [...]]]></description>
			<content:encoded><![CDATA[<p>Because of a recent unexplained mess with my Google Checkout account (subject of the next post), I like many others started looking for a phone number for them. One would think that given that this is a service people actually pay money for, there would be good support. However, there is no phone number for them. It is interested to note that so far there are only two Google services that provide phone support: paid versions of Google Apps and AdWords.</p>
<p>I did find something else. When Google registered with states to obtain a local state license for a money transmitter, they did provide some real contact info which you can find <a href="http://www.nd.gov/dfi/regulate/reg/consumer.asp?list1=MT&#038;sort2=city&#038;city3=&#038;name4=&#038;Submit=Search">here</a> as follows:</p>
<p>Phone: (650) 253-4801<br />
Fax No: (650) 618-2682</p>
<p>This presumingly goes to their regulatory guy who probably have an idea of how to get in touch with customer service.</p>
<p><b>An important thing to keep in mind:</b> most businesses have some sort of a regulatory body on the state or federal level. Complaining to those bodies usually gets results. In this case, if a payment service be it Amazon, Google or Paypal, is licensed in your state, then your state agency is the best bet. They will first relay the complaint to the company, where it will probably get better attention than via some email form.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/03/04/contact-phone-number-for-google-checkout/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reprints Processing Fixed for PublicDomainReprints.org</title>
		<link>http://www.shaftek.org/blog/2009/03/04/reprints-processing-fixed-for-publicdomainreprintsorg/</link>
		<comments>http://www.shaftek.org/blog/2009/03/04/reprints-processing-fixed-for-publicdomainreprintsorg/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 06:06:32 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[publicdomainreprints]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=628</guid>
		<description><![CDATA[As part of last week&#8217;s upgrade, the reprints processing has been disabled. I have finally brought the processing up to code with the rest of the project, and most pending requests are being processed as we speak. Coming soon &#8211; new printing vendors, new binding types, and more features!]]></description>
			<content:encoded><![CDATA[<p>As part of last week&#8217;s upgrade, the reprints processing has been disabled. I have finally brought the processing up to code with the rest of the project, and most pending requests are being processed as we speak.</p>
<p>Coming soon &#8211; new printing vendors, new binding types, and more features!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/03/04/reprints-processing-fixed-for-publicdomainreprintsorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Second Level Support for 1&amp;1</title>
		<link>http://www.shaftek.org/blog/2009/02/27/second-level-support-for-11/</link>
		<comments>http://www.shaftek.org/blog/2009/02/27/second-level-support-for-11/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 19:19:27 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[1and1]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=624</guid>
		<description><![CDATA[The number is 877-206-4253. This is the department that handles second level support and abuse issues. This is also the number to call if you get an email from 1&#038;1 Internet about hacking activity in your account.]]></description>
			<content:encoded><![CDATA[<p>The number is 877-206-4253. This is the department that handles second level support and abuse issues. This is also the number to call if you get an email from 1&#038;1 Internet about hacking activity in your account.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/02/27/second-level-support-for-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Functionality for PublicDomainReprints.org</title>
		<link>http://www.shaftek.org/blog/2009/02/24/new-functionality-for-publicdomainreprintsorg/</link>
		<comments>http://www.shaftek.org/blog/2009/02/24/new-functionality-for-publicdomainreprintsorg/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 05:25:23 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[publicdomainreprints]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=622</guid>
		<description><![CDATA[We just finished an upgrade and added new functionality to PublicDomainReprints.org. Prior to today, any requested titles would result in a single reprint. This was not flexible enough since it did not allow for multiple bindings or editions of the same title. We have now changes the site to support multiple editions and reprints for [...]]]></description>
			<content:encoded><![CDATA[<p>We just finished an upgrade and added new functionality to <a href="http://www.publicdomainreprints.org/">PublicDomainReprints.org</a>. Prior to today, any requested titles would result in a single reprint. This was not flexible enough since it did not allow for multiple bindings or editions of the same title. We have now changes the site to support multiple editions and reprints for any given title. In library terms, we added <a href="http://en.wikipedia.org/wiki/FRBR">FRBR</a> functionality of sorts (title=work; edition=expression; reprint=manifestation).</p>
<p>Over the next few months we will be adding functionality to split, combine and otherwise mash up public domain content from multiple books into a single new book.</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/02/24/new-functionality-for-publicdomainreprintsorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Upgrade for PublicDomainReprints.org</title>
		<link>http://www.shaftek.org/blog/2009/02/22/site-upgrade-for-publicdomainreprintsorg/</link>
		<comments>http://www.shaftek.org/blog/2009/02/22/site-upgrade-for-publicdomainreprintsorg/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 04:45:39 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[publicdomainreprints]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=615</guid>
		<description><![CDATA[Over the next few days, we will be upgrading PublicDomainReprints.org. Expect intermittent issues.]]></description>
			<content:encoded><![CDATA[<p>Over the next few days, we will be upgrading <a href="http://www.publicdomainreprints.org">PublicDomainReprints.org</a>. Expect intermittent issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/02/22/site-upgrade-for-publicdomainreprintsorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Mobile Search for PublicDomainReprints.org</title>
		<link>http://www.shaftek.org/blog/2009/02/22/new-mobile-search-for-publicdomainreprintsorg/</link>
		<comments>http://www.shaftek.org/blog/2009/02/22/new-mobile-search-for-publicdomainreprintsorg/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 04:43:04 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[google books]]></category>
		<category><![CDATA[internet archive]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[publicdomainreprints]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=617</guid>
		<description><![CDATA[I have added an experimental mobile search function for PublicDomainReprints.org. It is available here: http://www.publicdomainreprints.org/m You can search, read and request reprints from your mobile phone. Unlike Google Book search mobile, this supports any mobile phone AND does Internet archive books as well &#8211; it includes an experimental mobile reader for Internet Archive books. Everything [...]]]></description>
			<content:encoded><![CDATA[<p>I have added an experimental mobile search function for PublicDomainReprints.org. It is available here:</p>
<p><b><a href="http://www.publicdomainreprints.org/m">http://www.publicdomainreprints.org/m</a></b></p>
<p>You can search, read and request reprints from your mobile phone. Unlike Google Book search mobile, this supports any mobile phone AND does Internet archive books as well &#8211; it includes an experimental mobile reader for Internet Archive books.</p>
<p>Everything is highly experimental, so do not rely on it <img src='http://www.shaftek.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/02/22/new-mobile-search-for-publicdomainreprintsorg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Other Public Domain Reprints Services</title>
		<link>http://www.shaftek.org/blog/2009/02/15/other-public-domain-reprints-services/</link>
		<comments>http://www.shaftek.org/blog/2009/02/15/other-public-domain-reprints-services/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 05:26:15 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[publicdomainreprints]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=613</guid>
		<description><![CDATA[We added a list of other reprint publishers and services right here for those books that cannot be located via our service.]]></description>
			<content:encoded><![CDATA[<p>We added a list of other reprint publishers and services <a href="http://www.publicdomainreprints.org/supported.shtml">right here</a> for those books that cannot be located via our service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/02/15/other-public-domain-reprints-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experimental Support for OpenCRS</title>
		<link>http://www.shaftek.org/blog/2009/02/09/experimental-support-for-opencrs/</link>
		<comments>http://www.shaftek.org/blog/2009/02/09/experimental-support-for-opencrs/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 03:00:17 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[publicdomainreprints]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=604</guid>
		<description><![CDATA[I just added experimental support for Congressional Research Service reports hosted by OpenCRS.com / CDT. Most of these are very small (under 40 pages) and our service will support them as a matter of convenience for those who want a bound copy. Due to the small number of pages, majority will print as saddle stitch. [...]]]></description>
			<content:encoded><![CDATA[<p>I just added experimental support for Congressional Research Service reports hosted by <a href="http://www.opencrs.com">OpenCRS.com / CDT</a>. Most of these are very small (under 40 pages) and our service will support them as a matter of convenience for those who want a bound copy. Due to the small number of pages, majority will print as saddle stitch. Here are some example reports:</p>
<p><a href="http://www.publicdomainreprints.org/code/review.pl?req_id=1026">Causes of the Financial Crisis (January 29, 2009)</a><br />
<a href="http://www.publicdomainreprints.org/code/review.pl?req_id=1027">Economic Slowdown: Issues and Policies (January 02, 2009)</a><br />
<a href="http://www.publicdomainreprints.org/code/review.pl?req_id=1028">Economic Stimulus: Issues and Policies (January 23, 2009)</a><br />
<a href="http://www.publicdomainreprints.org/code/review.pl?req_id=1024">Medicaid: The Federal Medical Assistance Percentage (February 02, 2009)</a><br />
<a href="http://www.publicdomainreprints.org/code/review.pl?req_id=1025">Proposed Funding for Workforce Development in the American Recovery and Reinvestment Act (ARRA) of 2009 (February 02, 2009)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/02/09/experimental-support-for-opencrs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated IPR Policy for PublicDomainReprints.org</title>
		<link>http://www.shaftek.org/blog/2009/02/01/updated-ipr-policy-for-publicdomainreprintsorg/</link>
		<comments>http://www.shaftek.org/blog/2009/02/01/updated-ipr-policy-for-publicdomainreprintsorg/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 04:50:35 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[publicdomainreprints]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=602</guid>
		<description><![CDATA[I updated the IPR policy for PublicDomainReprints.org with a small paragraph explaining why scans of public domain works are not under copyrighted and a reference to the approriate court case as follows: As per Bridgeman Art Library v. Corel Corp. (36 F. Supp. 2d 191 &#8211; SDNY 1999), exact photographic reproductions of public domain works, [...]]]></description>
			<content:encoded><![CDATA[<p>I updated <a href="http://www.publicdomainreprints.org/ipr.shtml">the IPR policy</a> for PublicDomainReprints.org with a small paragraph explaining why scans of public domain works are not under copyrighted and a reference to the approriate court case as follows:</p>
<blockquote><p>As per <em><a href="http://en.wikipedia.org/wiki/Bridgeman_Art_Library_v._Corel_Corp">Bridgeman Art Library v. Corel Corp. (36 F. Supp. 2d 191 &#8211; SDNY 1999)</a></em>, exact photographic reproductions of public domain works, which seemingly applies to digital scans of books, cannot be protected by any sort of copyright under United States law because they are not considered &#8220;original works&#8221;. Therefore, we treat as public domain any scan we obtain where the underlying work is in public domain.</p></blockquote>
<p>Please also see <a href="http://www.shaftek.org/blog/2009/02/01/why-scans-of-public-domain-books-cannot-be-copyrighted/">my earlier post</a> and <a href="http://www.shaftek.org/blog/2009/01/30/change-in-google-book-search-guidelines-for-public-domain-books/">this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/02/01/updated-ipr-policy-for-publicdomainreprintsorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Scans of Public Domain Books Cannot Be Copyrighted</title>
		<link>http://www.shaftek.org/blog/2009/02/01/why-scans-of-public-domain-books-cannot-be-copyrighted/</link>
		<comments>http://www.shaftek.org/blog/2009/02/01/why-scans-of-public-domain-books-cannot-be-copyrighted/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 04:39:05 +0000</pubDate>
		<dc:creator>Yakov Shafranovich</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[public domain]]></category>

		<guid isPermaLink="false">http://www.shaftek.org/?p=600</guid>
		<description><![CDATA[(This is a followup to one of the points in my earlier post about Google Books changes) Paul Durrant in a comment on the TeleRead blog cited a very interesting factoid: In the US, at least, you can’t claim copyright on an out-of-copyright work just through simple mechanical reproduction of the work. http://en.wikipedia.org/wiki/Bridgeman_Art_Library_v._Corel_Corp. According to [...]]]></description>
			<content:encoded><![CDATA[<p><em>(This is a followup to one of the points in <a href="http://www.shaftek.org/blog/2009/01/30/change-in-google-book-search-guidelines-for-public-domain-books/">my earlier post about Google Books changes</a>)</em></p>
<p>Paul Durrant in <a href="http://www.teleread.org/2009/01/31/will-reprint-sites-have-to-drop-google-books/#comment-1008999">a comment on the TeleRead blog </a>cited a very interesting factoid:</p>
<blockquote><p>In the US, at least, you can’t claim copyright on an out-of-copyright work just through simple mechanical reproduction of the work.</p>
<p><a href="http://en.wikipedia.org/wiki/Bridgeman_Art_Library_v._Corel_Corp.">http://en.wikipedia.org/wiki/Bridgeman_Art_Library_v._Corel_Corp.</a></p></blockquote>
<p>According to <a href="http://en.wikipedia.org/wiki/Bridgeman_Art_Library_v._Corel_Corp">Wikipedia</a>:</p>
<blockquote><p>Bridgeman Art Library v. Corel Corp., 36 F. Supp. 2d 191 (S.D.N.Y. 1999), was a decision by the United States District Court for the Southern District of New York, which ruled that exact photographic copies of public domain images could not be protected by copyright because the copies lack originality. Even if accurate reproductions require a great deal of skill, experience and effort, the key element for copyrightability under U.S. law is that copyrighted material must show sufficient originality.</p></blockquote>
<p>The full text of the decision <a href="http://www.constitution.org/1ll/court/fed/bridgman.html">can be found online right here</a>.<br />
While the original decision was about photos of artwork, the implication for digital archives is enormous. This decision, if applied to sites like Google Books and the Internet Archive, would simply mean that no copyrights can be claimed in any shape or form over digital copies.</p>
<p>HOWEVER, as I have stated in the original post, it remains to be seen whether contractual arrangements such as the terms of service on a website, can obligate someone to follow restrictions on a public domain work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaftek.org/blog/2009/02/01/why-scans-of-public-domain-books-cannot-be-copyrighted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.534 seconds -->

