<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>sharealike.org</title>
	<atom:link href="http://sharealike.org/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharealike.org</link>
	<description>Law, Technology, Science, Music, Politics, and GNU/Linux</description>
	<lastBuildDate>Sun, 17 Jan 2010 20:01:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
		<item>
		<title>High load average but low CPU usage</title>
		<link>http://sharealike.org/index.php/2010/01/17/high-load-average-but-low-cpu-usage/</link>
		<comments>http://sharealike.org/index.php/2010/01/17/high-load-average-but-low-cpu-usage/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:01:45 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/?p=500</guid>
		<description><![CDATA[One of my Debian servers had its load average pegged at 3.0 but top didn&#8217;t show anything using a lot of CPU. A little Google research revealed this approach that solved things for me:
top -b -n 1 &#124; awk '{if (NR ]]></description>
			<content:encoded><![CDATA[<p>One of my Debian servers had its load average pegged at 3.0 but <code>top</code> didn&#8217;t show anything using a lot of CPU. A little Google research revealed this approach that solved things for me:</p>
<p><code>top -b -n 1 | awk '{if (NR <=7) print; else if ($8 == "D") {print; count++} } END {print "Total status D: "count}'</p>
<pre>top - 11:53:48 up 5 days, 18:47,  1 user,  load average: 3.00, 3.00, 3.00
Tasks: 132 total,   1 running, 131 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.2%us, 12.3%sy,  3.8%ni, 83.3%id,  0.2%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   2075620k total,  1773432k used,   302188k free,   395648k buffers
Swap:  2650684k total,      716k used,  2649968k free,  1165208k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 8548 root      20   0  2296  684  576 D    0  0.0   0:00.00 find
 8675 root      20   0  2296  684  576 D    0  0.0   0:00.00 find
32070 root      20   0  2296  688  576 D    0  0.0   0:00.00 find
Total status D: 3
tempe:~# killall -9 find
</pre>
<p></code></p>
<p>After that, the load average immediately began dropping back to normal.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2010/01/17/high-load-average-but-low-cpu-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>A Firefox search engine plugin</title>
		<link>http://sharealike.org/index.php/2009/12/14/a-firefox-search-engine-plugin/</link>
		<comments>http://sharealike.org/index.php/2009/12/14/a-firefox-search-engine-plugin/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 23:35:20 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://sharealike.org/?p=497</guid>
		<description><![CDATA[If, like me, you often find yourself searching for judicial opinions online, particularly to freely-available complete versions, and especially to Federal Circuit Court and Supreme Court opinions, then you&#8217;ve probably encountered the opinions at resource.org. I particularly like to link to these versions on my syllabi, because the paragraphs are numbered and then I can [...]]]></description>
			<content:encoded><![CDATA[<p>If, like me, you often find yourself searching for judicial opinions online, particularly to freely-available complete versions, and especially to Federal Circuit Court and Supreme Court opinions, then you&#8217;ve probably encountered the opinions at resource.org. I particularly like to link to these versions on my syllabi, because the paragraphs are numbered and then I can specify for students precisely which parts to read, in cases where we aren&#8217;t reading the entire opinion.</p>
<p>I just made such searches a lot easier for myself by creating this <a href="http://mycroft.mozdev.org/search-engines.html?author=Brian+Carver">Firefox search engine plugin that searches resource.org</a> via Google.</p>
<p>I typically know the citation or party name that I&#8217;m looking for, and so this search engine plugin puts your terms in quotation marks automatically so that Google searches for exactly that search phrase on resource.org.</p>
<p>In using this plugin so far, I get exactly the opinion I am looking for as the first link far more often than I used to when just using Google. Try it for yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/12/14/a-firefox-search-engine-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>links for 2009-12-13</title>
		<link>http://sharealike.org/index.php/2009/12/13/links-for-2009-12-13/</link>
		<comments>http://sharealike.org/index.php/2009/12/13/links-for-2009-12-13/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 06:05:17 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/index.php/2009/12/13/links-for-2009-12-13/</guid>
		<description><![CDATA[

Internet Archive: Free Download: gov.uscourts.cacd.16693
Perfect 10 Inc v. Cybernet Ventures
(tags: RECAP federal district court docket)


Internet Archive: Free Download: gov.uscourts.ord.88823
In The Matter Of The Application Of The United States Of America For A Search Warrant For Contents Of Electronic Mail And For An Order Directing A Provider Of Electronic Communication Services To Not Disclose The Existence [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cacd.16693/">Internet Archive: Free Download: gov.uscourts.cacd.16693</a></div>
<div class="delicious-extended">Perfect 10 Inc v. Cybernet Ventures</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.ord.88823/">Internet Archive: Free Download: gov.uscourts.ord.88823</a></div>
<div class="delicious-extended">In The Matter Of The Application Of The United States Of America For A Search Warrant For Contents Of Electronic Mail And For An Order Directing A Provider Of Electronic Communication Services To Not Disclose The Existence Of The Search Warrant</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.nysd.333291/">Internet Archive: Free Download: gov.uscourts.nysd.333291</a></div>
<div class="delicious-extended">Virgin Enterprises Limited v. Virgin Eyes, LLC</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.nysd.333289/">Internet Archive: Free Download: gov.uscourts.nysd.333289</a></div>
<div class="delicious-extended">The Royalty Network Inc. v. Dishant.Com, LLC</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.idd.23449/">Internet Archive: Free Download: gov.uscourts.idd.23449</a></div>
<div class="delicious-extended">Alamar Ranch, LLC v. County of Boise</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cand.25700/">Internet Archive: Free Download: gov.uscourts.cand.25700</a></div>
<div class="delicious-extended">Acco Brands, Inc. v. PC Guardian Anti-Theft Products, Inc.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cand.205733/">Internet Archive: Free Download: gov.uscourts.cand.205733</a></div>
<div class="delicious-extended">Mainstream Media, EC v. Riven</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cand.200285/">Internet Archive: Free Download: gov.uscourts.cand.200285</a></div>
<div class="delicious-extended">LG Electronics, Inc. v. Hitachi, Ltd.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cand.15960/">Internet Archive: Free Download: gov.uscourts.cand.15960</a></div>
<div class="delicious-extended">Google Inc. v. American Blind &amp; Wallpaper Factory, Inc.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cacd.438950/">Internet Archive: Free Download: gov.uscourts.cacd.438950</a></div>
<div class="delicious-extended">Monex Deposit Company v. Gilliam</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details.php?identifier=gov.uscourts.cacd.415703">Internet Archive: Free Download: gov.uscourts.cacd.415703</a></div>
<div class="delicious-extended">United States v. Drew</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/12/13/links-for-2009-12-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>links for 2009-12-10</title>
		<link>http://sharealike.org/index.php/2009/12/10/links-for-2009-12-10/</link>
		<comments>http://sharealike.org/index.php/2009/12/10/links-for-2009-12-10/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 06:04:30 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/index.php/2009/12/10/links-for-2009-12-10/</guid>
		<description><![CDATA[

Microsoft finally open sources Windows 7 tool
(tags: microsoft open_source)


]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://arstechnica.com/microsoft/news/2009/12/microsoft-finally-open-sources-windows-7-tool.ars">Microsoft finally open sources Windows 7 tool</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/microsoft">microsoft</a> <a href="http://delicious.com/brianwc/open_source">open_source</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/12/10/links-for-2009-12-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Installing a Rich Text Editor in Drupal</title>
		<link>http://sharealike.org/index.php/2009/11/23/installing-a-rich-text-editor-in-drupal/</link>
		<comments>http://sharealike.org/index.php/2009/11/23/installing-a-rich-text-editor-in-drupal/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 22:28:57 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://sharealike.org/?p=491</guid>
		<description><![CDATA[This was harder than it should have been as the instructions could be clearer that two separate downloads are required. I&#8217;ve summarized here:
I assume you have ssh or command line access to your host. If not, you could accomplish the same thing using ftp, but you&#8217;ll have to pay attention to what directory you upload [...]]]></description>
			<content:encoded><![CDATA[<p>This was harder than it should have been as the instructions could be clearer that two separate downloads are required. I&#8217;ve summarized here:</p>
<p>I assume you have ssh or command line access to your host. If not, you could accomplish the same thing using ftp, but you&#8217;ll have to pay attention to what directory you upload into:</p>
<p>1. Install Drupal 6.x<br />
2. Download the Drupal WYSIWYG part of FCKeditor from <a href="http://drupal.org/project/fckeditor">http://drupal.org/project/fckeditor</a><br />
3. Extract that in sites/all/modules (you may have to create the modules dir) with tar -zvxf fckeditor-6.x-1.4.tar.gz<br />
4. cd to sites/all/modules/fckeditor<br />
5. Download the FCKeditor part of FCKeditor: <a href="http://ckeditor.com/download">http://ckeditor.com/download</a><br />
6. Extract that in sites/all/modules/fckeditor/fckeditor [Yes, seriously.] with tar -zvxf FCKeditor_2.6.5.tar.gz<br />
7. Go enable the FCKeditor module in the drupal admin section, it&#8217;ll be down below all the core modules in its own section.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/11/23/installing-a-rich-text-editor-in-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Rebuilding Software RAID Array on Debian</title>
		<link>http://sharealike.org/index.php/2009/10/19/rebuilding-software-raid-array-on-debian/</link>
		<comments>http://sharealike.org/index.php/2009/10/19/rebuilding-software-raid-array-on-debian/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:26:00 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://sharealike.org/?p=485</guid>
		<description><![CDATA[I don&#8217;t know why I always forget this command, or why it is so hard to discern from the man page / &#8211;help information. I just had my drives in an existing RAID array get out of sync and needed to rebuild the one that was down. This did the trick:
mdadm /dev/md0 -a /dev/sdb1
This is [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why I always forget this command, or why it is so hard to discern from the man page / &#8211;help information. I just had my drives in an existing RAID array get out of sync and needed to rebuild the one that was down. This did the trick:</p>
<blockquote><p><code>mdadm /dev/md0 -a /dev/sdb1</code></p></blockquote>
<p>This is on a software RAID array called /dev/md0 made up of /dev/sda1 and /dev/sdb1.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/10/19/rebuilding-software-raid-array-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>CD Baby&#8217;s Shipment Confirmation Email</title>
		<link>http://sharealike.org/index.php/2009/10/07/cd-babys-shipment-confirmation-email/</link>
		<comments>http://sharealike.org/index.php/2009/10/07/cd-babys-shipment-confirmation-email/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 18:40:26 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://sharealike.org/?p=480</guid>
		<description><![CDATA[CD Baby just sent me the following shipment confirmation email. It&#8217;s witty enough that I&#8217;m willing to give them (and my friend&#8217;s great CD!) a free plug here. Companies that write emails like this are in short supply.
Brian-
Thanks for your order with CD Baby!
USPS
(1) David Harris: St. Bartholomew and The Frail Stag
Your CD has been [...]]]></description>
			<content:encoded><![CDATA[<p>CD Baby just sent me the following shipment confirmation email. It&#8217;s witty enough that I&#8217;m willing to give them (and my friend&#8217;s great CD!) a free plug here. Companies that write emails like this are in short supply.</p>
<blockquote><p>Brian-</p>
<p>Thanks for your order with CD Baby!</p>
<p>USPS</p>
<p>(1) <a href="http://www.cdbaby.com/cd/davidharris2">David Harris: St. Bartholomew and The Frail Stag</a></p>
<p>Your CD has been gently taken from our CD Baby shelves with sterilized contamination-free gloves and placed onto a satin pillow.</p>
<p>A team of 50 employees inspected your CD and polished it to make sure it was in the best possible condition before mailing.</p>
<p>Our packing specialist from Japan lit a candle and a hush fell over the crowd as he put your CD into the finest gold-lined box that money can buy.</p>
<p>We all had a wonderful celebration afterwards and the whole party marched down the street to the post office where the entire town of Portland waved &#8220;Bon Voyage!&#8221; to your package, on its way to you, in our private CD Baby jet on this day, October 7, 2009.</p>
<p>We hope you had a wonderful time shopping at CD Baby. In commemoration, we have placed your picture on our wall as &#8220;Customer of the Year.&#8221; We&#8217;re all exhausted but can&#8217;t wait for you to come back to <a href="http://cdbaby.com">CDBABY.COM</a>!!</p>
<p>Thank you, thank you, thank you!<br />
Sigh&#8230;</p>
<p>We miss you already. We&#8217;ll be right here at <a href="http://cdbaby.com">http://cdbaby.com/</a>, patiently awaiting your return.<br />
&#8211;<br />
CD Baby<br />
The little store with the best new independent music.<br />
<a href="http://cdbaby.com">http://cdbaby.com</a> cdbaby@cdbaby.com (503)595-3000</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/10/07/cd-babys-shipment-confirmation-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Coverage of Cyberlawcases.com by Berkeley</title>
		<link>http://sharealike.org/index.php/2009/09/03/coverage-of-cyberlawcases-com-by-berkeley/</link>
		<comments>http://sharealike.org/index.php/2009/09/03/coverage-of-cyberlawcases-com-by-berkeley/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 02:01:44 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/?p=476</guid>
		<description><![CDATA[Nice coverage of our new blog, cyberlawcases.com, by Berkeley, though I don&#8217;t think I would have chosen such a large photo of myself.
]]></description>
			<content:encoded><![CDATA[<p>Nice <a href="http://www.berkeley.edu/news/media/releases/2009/09/03_cyberlawblog.shtml">coverage</a> of our new blog, <a href="http://cyberlawcases.com">cyberlawcases.com</a>, by Berkeley, though I don&#8217;t think I would have chosen such a large photo of myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/09/03/coverage-of-cyberlawcases-com-by-berkeley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>New Cyberlaw Group Blog</title>
		<link>http://sharealike.org/index.php/2009/08/31/new-cyberlaw-group-blog/</link>
		<comments>http://sharealike.org/index.php/2009/08/31/new-cyberlaw-group-blog/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 19:50:41 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Law]]></category>

		<guid isPermaLink="false">http://sharealike.org/?p=473</guid>
		<description><![CDATA[Today, Jason Schultz, Aaron Perzanowski, Joe Gratz, and I launched our new Cyberlaw Cases blog. You can read about it there, but please click on the Top 10 Pending Cyberlaw Cases chart. That thing took me forever&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Today, Jason Schultz, Aaron Perzanowski, Joe Gratz, and I launched our new <a href="http://cyberlawcases.com">Cyberlaw Cases</a> blog. You can read about it there, but please click on the <a href="http://cyberlawcases.com/top-10-pending-cases/">Top 10 Pending Cyberlaw Cases</a> chart. That thing took me forever&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/08/31/new-cyberlaw-group-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>The 1870 Patent and Copyright Act</title>
		<link>http://sharealike.org/index.php/2009/07/06/the-1870-patent-and-copyright-act/</link>
		<comments>http://sharealike.org/index.php/2009/07/06/the-1870-patent-and-copyright-act/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 00:01:54 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Law]]></category>

		<guid isPermaLink="false">http://sharealike.org/?p=471</guid>
		<description><![CDATA[Primary Sources on Copyright (1450-1900) has some great resources, but when I want to look at a multi-page pdf I always get frustrated if there is not a &#8220;download the whole pdf&#8221; option and I have to flip through it page by page online.  So, here is An Act to revise, consolidate, and amend [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.copyrighthistory.org/">Primary Sources on Copyright (1450-1900)</a> has some great resources, but when I want to look at a multi-page pdf I always get frustrated if there is not a &#8220;download the whole pdf&#8221; option and I have to flip through it page by page online.  So, here is <a href="http://people.ischool.berkeley.edu/~bcarver/mediawiki/images/e/e8/1870CopyrightAct.pdf">An Act to revise, consolidate, and amend the Statutes relating to Patents and Copyrights (Jul. 8, 1870)</a> as a single 20-page pdf.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/07/06/the-1870-patent-and-copyright-act/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
	</channel>
</rss>
