Manual Search

Posted by Cofyc, on May 10, 2008, 1:05 pm

花了一晚上,写了一个Manual Search站点,索引了一些我常用了手册,方便自己查找资料。

本地搭建了一个,网络上也有一个副本:http://xman.peterfu.net.

现在支持如下搜索语法:

  1. 搜索所有手册:[search terms];比如:xmalloc
  2. 搜索指定手册:[search terms] in:[field];比如:preg_match in:php
  3. 搜索多个手册:[search terms] in:[fields];比如:install in:httpd,svn

目前索引的手册有: gcc, httpd(Apache), libc(GNU C Library), php, svn, zf(Zend Framework)

;-)

-------

今天太阳真不错,我要晒太阳~。

还要好好做毕设,加油!

2 comments - Tags: manual, search, apache, svn, zend framework, gcc, gnu c library

comments

1. May 10, 2008, 2:47 pm by Leechael

或许这般调整语法更好:

apache in:httpd

且,field name 也可以增调数个选择:c -> gcc + libc, apache -> httpd & more from apache project.

2. May 10, 2008, 5:31 pm by Cofyc

语意上,in是比man的确要合适些,已改;-)。
对于field name增调数个选择,我有想过,不过觉得如果去查manual的话,一般都只会去查特定的一本手册。
用的最多的还是:Where is [xxx] IN [xxx] manual?

Post a comment

Reply