<?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>Yottaworks™ Studio &#187; Wordpress</title>
	<atom:link href="http://yottaworks.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://yottaworks.net</link>
	<description>Ideas, illustrations, tutorials and footprints of Kael</description>
	<lastBuildDate>Sat, 20 Feb 2010 09:58:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress短网址插件: kael.me URL Shortener</title>
		<link>http://yottaworks.net/wordpress%e7%9f%ad%e7%bd%91%e5%9d%80%e6%8f%92%e4%bb%b6-kael-me-url-shortener/</link>
		<comments>http://yottaworks.net/wordpress%e7%9f%ad%e7%bd%91%e5%9d%80%e6%8f%92%e4%bb%b6-kael-me-url-shortener/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 06:02:19 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://yottaworks.net/?p=1122</guid>
		<description><![CDATA[自从twitter的大行其道，各种各样的短网址服务也层出不穷，但是想拥有自己的短网址服务吗？Kael<sup>.me</sup> URL shortener帮助您完成这一想法，更重要的是，用自己的短网址，彰显个性，在别人面前酷一把。]]></description>
			<content:encoded><![CDATA[<p><a href="http://yottaworks.net/url-shortener-plugin-for-wordpress/">English Introduction</a></p>
<h2>这是什么？</h2>
<p>自从twitter的大行其道，各种各样的短网址服务也层出不穷，但是想拥有自己的短网址服务吗？Kael<sup>.me</sup> URL shortener帮助您完成这一想法，更重要的是，用自己的短网址，彰显个性，在别人面前酷一把。<br />
特别是有短域名的童鞋萌，不要错过机会哇；域名不够短的同学，有意向的话，抓紧时间物色一个~~</p>
<p>Kael<sup>.me</sup> URL shortener可以让您自定义形如 <strong>http://yoursite/-abc</strong> 的网址来访问原来的链接，并且轻松的管理这些短网址，修改它们，并且查看点击次数。 </p>
<p>其实就是因为前一阵子注册了个kael.me的域名，想整个短网址服务玩玩，但是现在官网上那些相关的插件用起来不太满意，另外考虑到今后与Wordpress的冲突问题，所以下班后花了1个多小时写了个。<br />
插件的主体功能1个小时搞定；为了更多用户的使用方便而进行的工作，写日志，写readme，到官网提交申请，却花了整整一个下午……终于体会到在幕后为我们默默提供插件的WP爱好者的辛苦了，谢谢你们。接下来我也要抽空把这个小插件一点点完善。</p>
<p>测试链接：<a href="http://kael.me/-su">http://kael.me/-su</a><br />
原始链接：<a href="http://yottaworks.net/url-shortener-plugin-for-wordpress/">http://yottaworks.net/url-shortener-plugin-for-wordpress/</a></p>
<p>同时支持301永久转向和307临时转向。<br />
<a title="点击图片查看完整截图" href="/wp-content/uploads/2009/10/kael-me-url-shortener-full.png" class="thickbox screenshot imageLink"><img src="/wp-content/uploads/2009/10/kael-me-url-shortener-small.png"/></a><br />
点击图片查看完整截图</p>
<h2>版本要求:</h2>
<p>WordPress 2.5或者更高<br />
支持2.9.2</p>
<h2>插件下载:</h2>
<p><a href="http://downloads.wordpress.org/plugin/kaelme-url-shortener.zip">Kael.me URL Shortener</a></p>
<p><a href="http://wordpress.org/extend/plugins/kaelme-url-shortener/">Wordpress Plugin发布页面</a></p>
<p>马上有更多语言版本支持推出，请继续关注。</p>
<h2>它是怎样工作的</h2>
<p>通过判断URI是否是以&#8221;-&#8221;（dash symbol）开头，来判断是否为我们自定义的短网址。<br />
这里没有使用 http://yoursite/abc 的形式，而是增加了一个分隔符 &#8221; &#8211; &#8221; 作为判断 （http://yoursite/-abc），是因为考虑到前者会有很多潜在的问题，不仅可能与博客原有的地址冲突，也可能在今后的添加中，新增无效的短网址记录，而且会增加数据库查找的负担。<br />
另外，这个分隔符可以在插件页面修改。</p>
<h2>一点小说明</h2>
<p>这个插件工作，一般情况下，<strong>需要您的服务器支持rewrite_module</strong>，并且wordpress的永久链接设置不是默认设置。</p>
<p>如果不能满足以上条件，您也不用着急<br />
（如果只能通过 http://yoursite/?p=123 来访问您的日志，说明您就是属于这种情况了），</p>
<p>您需要在插件设置页面，将“ Oops, my rewrite_module is disabled! ” 这个选项选中，并且保存设置。此时，可以通过 http://yoursite/?u=abc 来访问您的短网址。</p>
<p>有什么意见和建议，可以留言或者发送邮件告诉我。祝大家使用愉快~</p>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/wordpress%e7%9f%ad%e7%bd%91%e5%9d%80%e6%8f%92%e4%bb%b6-kael-me-url-shortener/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Kael.me URL Shortener Plugin for Wordpress</title>
		<link>http://yottaworks.net/url-shortener-plugin-for-wordpress/</link>
		<comments>http://yottaworks.net/url-shortener-plugin-for-wordpress/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 05:51:58 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://yottaworks.net/?p=1111</guid>
		<description><![CDATA[kael.me URL shortener let you create your own tiny url, just like
<strong>http://yoursite/-abc</strong>. 
You can easily manage them with a paginating list of your short urls, change details, delete, or track clicks of them.]]></description>
			<content:encoded><![CDATA[<p><a href="http://yottaworks.net/wordpress%E7%9F%AD%E7%BD%91%E5%9D%80%E6%8F%92%E4%BB%B6-kael-me-url-shortener/">中文版介绍</a></p>
<h2>What&#8217;s this?</h2>
<p>kael.me URL shortener let you create your own tiny url, just like<br />
<strong>http://yoursite/-abc</strong>.<br />
You can easily manage them with a paginating list of your short urls, change details, delete, or track clicks of them.</p>
<p>Short URL for testing: <a href="http://kael.me/-su">http://kael.me/-su</a><br />
Original url: <a href="http://yottaworks.net/url-shortener-plugin-for-wordpress/">http://yottaworks.net/url-shortener-plugin-for-wordpress/</a></p>
<p>Tiny urls may redirect as 301 permanently redirection or 307 temporary redirection as your set each of them to.<br />
<a title="Click to view full screenshot" href="/wp-content/uploads/2009/10/kael-me-url-shortener-full.png" class="thickbox screenshot imageLink"><img src="/wp-content/uploads/2009/10/kael-me-url-shortener-small.png"/></a><br />
Click image to view full screenshot.</p>
<h2>Version Requires:</h2>
<p>WordPress 2.5 or higher<br />
support 2.9.2</p>
<h2>Download:</h2>
<p><a href="http://downloads.wordpress.org/plugin/kaelme-url-shortener.zip">Download Kael.me URL Shortener from wordpress.org</a><br />
Wordpress Plugin Page: <a href="http://wordpress.org/extend/plugins/kaelme-url-shortener/">http://wordpress.org/extend/plugins/kaelme-url-shortener/</a></p>
<p>Support for more languages is coming&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/url-shortener-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
