<?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>Wind-like Blog &#187; English</title>
	<atom:link href="http://www.windlike.net/blog/category/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.windlike.net/blog</link>
	<description>Hear the Wind Sing</description>
	<lastBuildDate>Sat, 23 Aug 2008 18:12:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creative Commons 2.0 in Movable Type</title>
		<link>http://www.windlike.net/blog/2/</link>
		<comments>http://www.windlike.net/blog/2/#comments</comments>
		<pubDate>Sun, 16 Jan 2005 18:57:34 +0000</pubDate>
		<dc:creator>바람</dc:creator>
				<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://www.windlike.net/blog/?p=2</guid>
		<description><![CDATA[Arvind Wrote in his blog: In MT, use of the &#60;MTBlogCCLicenseURL&#62; has been hardcoded to the 1.0 licenses, however these have been outdated and v2.0 of the licenses have been released a while ago. So lets hack the files so we can still use the tag. You&#8217;ll need two files, lib/MT/Util.pm and php/lib/cc_lib.php. Find in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.movalog.com">Arvind</a> Wrote in <a href="http://www.movalog.com/archives/hacks/cc-licenses-20.php">his blog</a>:</p>
<blockquote><p>In MT, use of the &lt;MTBlogCCLicenseURL&gt; has been hardcoded to the 1.0 licenses, however these have been outdated and v2.0 of the licenses have been released a while ago. So lets hack the files so we can still use the tag.</p>
<p>You&#8217;ll need two files, lib/MT/Util.pm and php/lib/cc_lib.php. Find in them the following line</p>
<p><code>http://creativecommons.org/licenses/$code/1.0/</code></p>
<p>and replace it with</p>
<p><code>http://creativecommons.org/licenses/$code/2.0/</code></p>
<p>Posted by Arvind at October 16, 2004 08:09 PM</p></blockquote>
<p>That is good way to cahnge CC licence link but although CC licence link is changed, image still displays CC licence 1.0. So in order to display the image correctly, you have to change &lt;$MTBlogCCLicenseImage$&gt; also.</p>
<p>Find in lib/MT/Template/Context.pm and php/lib/function.MTBlogCCLicenseImage the following line</p>
<p><code>($cc eq 'pd' ? 'norights' : 'somerights');</code></p>
<p>and replace it with</p>
<p><code>($cc eq 'pd' ? 'norights' : 'somerights<strong>20</strong>');</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.windlike.net/blog/2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
