归档于 March, 2006

22
Mar

FreeBSD相关资源

FreeBSD官方:
http://www.freebsd.org/
http://www.freebsd.org.cn/
FreeBSD China
http://www.freebsdchina.org/
CNFUG(中文FreeBSD用户组)
http://www.cnfug.org/
FreeBSD Hypertext Man Pages
http://www.freebsd.org/cgi/man.cgi?
FreeBSD 使用手册
http://cnsnap.cn.freebsd.org/doc/zh_CN.GB2312/books/handbook/
FreeBSD Porter 手册
http://cnsnap.cn.freebsd.org/doc/zh_CN.GB2312/books/porters-handbook/
ChinaUnix
http://www.chinaunix.net/

21
Mar

WP Plugins:WP-PageNavi 2.01

增加分页插件,比WP自带的要好 :)
下载
安装说明:
1.下载压缩包,上传到相应的目录
2.启用插件
3.修改WP index.php中的相应分页代码,替换成下面的代码即可
< ?php wp_pagenavi(); ?>

20
Mar

WP Plugins:AuthCSS

为留言增加验证图片,防止Spam
1.下载插件,下载地址
2.上传到相应目录
3.启用插件
4.修改相应页面
comments.php
…< ?php if (function_exists(’authCSS’)) : ?> <input type="text" name="code" id="code" value="<?php echo ""; ?/>" size="30" tabindex="4" /><label for="code">< ?php _e(" Authentication code (required) ");?> </label>< ?php authCSS(); ?> < ?php endif; ?>…
wp-comments-post.php
<?php…if (function_exists(’authCSS’)) :$comment_code = strtolower(trim($_POST['code']));if ( !checkCode($comment_code) )die( __(’Error: please fill valid authentication code.’) );endif;…

20
Mar

WP Plugins:Extended Live Archives

Extended Live Archives 是可以生成动态的存档显示的插件,下载地址为http://www.sonsofskadi.net/index.php/extended-live-archive/
开始以为很难,其实安装很简单 。
1.下载插件,上传到相应目录
2.激活插件
3.新建archives.php文件,把下面代码写入即可
< ?php af_ela_super_archive(); ?>

17
Mar

WP Plugins:CoolCode

CoolCode,代码高亮的插件,再次介绍,更新到3.0,国人制作。
使用方法:http://www.coolcode.cn/?p=26&pp=3
Update:今天顺便把coolcode 更新到 3.3

Page 1 of 212»

    标签云

    Friends

    Meta