Linux 软件免费装

WP Chinese Conversion

开发者 Ono Oogami
更新时间 2017年11月7日 11:21
捐献地址: 去捐款
PHP版本: 4.5 及以上
WordPress版本: 4.8.3

标签

widget sidebar chinese 中文 繁体 简体 繁简转换 Chinese Simplified Chinese Traditional

下载

1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.1.1 1.1.10 1.1.12 1.1.13 1.1.14 1.1.14.1 1.1.14.2 1.1.15 1.1.16 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9

详情介绍:

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即可. 插件将在后台"Settings"菜单里增加"Chinese Conversion"子菜单. 你可以到我的博客查看演示, 侧边栏的右上方为本插件输出的Widget效果. (CSS是另加的) 最新稳定版本: Version 1.1.16 术语定义: 特性(Features): 如果使用缓存插件 (WP Super cache, Hyper Cache, etc), 上面部分功能(识别浏览器语言, 使用Cookie保存访客语言偏好)可能存在兼容性问题。

安装:

Upload the WPCC plugin to your blog, Activate it, To use this plugin, just add it's widget to the sidebar. The widget will output the Chinese Simplfied/ Traditional Version's link of current page. You can also use the <?php wpcc_output_navi(); ?> tag in your template. 上传插件, 激活. 然后直接到侧边栏里添加本插件的Widget即可. Widget里已经定义好了相应元素的class 和id, 请自己加CSS. 你也可以在模板中调用 <?php wpcc_output_navi(); ?> 标签. Widget将输出当前页面各种中文版本的导航链接. 如果你想自定义输出内容, 可以参考下面的代码, 在模板里添加. '; $output .= '不转换'; foreach( $wpcc_langs_urls as $key => $value ) { $output .= '' . $wpcc_langs[$key][2] . ''; // $wpcc_langs[$key][2]为语言名称, 如 "简体中文", "港澳繁體", "臺灣正體"等 } $output .= ''; echo $output; ?> 设置本插件请到后台"Options"菜单里的"Chinese Conversion"子菜单页.

常见问题:

Why choosing this plugin

I. 相比Javascrip繁简转换, 服务器端繁简转换具有非常多优点. 特别在Javascript受限制场合 (如Opera Mini/ iPhone等移动浏览器), javascript的繁简转换毫无作用, 而本插件则完全不受影响. II. 本插件完全中文化. 从输出的Widget到后台菜单, 代码里注释都是中文; 后台管理界面内置中文繁简自适应和切换功能. 你无需任何适应就能使用本插件并根据自己需要修改代码. III. 这个插件是作者为自己的Blog写的, 作者有多年独立博客写作历史; 熟悉Wordpress, LAMP和Blog的相关技术和文化; 会一直维护本插件并定期发布稳定版本, 保持与最新版Wordpress的兼容性.

更新日志:

1.1.16 1.1.15 1.1.14.2 1.1.14.1 1.1.14 1.1.13 1.1.12 1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4