<?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>E.I.Art &#187; WordPress</title>
	<atom:link href="http://eiart.net/blog/categories/net/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://eiart.net/blog</link>
	<description>Electronic Interactive Art Lab</description>
	<lastBuildDate>Fri, 27 Apr 2012 00:54:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>flickr的图片无法显示的插件快速解决办法</title>
		<link>http://eiart.net/blog/archive/518</link>
		<comments>http://eiart.net/blog/archive/518#comments</comments>
		<pubDate>Sat, 09 Jun 2007 16:23:39 +0000</pubDate>
		<dc:creator>fallen</dc:creator>
				<category><![CDATA[NET]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://eiart.net/blog/archive/518</guid>
		<description><![CDATA[没什么可说的，对于流氓的伟大的G.F.W
以下是网上临时解决方案（下文有用插件解决的办法）：
flickr被墙了
显示flickr图片的临时解决方法
可能是时候给中国的WP用户写个flickr显示插件了。
本... ]]></description>
			<content:encoded><![CDATA[<p id="fp">没什么可说的，对于流氓的伟大的G.F.W<br />
以下是网上临时解决方案（下文有用插件解决的办法）：</p>
<p><a href="http://www.gythialy.net/posts/flickr-crack-gfw/">flickr被墙了</a><br />
<a href="http://talk.blogbus.com/logs/5719180.html">显示flickr图片的临时解决方法</a><br />
<del datetime="2007-06-09T16:56:49+00:00">可能是时候给中国的WP用户写个flickr显示插件了。</del><br />
本来想自己写个域名替换IP的插件，但发现<a href="http://thedeadone.net/software/search-and-replace-wordpress-plugin/">Search and Replace</a>这个插件用来干这件事情再合适不过了：<br />
1，<a href="http://thedeadone.net/wp-content/sw/Wordpress/searchandreplace.zip">下载</a>。<br />
2，将“searchandreplace.php”上传到Plugins目录，在后台激活。<br />
3，进入“Manage”，选择“Search and Replace”。<br />
4，在“Search and Replace”控制台的“Replace Text”后填入“farm1.static.flickr.com”，“with”后填入“68.142.232.116”，点击“Replace”。<br />
5，在“Search and Replace”控制台的“Replace Text”后填入“farm2.static.flickr.com”，“with”后填入“69.147.90.156”，点击“Replace”。<br />
6，再看看你的Blog，图片应该都回来了。</p>
<p>尽管作者警告不能undo，但一般只要你记得你用什么替换了什么，要undo还是完全可能的，所以不用太担心，但还是建议事先备份数据库！还有就是此方法应该没法长期有效，但不要紧，再撞墙我们就再改，跟上潮流才是关键！</p>
<p><strong>更新：</strong>有人已经写出了插件：<a href="http://blog.istef.info/2007/06/08/save-flickr/">还我 Flickr! 拯救 Flickr 大行动</a>，但是插件中的IP好像也开始被封了，我改成上文提到的IP，大部分图片没有问题，看来以后要经常换IP了，还是用回Search and Replace，唉，中国的网络，恨呀！</p>
]]></content:encoded>
			<wfw:commentRss>http://eiart.net/blog/archive/518/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 留言转移笔记</title>
		<link>http://eiart.net/blog/archive/307</link>
		<comments>http://eiart.net/blog/archive/307#comments</comments>
		<pubDate>Sat, 24 Jun 2006 01:23:19 +0000</pubDate>
		<dc:creator>fallen</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://eiart.net/blog/archive/307</guid>
		<description><![CDATA[不时会碰上一些留言的朋友，或许找不到相关的主题，或许为了让Blog主人尽快看到留言，把和一些文章相关的评论发到另一些不相干文章的评论中去。遇到这种情况，为了资料归档，我一般选... ]]></description>
			<content:encoded><![CDATA[<p id="fp">不时会碰上一些留言的朋友，或许找不到相关的主题，或许为了让Blog主人尽快看到留言，把和一些文章相关的评论发到另一些不相干文章的评论中去。遇到这种情况，为了资料归档，我一般选择把这些留言转移到他们应该留的地方，然后给留言者通知。</p>
<p>转移步骤：<br />
1. 用phpMyAdmin或其他编辑数据库的工具打开你的WP数据库<br />
2. 浏览表wp_comments，找到错误留言<br />
3. 编辑那条留言的comment_post_ID项，将它改成相关的文章的ID<br />
4. 浏览表wp_posts，找到被错误留言的那篇文章<br />
5. 编辑被错误留言的那篇文章的comment_count项，将其值减一<br />
6. 浏览表wp_posts，找到新留言相关的那篇文章<br />
7. 编辑新留言相关的那篇文章的comment_count项，将其值加一</p>
<p>最后，如过你使用了缓存插件，请记得清空缓存，因为直接修改数据库不会触发缓存重置事件。<br />
另外，hope: 我已经将你的留言从“<a href="http://eiart.net/blog/archive/306" target="_blank" >Ubuntu 6.06 快速设置笔记</a>”转移到“<a href="http://eiart.net/blog/archive/201" target="_blank" >机器人升级蓝牙控制成功</a>”并在那里继续回答你的问题。</p>
]]></content:encoded>
			<wfw:commentRss>http://eiart.net/blog/archive/307/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>基于现有Blog系统的FlashBlog</title>
		<link>http://eiart.net/blog/archive/248</link>
		<comments>http://eiart.net/blog/archive/248#comments</comments>
		<pubDate>Sun, 30 Apr 2006 01:19:15 +0000</pubDate>
		<dc:creator>fallen</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://eiart.net/blog/archive/248</guid>
		<description><![CDATA[收集了两条基于现有Blog系统的FlashBlog的信息，尽管我个人觉得FlashBlog不是很实用，但感觉还是挺酷的！
基于wordpress：
在这里看到的，但作者提供的链接似乎有问题，我提问了，还没有得到回... ]]></description>
			<content:encoded><![CDATA[<p id="fp">收集了两条基于现有Blog系统的FlashBlog的信息，尽管我个人觉得FlashBlog不是很实用，但感觉还是挺酷的！</p>
<li>基于wordpress：</li>
<p>在<a href="http://www.jiagao.net/archive/1106143031.php" target="_blank" >这里</a>看到的，但作者提供的链接似乎有问题，我提问了，还没有得到回答。</p>
<blockquote><p>如果你想拥有一个flashblog，那么现在你可以使用wordpress，再加上André Michelle开发的AS2 framework。</p></blockquote>
<li>基于MT:</li>
<p>这个是在网上闲逛的时候发现的，<a href="http://polarfront.org/polarfront.html" target="_blank" >这个Blog</a>就是一个在运行的实例，可行性应该没有问题，但我用的不是MT，所以也没有多看。</p>
]]></content:encoded>
			<wfw:commentRss>http://eiart.net/blog/archive/248/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

