<?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>糖醋排骨 &#187; licenses</title>
	<atom:link href="http://interjc.net/tags/licenses/feed" rel="self" type="application/rss+xml" />
	<link>http://interjc.net</link>
	<description></description>
	<lastBuildDate>Thu, 10 May 2012 01:31:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://interjc.net/?pushpress=hub'/>
		<item>
		<title>Blogger中添加版权声明的方法</title>
		<link>http://interjc.net/archives/2006/12/13/creative-commons-code-for-blogger.html</link>
		<comments>http://interjc.net/archives/2006/12/13/creative-commons-code-for-blogger.html#comments</comments>
		<pubDate>Wed, 13 Dec 2006 10:58:05 +0000</pubDate>
		<dc:creator>interjc</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[creativecommons]]></category>
		<category><![CDATA[licenses]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[版权]]></category>

		<guid isPermaLink="false">http://interjc.net/archives/2006/12/13/creative-commons-code-for-blogger.html</guid>
		<description><![CDATA[版权问题是目前一个比较热门的话题。hhalloyy在他的Blog中提供了一个供Wordpress用户方便使用的添加版权声明的办法，很不错，虽然这样并不能很实际的解决抄袭成风的问题，但至少是一个态度的表明。代码如下: 作者: &#60;?php if &#40;$count_users &#62; 1&#41; &#123; ?&#62;&#60;?php the_author_posts_link&#40;&#41;; &#125; else &#123; the_author&#40;&#41;; &#125; ?&#62; 发表于&#60;?php the_time&#40;'F j, Y'&#41; ?&#62; &#60;?php _e&#40;'at'&#41;; ?&#62; &#60;?php the_time&#40;&#41; ?&#62;&#60;br&#62;&#60;a href=&#34;http://creativecommons.org/licenses/by-nc-sa/2.5/deed.zh&#34;&#62;版权信息&#60;/a&#62;: 可以任意转载, 转载时请务必以超链接形式标明文章&#60;a href=&#34;&#60;?php the_permalink&#40;&#41; ?&#62;&#34;&#62;原始出处&#60;/a&#62;和&#60;a href=&#34;&#60;?php bloginfo&#40;'url'&#41;; ?&#62;&#34;&#62;作者信息&#60;/a&#62;及此声明&#60;br /&#62; 直接添加到帖子页或者其他你认为合适的页面就行了，无需改动什么，我这里想出一个专为Blogger的用户设计的代码，仅适用于Classic模式： &#60;ItemPage&#62; ... 作者: &#60;$BlogItemAuthorNickname$&#62; 发表于&#60;$BlogItemDateTime$&#62; &#60;br /&#62; &#60;a href=&#34;http://creativecommons.org/licenses/by-nc-sa/2.5/deed.zh&#34;&#62;版权信息&#60;/a&#62;: 可以任意转载, 转载时请务必以超链接形式标明文章&#60;a href=&#34;&#60;$BlogItemPermalinkUrl$&#62; &#34;&#62;原始出处&#60;/a&#62;和&#60;a href=&#34;&#60;$BlogURL$&#62;&#34;&#62;作者信息&#60;/a&#62;及此声明&#60;br /&#62; ... &#60;/ItemPage&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>版权问题是目前一个比较热门的话题。<a href="http://voivo.de/blog/819.html">hhalloyy</a>在他的Blog中提供了一个供Wordpress用户方便使用的添加版权声明的办法，很不错，虽然这样并不能很实际的解决抄袭成风的问题，但至少是一个态度的表明。代码如下:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">作者: <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$count_users</span> <span style="color: #339933;">&gt;</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_author_posts_link<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>  <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> the_author<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>  发表于<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'F j, Y'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'at'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;br&gt;&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/deed.zh&quot;&gt;版权信息&lt;/a&gt;: 可以任意转载, 转载时请务必以超链接形式标明文章&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;原始出处&lt;/a&gt;和&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;作者信息&lt;/a&gt;及此声明&lt;br /&gt;</pre></div></div>

<p>直接添加到帖子页或者其他你认为合适的页面就行了，无需改动什么，我这里想出一个专为Blogger的用户设计的代码，仅适用于Classic模式：</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;ItemPage&gt;
...
作者: &lt;$BlogItemAuthorNickname$&gt;  发表于&lt;$BlogItemDateTime$&gt;
&lt;br /&gt;
&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/deed.zh&quot;&gt;版权信息&lt;/a&gt;: 可以任意转载, 转载时请务必以超链接形式标明文章&lt;a href=&quot;&lt;$BlogItemPermalinkUrl$&gt; &quot;&gt;原始出处&lt;/a&gt;和&lt;a href=&quot;&lt;$BlogURL$&gt;&quot;&gt;作者信息&lt;/a&gt;及此声明&lt;br /&gt; 
...
&lt;/ItemPage&gt;</pre></div></div>

<p>将这段代码放在帖子页中你认为合适的地方即可。 </p>
<hr /><h2>评论</h2><ul><li><a href="http://interjc.net/archives/2006/12/13/creative-commons-code-for-blogger.html">2008/09/30</a>, <a href='http://pppoes.blog.163.com/edit/' rel='external nofollow' class='url'>极品家丁</a> 说: 好文......................154</li><li><a href="http://interjc.net/archives/2006/12/13/creative-commons-code-for-blogger.html">2010/01/29</a>, <a href='http://baidublog.org' rel='external nofollow' class='url'>百毒博客</a> 说: 我要的是插件啊，不想改代码。</li><li><a href="http://interjc.net/archives/2006/12/13/creative-commons-code-for-blogger.html">2010/01/30</a>, <a href='http://interjc.net' rel='external nofollow' class='url'>interjc</a> 说: @百毒博客, 这东东也来个插件啊...</li></ul><hr /><h2>延展阅读:</h2><ul><li><a href="http://interjc.net/archives/2006/10/19/%e7%a9%ba%e6%ac%a2%e5%96%9c.html" rel="bookmark" title="Permanent Link: 空欢喜">空欢喜</a></li><li><a href="http://interjc.net/archives/2006/12/08/blogger-beta-launched-completely.html" rel="bookmark" title="Permanent Link: Blogger正式启动 Beta">Blogger正式启动 Beta</a></li><li><a href="http://interjc.net/archives/2006/12/08/switch-to-wordpress.html" rel="bookmark" title="Permanent Link: 更换系统为WordPress">更换系统为WordPress</a></li><li><a href="http://interjc.net/archives/2006/11/28/how-to-hide-post-on-blogger.html" rel="bookmark" title="Permanent Link: 关于本blog首页中的&#34;展开/隐藏帖子&#34;">关于本blog首页中的&#34;展开/隐藏帖子&#34;</a></li><li><a href="http://interjc.net/archives/2008/01/02/blog-house.html" rel="bookmark" title="Permanent Link: Blog与住房">Blog与住房</a></li></ul><hr /><small>Copyright &copy; interjc.net 2009
<br /> </small>]]></content:encoded>
			<wfw:commentRss>http://interjc.net/archives/2006/12/13/creative-commons-code-for-blogger.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

