<?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; spam</title>
	<atom:link href="http://wentong.org/tag/spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://wentong.org</link>
	<description>All Content Copyright Reserved.</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:46:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=10.10.10</generator>
		<item>
		<title>SEO们，我家博客没有nofollow！</title>
		<link>http://wentong.org/tech/371.html</link>
		<comments>http://wentong.org/tech/371.html#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:47:26 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[技术学习]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[代码]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=371</guid>
		<description><![CDATA[还真要支持seo们。试想一下，我们都把他们给spam了，那将会有多少人失业啊？那些整天想着把seo们spam掉的人，犯的可是政治错误啊。咱不是觉悟高，只是想得明白，大家都spam，然而我是Nofollow——支持seo为普罗大众创作的就业机会啊！ ——大哥，你这是开玩笑吧！？ ——对，哥真的是开玩笑。 你seo是格杀勿论的，我有nofollow杀，没有nofollow你照斩。你们只要量，不要质的。 因此，为了让nofollow不仅有量，而且有质的话。我的博客不仅有nofollow，甚至还弄个robots把你们给弄out。 看一下，我博客评论部分的源代码，在href那里不仅有“rel=nofollow”，而且还在你要seo的网址前面添加了“http://”。我知道你们想法，咱以山寨而著名的国度里，国产就意味着只适用国家标准，因此国际标准是nofollow的。更何况严格遵守国际标准的google已经给spam掉，nofollow国际标准的baidu正肆虐万千博男博女们。你seo们活了，我们也要活，不仅要nofollow，还要让让你们out。 本spam方法能应用到所有博客系统（如wordpress，z-blog，pjhome等）： 1、找到显示访客网址的代码，在其前面加上诸如“http://”的代码。 如wordpress，在主题文件夹的fuction.php文件，找到“comment_author_url()”函数。可以参照第2行的方法修改。 < cite class="fn"> < a href="http://#" rel="external nofollow"> < ?php comment_author() ?>< /a> < /cite> 记得要加一个“#”，好处在那就不多说了。自己琢磨。 2、引入jquery框架。 如wordpress，在主题文件夹的header.php文件的 与 之间，加入： < script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"> < /script> 以上代码要写成一行的。切记。长网址不会自动换行，撑爆了页面不好看，因此分作了三行。 3、写js代码，并调用。 < pre> jQuery(document).ready(function($){ //替换 $(".entry a").attr("href",function(){return this.href.replace("","")}); $(".entry a[href='http://']").each(function(){$(this).replaceWith("]]></description>
		<wfw:commentRss>http://wentong.org/tech/371.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

