<?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>:: TechBlog :: &#187; Copyright</title>
	<atom:link href="http://techblog.touchbasic.com/html/category/copyright/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.touchbasic.com/html</link>
	<description>Techblog is collection of articles covering a wide variety of tech related topics including: Linux, Microsoft, Google, web development, web design, open source, wordpress, security, and more.</description>
	<lastBuildDate>Fri, 06 May 2011 00:58:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WP 2.3 Plugin &#8211; Per Post Creative Commons License</title>
		<link>http://techblog.touchbasic.com/html/wp-23-plugin-per-post-creative-commons-license/</link>
		<comments>http://techblog.touchbasic.com/html/wp-23-plugin-per-post-creative-commons-license/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 22:33:31 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[cc]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/wp-23-plugin-per-post-creative-commons-license/</guid>
		<description><![CDATA[This plugin will add the ability to choose different Creative Commons licensing structures for different posts that you publish to your WordPress blog. As far as i could tell, there are currently 2 other CC plugins for WordPress &#8211; wpLicense and cc-configurator &#8211; however both of them only let you set your license on a [...]]]></description>
			<content:encoded><![CDATA[<p>This plugin will add the ability to choose different Creative Commons licensing structures for different posts that you publish to your WordPress blog.</p>
<p>As far as i could tell, there are currently 2 other CC plugins for WordPress &#8211; <a href="http://wiki.creativecommons.org/WpLicense">wpLicense</a> and <a href="http://www.g-loaded.eu/2006/01/14/creative-commons-configurator-wordpress-plugin/">cc-configurator</a> &#8211; however both of them only let you set your license on a global level. That is, they let you pick one license for all your posts and pages throughout your entire site. I thought it might be useful if each WP user/author could choose between different CC licenses and be able to set them on a post-by-post basis. So, i modified the wpLicense plugin to do just that. </p>
<blockquote><p><strong>&#8220;The main purpose of this plugin is to give WP admins who run sites with multiple users/authors the option let these users/authors set specific CC licensing terms on a post by post basis.&#8221;</strong></p></blockquote>
<p><strong>How it works:</strong><br />
It uses the <a href="http://api.creativecommons.org/docs/readme_15.html#details-license-uri-uri">CC api</a> and the <a href="http://wiki.creativecommons.org/JsWidget">JsWidget</a> to add a new section to the write/edit post page and then displays a small CC graphic/button and text on your published posts for all to see. The widget lets you choose the appropriate licensing structure and then your choice is automatically saved to a custom field the next time you click &#8220;Save and Continue Editing&#8221;, &#8220;Save&#8221;, or &#8220;Publish&#8221;. Then, it uses the CC api (details-license-uri-uri) to call some javascript that displays a small graphic/button and some text linking back to the definitions for the license you have chosen. Jquery was used to insert the new CC license section to the write/edit post pages as well as to open/close the new section. I also had to use Jquery to fix the tooltips for the JsWidget. Lastly, this plugin is optimized so that it will add only 1 DB query (the cc_js_result_uri) to each post that has set a CC license and stores it to a custom field for that given post &#8211; whereas the wpLicense plugin seemed to use 3 seperate db queries to set the global licencing for the site.</p>
<p><strong>Screenshots:</strong><br />
Check out the plugin in action.<br />
<a href='http://techblog.touchbasic.com/html/wp-23-plugin-per-post-creative-commons-license/cc-edit-post-view/' rel='attachment wp-att-202' title='cc edit post view'><img style="float:left;margin:15px;padding:2px;border:1px solid #bbb;" src='http://techblog.touchbasic.com/html/wp-content/uploads/2008/02/cc-edit-post.thumbnail.jpg' alt='cc edit post view' /></a><a href='http://techblog.touchbasic.com/html/wp-23-plugin-per-post-creative-commons-license/cc-view-post-license/' rel='attachment wp-att-203' title='cc view post license'><img style="float:left;margin:15px;padding:2px;border:1px solid #bbb;" src='http://techblog.touchbasic.com/html/wp-content/uploads/2008/02/cc-view-post.thumbnail.jpg' alt='cc view post license' /></a></p>
<div style="clear:both;"></div>
<p><span id="more-201"></span></p>
<p><strong>Download:</strong><br />
Click on the following link to download the plugin: <a href="http://touchbasic.googlepages.com/per-post-license_v0.2.zip">per-post-license_v.02.zip</a></p>
<p><strong>Requirements:</strong><br />
1. This plugin has been testing and works on WP 2.3.x using the default theme (but it is still a work in progess / comments and suggestions are welcome).<br />
2. Your web server needs either curl (most have it installed and it&#8217;s the default setting used in this plugin) or URL file-access enabled (to be able to run file_get_contents() instead of curl).</p>
<p><strong>Install:</strong><br />
1. Unzip and Copy the per-post-license folder to your plugins directiory and activate it.<br />
2. Add the template function (see next paragraph) to where you&#8217;d like the CC image/button and text to appear on your post (this might be the single.php or footer.php template file).<br />
3. Go to the Write post page or Edit an existing post.<br />
4. Look for the new section marked &#8220;CC License&#8221; and click the small &#8220;plus&#8221; sign to open the section.<br />
5. Select &#8220;A Creative Commons license&#8221; and choose the appropriate licensing structure.<br />
6. Save the post and You&#8217;re Done!</p>
<p><strong>WP Template Function:</strong><br />
Add the following function to the WP template file (like single.php, or footer.php) to get the CC license to appear on your post.<br />
<code lang="php">
<div id="cc_code">< ?php if(function_exists('cc_insert_html')) { cc_insert_html($display=true); } /* get cc code */ ?></div>
<p></code></p>
<p><strong>Template Options:</strong><br />
Right now, there are only 2 options that you can use with the cc_insert_html() template function.<br />
1. The first is the $display variable. [$display=true ---> will show the CC license , $display=false will not]<br />
2. The second is the $use_curl variable [default is set to --> $use_curl=true , if you explicitly set $use_curl=false the plugin will revert to the php function file_get_contents() which is not always enabled on all web servers]</p>
<p><strong>CSS styles:</strong><br />
Here is a sample style you can use to center, add padding and margins, as well as a horizontal dashed separator (you can ofcourse use any style you like). You would add this code to your style.css file in your template directory.<br />
<code lang="css">#cc_code { text-align:center; font-size:11px; width:450px; margin-top:25px; padding-top:25px; border-top:1px dashed #ccc; }</code><br />
You could also just use inline css and replace the < div id="cc_code" > and add these styles directly &#8211; something like < div style="text-align:center; font-size:11px;" >.</p>
<p><strong>To Do:</strong><br />
- get rss/atom feeds showing CC license<br />
- possibly add CC to header (if appropriate)<br />
- option to set per author licensing (for all an author&#8217;s posts)<br />
- option to set global default license for entire site<br />
- option to turn off graphic/button and just show text<br />
- option to choose/add an existing licensing structure (other than CC) by providing a URL<br />
- create another template function to gather and list all posts with CC licensing (by title)</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/wp-23-plugin-per-post-creative-commons-license/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>plagiarism, copyright infringement, and piracy &#8211; oh my</title>
		<link>http://techblog.touchbasic.com/html/plagiarism-copyright-infringement-and-piracy-oh-my/</link>
		<comments>http://techblog.touchbasic.com/html/plagiarism-copyright-infringement-and-piracy-oh-my/#comments</comments>
		<pubDate>Fri, 22 Jul 2005 15:53:05 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[content theft]]></category>
		<category><![CDATA[copyright infringement]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[plagiarism]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=111</guid>
		<description><![CDATA[It seems the spread of plagiarism, copyright infringement, and piracy knows no boundaries. First it was the Record Industry, then the Movie Industry, even the <a href="http://www.futureofthebook.org/blog/archives/2005/07/publishers_fire.html">future of books</a> has come into question.

This time, it's not the musicians, or moviestars, but regular bloggers that are being hit.]]></description>
			<content:encoded><![CDATA[<p>It seems the spread of plagiarism, copyright infringement, and piracy knows no boundaries. First it was the Record Industry, then the Movie Industry, even the <a href="http://www.futureofthebook.org/blog/archives/2005/07/publishers_fire.html">future of books</a> has come into question.</p>
<p>This time, it&#8217;s not the musicians, or moviestars, but regular bloggers that are being hit.</p>
<p>Whether it is a <a href="http://www.fortyagency.com/show.php?entry=32">totally copied web design</a>, or just plain old fashioned <a href="http://www.copyscape.com/forum/viewtopic.php?t=12">content theft</a>, the issue of plagiarism on the web keeps creeping up. Often, there is vey little you can do to prevent these occurances, and if it does happen to you, the infringement usually isn&#8217;t worth the cost of taking legal action. But what i find most interesting is that today, more and more website owners are standing up for themselves and fighting back.</p>
<p><span id="more-111"></span></p>
<p>As an alternative (or in addition) to dealing with costly copyright lawyers, web owners can empower themselves by being proactive. Through the use of clever keywords and the awesome power of search engines like google, it is possible to expose these culprits to the rest of the web community. A good example of this type of effort can be found at <a href="http://www.smart-it-consulting.com/content-thieves/INFO-SOURCING.COM/">Smart IT Consulting</a>. Here the author does a very thorough jobs of advertising all kinds of information about the accused. Included is a brief description of what happened, followed by a list of the thiefs&#8217; email addresses, the original source material as well as a reprint of the stolen content, complete with screenshots and Whois Information for the offending domain.</p>
<p>Smart IT Consulting is also where i first learned about <a href="http://www.copyscape.com/">Copyscape</a>. They offer a free service that will search the web (using google APIs) and tell you if any of your content is being reproduced. All you have to do is enter the URL of your page that you want to check, and Copyscape returns a list of possible matches. Results are organized in a simple and clean manner, with many extra features, like highlighting the copied portions of text, a copied word count, even links to the actual paragraph in question. Naturally, there is also a paid version of this service called <a href="http://www.copyscape.com/signup.php">Copysentry</a> that will search your entire site for you on a regular basis, emailing you the results, so you don&#8217;t have to enter each page individually.</p>
<p>That being said, i can&#8217;t help but feel a little bad for all those unknowing highschool students who are going to copy eachother&#8217;s term papers, only to find that the teacher has caught them using Copyscape. Oh well, live and learn.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/plagiarism-copyright-infringement-and-piracy-oh-my/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Grokster Fallout</title>
		<link>http://techblog.touchbasic.com/html/grokster-fallout/</link>
		<comments>http://techblog.touchbasic.com/html/grokster-fallout/#comments</comments>
		<pubDate>Wed, 29 Jun 2005 16:17:00 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=73</guid>
		<description><![CDATA[Many articles are being written regarding the the Supreme Court&#8217;s decision in the MGM v. Grokster case on Monday June 27, 2005. Most seem to believe this will be some kind of set back, or obsticle to technological innovation, etc. A great place to start reading would be EEDJ blog&#8217;s article entitled: &#8220;Grokster Commentary Roundup&#8220;. [...]]]></description>
			<content:encoded><![CDATA[<p>Many articles are being written regarding the the Supreme Court&#8217;s decision in the <em>MGM v. Grokster</em> case on Monday June 27, 2005. Most seem to believe this will be some kind of set back, or obsticle to technological innovation, etc. A great place to start reading would be EEDJ blog&#8217;s article entitled: &#8220;<a href="http://eejd.blogspot.com/2005/06/grokster-commentary-roundup.html">Grokster Commentary Roundup</a>&#8220;.</p>
<p>To sum up (taken from a recent <a href="http://www.wired.com/entertainment/music/news/2005/06/68018">Wired</a> article), &#8220;In a unanimous ruling, the justices said that Grokster and StreamCast Networks &#8212; the company behind the Morpheus network &#8212; can be held liable for copyright infringement <span style="color:green;text-decoration:underline;">if they encourage</span> customers to illegally share copyright movies and music. The Supreme Court returned the case to the district court where the two software companies will be tried for inducing infringement.&#8221;</p>
<p>This post is just my attempt at keeping a tab on some of what&#8217;s been going on.</p>
<p><span id="more-73"></span></p>
<p>Debate:</p>
<ul>
<li style="margin-bottom:15px;"><a href="http://www.wired.com/science/discoveries/news/2005/06/68033">The Real Lesson of Grokster</a> (Wired magazine, 06/29/05.)<br /><span class="under">Position</span>: <em>&#8220;the entertainment industry could well wind up the biggest loser&#8221;;</em><br /><span class="under">Reasoning</span>: rely on the courts to secure product sales instead of finding new ways to &#8220;insert themselves into the new order&#8221;, and one day they might find they&#8217;ve been <em>&#8220;frozen out forever&#8221;</em>;</li>
<li style="margin-bottom:15px;"><a href="http://www.nytimes.com/2005/06/29/arts/music/29pare.html?ex=1277697600&#038;en=a4e8e4fccc0bbd23&#038;ei=5089&#038;partner=rssyahoo&#038;emc=rss">The Court Has Ruled So Enter the Geeks</a> (NY Times, 06/29/05.)<br /><span class="under">Position</span>: <em>&#8220;it&#8217;s a completely alien mentality for profit-focused companies that still dream of being paid every time someone hears a song&#8221;;</em><br /><span class="under">Reasoning</span>: &#8220;<em>geeks and fans are simply going to bypass a legal framework that was built for sales of sheet music and discs&#8221;;</em></li>
<li style="margin-bottom:15px;"><a href="http://www.wired.com/entertainment/music/news/2005/06/68034">Grokster May Haunt Podcasting</a> (Wired magazine, 06/29/05.)<br /><span class="under">Position</span>: <em>&#8220;the Grokster decision leaves technology companies [like Apple] on shakier footing&#8221;;</em><br /><span class="under">Reasoning</span>: Podcasters might include unauthorized copyright material in their broadcasts;</li>
<li style="margin-bottom:15px;"><a href="http://www.calacanis.com/entry/1234000133048596/">The day entrepreneurship died</a> (Jason Calacanis, 06/28/05.)<br /><span class="under">Position</span>: <em>&#8220;what is the point of building a technology business in the United States if youâ€™re going to get sued for the *potential* illegal use of your product&#8221;;</em><br /><span class="under">Reasoning</span>: &#8220;<em>people who are thinking of building a Web2.0 services company are going to setup shop in Asia or an island somewhere out of the reach of the US courts</em>&#8220;;</li>
<li style="margin-bottom:15px;"><a href="http://www.wired.com/entertainment/music/news/2005/06/68018">Grokster Loss Sucks for Tech</a> (Wired magazine, 06/27/05.)<br /><span class="under">Position</span>: <em>&#8220;the ruling will chill innovation and result in more gadget-killing lawsuits&#8221;;</em><br /><span class="under">Reasoning</span>: technology groups are left with an &#8220;<em>unclear standard of what it means for a company to encourage, or induce, its customers to infringe copyright&#8221;;</em></li>
<li style="margin-bottom:15px;"><a href="http://ca.geocities.com/vincealexander@rogers.com/2005/06/canadians-wary-of-grokster-case.html">Canadians wary of Grokster case fallout</a> (vincealexander.com, 06/27/05.)<br /><span class="under">Position</span>: <em>&#8220;the decision will not have any immediate effect on Canada because the U.S. and Canadian laws are different&#8221;;</em><br /><span class="under">Reasoning</span>: the Canadian levy scheme &#8220;<em>makes downloading from the Internet legal, as long as it&#8217;s for private use and done on an audio recording medium.&#8221;;</em></li>
<li style="margin-bottom:15px;"><a href="http://www.boingboing.net/2005/06/27/will_google_survive_.html">Will Google survive Grokster?</a> (boingboing.net, 06/27/05.)<br /><span class="under">Position</span>: &#8220;google could be held liable for delivering copyrighted materials&#8221;;<br /><span class="under">Reasoning</span>: &#8220;<em>its business model relies on advertisements. And the more we use Google, the more money it makes&#8221;;</em></li>
<li style="margin-bottom:15px;"><a href="http://www.businessweek.com/technology/content/jun2005/tc20050629_2928_tc057.htm">Ten Years of Chilled Innovation</a> (Lawrence Lessig [businessweek.com], 06/27/05.)<br /><span class="under">Position</span>: &#8220;this is a pretty significant defeat&#8221;;<br /><span class="under">Reasoning</span>: the ruling &#8220;<em>will invite all sorts of strategic behavior that will dramatically increase the cost of innovating around these technologies&#8221;;</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/grokster-fallout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>technology advocacy</title>
		<link>http://techblog.touchbasic.com/html/technology-advocacy/</link>
		<comments>http://techblog.touchbasic.com/html/technology-advocacy/#comments</comments>
		<pubDate>Tue, 28 Jun 2005 19:06:34 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=68</guid>
		<description><![CDATA[3 sites that are the ones that comment/criticize, and overall just keep a tab on everything going on in the world of technology and copyright infringement &#187; Electronic Frontier Foundation &#187; Consumer Electronics Association &#187; Public Knowledge]]></description>
			<content:encoded><![CDATA[<p>3 sites that are <em>the</em> ones that comment/criticize, and overall just keep a tab on everything going on in the world of technology and copyright infringement</p>
<p>&raquo; <a href="http://www.eff.org/">Electronic Frontier Foundation</a><br />
&raquo; <a href="http://www.ce.org/">Consumer Electronics Association</a><br />
&raquo; <a href="http://www.publicknowledge.org/">Public Knowledge</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/technology-advocacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

