Changeset 214939
- Timestamp:
- 03/08/2010 01:38:37 PM (16 years ago)
- Location:
- wp2hibaidu
- Files:
-
- 5 added
- 4 edited
- 1 moved
-
branches/1.0.0.i (moved) (moved from wp2hibaidu/branches/1.0.1)
-
branches/1.0.0.i/readme.txt (modified) (1 diff)
-
branches/1.0.0.i/wp2hibaidu.php (modified) (1 diff)
-
tags/1.0.0.i (added)
-
tags/1.0.0.i/gb2312-utf8.table (added)
-
tags/1.0.0.i/iconv.php (added)
-
tags/1.0.0.i/readme.txt (added)
-
tags/1.0.0.i/wp2hibaidu.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp2hibaidu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp2hibaidu/branches/1.0.0.i/readme.txt
r214933 r214939 5 5 Requires at least: 2.7 6 6 Tested up to: 2.9.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.0.i 8 8 9 9 同步发表 WordPress 博客日志到 百度空间,初次安装必须设置后才能使用。 -
wp2hibaidu/branches/1.0.0.i/wp2hibaidu.php
r214933 r214939 4 4 Plugin URI: http://www.starhai.tk/wp2hibaidu 5 5 Description: 同步发表 WordPress 博客日志到 百度空间,初次安装必须设置后才能使用。 6 Version: 1.0. 16 Version: 1.0.0.i 7 7 Author: Starhai 8 8 Author URI: http://starhai.tk/ -
wp2hibaidu/trunk/readme.txt
r214534 r214939 5 5 Requires at least: 2.7 6 6 Tested up to: 2.9.1 7 Stable tag: 1.0.0 7 Stable tag: 1.0.0.i 8 8 9 9 同步发表 WordPress 博客日志到 百度空间,初次安装必须设置后才能使用。 10 11 如果服务器不支持ICONV,请选择 X.X.X.i 版本。 12 13 如果服务器支持ICONV,请选择 X.X.X 版本 10 14 11 15 == Description == -
wp2hibaidu/trunk/wp2hibaidu.php
r213885 r214939 4 4 Plugin URI: http://www.starhai.tk/wp2hibaidu 5 5 Description: 同步发表 WordPress 博客日志到 百度空间,初次安装必须设置后才能使用。 6 Version: 1.0.0 6 Version: 1.0.0.i 7 7 Author: Starhai 8 8 Author URI: http://starhai.tk/ … … 297 297 if (strlen($wp2baidupass)>3) 298 298 { 299 if(!function_exists('iconv')) 300 { 301 require_once(dirname(__FILE__).'/iconv.php'); 302 } 299 303 300 304 $user=urlencode(iconv('utf-8', 'gb2312', $wp2baiduuser));
Note: See TracChangeset
for help on using the changeset viewer.