This plugin is designed for Chinese bloggers. It adds the language conversion function between Chinese Simplified and Chinese Traditional to your WP Blog. The conversion is done in the server-side using a conversion table copied from Mediawiki. To use this plugin, just activate it and add the widget to the sidebar. The widget will output the Chinese Simplfied/ Traditional Version's link of current page.
这个插件为中文Blogger设计, 提供完整的基于服务器端的中文繁简转换解决方案. 相比用Javascript进行客户端繁简转换, 本插件提供的转换功能更为专业和可靠, 支持六种中文语言: 简体中文(zh-hans), 繁体中文(zh-hant) , 台湾正体(zh-tw), 港澳繁体(zh-hk), 马新简体(zh-sg)和大陆简体(zh-cn); 并且提供更多其它特性. 插件使用的繁简转换表和核心转换技术均来源于Mediawiki, 最早由中文维基的zhengzhu同学发明.
使用方法: 激活插件后到侧边栏添加本插件的Widget即可. 插件将在后台"Options"菜单里增加"Chinese Conversion"子菜单. 你可以到我的博客查看演示, 侧边栏的右上方为本插件输出的Widget效果. (CSS是另加的)
最新稳定版本: Version 1.1.6
/zh-tw/original/permalink/的URL形式.开发版本:
请注意: 本插件最新的开发版本并不在Wordpress插件库SVN中, 我使用自己的SVN更新和维护代码, 而仅在发布稳定版本时commit到官方SVN. 你可以使用下面命令获取本插件最新开发版本:
svn co http://code.oogami.name/repository/PROJECT/wp-chinese-conversion/trunk/
术语定义:
特性(Features):
/permalink/to/your/original/post/?variant=zh-xx, /permalink/to/your/original/post/zh-xx/和/zh-xx/permalink/to/your/original/post/三种形式.(zh-xx为语言代码)如果使用缓存插件 (WP Super cache, Hyper Cache, etc), 上面部分功能(识别浏览器语言, 使用Cookie保存访客语言偏好)将失效. 在以后的版本里可能加入对缓存插件的支持.




