<?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; tag converter</title>
	<atom:link href="http://blog.istef.info/tag/tag-converter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.istef.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 06 Jun 2010 05:52:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://blog.istef.info/?pushpress=hub'/>
		<item>
		<title>WP-Plugin: Tag Converter</title>
		<link>http://blog.istef.info/2007/08/30/wp-plugin-tag-converter/</link>
		<comments>http://blog.istef.info/2007/08/30/wp-plugin-tag-converter/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 16:28:56 +0000</pubDate>
		<dc:creator>iStef</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tag converter]]></category>
		<category><![CDATA[utw]]></category>

		<guid isPermaLink="false">http://blog.istef.info/2007/08/30/wp-plugin-tag-converter/</guid>
		<description><![CDATA[昨天的文章中，我提到了一些 WordPress 2.3 Beta 1 升级方面的问题，其中重中之重莫过于 Tag 的问题了。WP 自身带的 Tag 确实挺好用，但还是逊色于 Ultimate Tag Warrior。但是 2.3 版已经无法使用 UTW 了，因此实现一些功能我们还需要一些插件来辅助。 昨天的文章中，我提到我在升级过程中写了一个插件 Tag Converter，可以安全转换 UTW Tags 到 WordPress Tags。但今天在 WordPress 2.3 Beta 1 的 Import 界面中发现，官方已经给出了 UTW -&#62; WP Tag 的转换程序。因此我决定丰富一下 Tag Converter 的功能，让它可以利用 WordPress 内建的 Tag 系统实现 UTW 中原有的部分功能。我首先实现了两个我认为最必要的功能： 相关文章：根据 Tag 显示当前文章的相关文章，这个功能已经成了很多博客的标配功能，大多都是靠 UTW 实现的。现在利用 Tag Converter，使用 WordPress [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img alt="2007-8-29" src="http://blog.istef.info/wp-content/uploads/wlw-upload/WPPluginTagConverter_300/2007829.jpg" border="0"> </p>
<p><a href="http://blog.istef.info/2007/08/29/wordpress-23-beta-1/" target="_blank">昨天的文章中</a>，我提到了一些 WordPress 2.3 Beta 1 升级方面的问题，其中重中之重莫过于 Tag 的问题了。WP 自身带的 Tag 确实挺好用，但还是逊色于 Ultimate Tag Warrior。但是 2.3 版已经无法使用 UTW 了，因此实现一些功能我们还需要一些插件来辅助。</p>
<p>昨天的文章中，我提到我在升级过程中写了一个插件 Tag Converter，可以安全转换 UTW Tags 到 WordPress Tags。但今天在 WordPress 2.3 Beta 1 的 Import 界面中发现，官方已经给出了 UTW -&gt; WP Tag 的转换程序。因此我决定丰富一下 Tag Converter 的功能，让它可以利用 WordPress 内建的 Tag 系统实现 UTW 中原有的部分功能。我首先实现了两个我认为最必要的功能：</p>
<ol>
<li><strong>相关文章</strong>：根据 Tag 显示当前文章的相关文章，这个功能已经成了很多博客的标配功能，大多都是靠 UTW 实现的。现在利用 Tag Converter，使用 WordPress 自身的 Tag 系统就可以实现了。</li>
<li><strong>文章内嵌 Tag</strong>：这个功能对于使用 WordPress 后台书写的朋友没什么用，但是对于使用客户端发布 Blog 的博客太有用了。我将 UTW 中这个功能“移植”到了 WP 2.3+ 中，现在有了 Tag Converter 我们可以用 Zoundry 或 Windows Live Writer 这样的客户端操作 Tag 了。</li>
</ol>
<p>此外，Tag Converter 保留了 Tag 转换功能。如果你已经用官方转换工具转换过 Tag，但 Tag Converter 仍然提示 UTW 存在的话，你只需要利用 phpMyAdmin 等数据库工具删除 wp_tags 这个表就可以了。</p>
<p>当然 Tag Converter 仍然会持续开发下去，我的目标是先想办法实现 UTW 原有的全部功能，然后再制作一个向后兼容 UTW 的方案。最终可以让原有为 UTW 设计的模板和插件无须修改即可正常执行。</p>
<p>其实 Beta 版的 WordPress 2.3 已经比较稳定了，如果您也想升级赶快尝鲜的话，您可以下载 Tag Converter 插件来解决升级中遇到的一些问题。</p>
<p>另外，我为&nbsp; <a href="http://blog.istef.info/tag-converter/" target="_blank">Tag Converter 插件创建了一个页面</a>，您可以到<a href="http://blog.istef.info/tag-converter/" target="_blank">这个页面</a>中下载和获得帮助信息。</p>
<p>btw: 最近我会持续写一些 WP 2.3 升级相关的文章，主要解决一些插件的兼容性问题，如果您感兴趣的话不妨常来看看 <img src='http://blog.istef.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:676177e4-f0c7-4ba6-98a1-581ace5d0c3f" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.istef.info%2F2007%2F08%2F30%2Fwp-plugin-tag-converter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.istef.info%2F2007%2F08%2F30%2Fwp-plugin-tag-converter%2F&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.istef.info/2007/08/30/wp-plugin-tag-converter/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 1/9 queries in 0.013 seconds using memcached
Object Caching 320/334 objects using memcached

Served from: blog.istef.info @ 2012-02-14 04:37:26 -->
