>
welcome! page//info/rdms/namazu・namazurc |
namazu |
by:大阪演劇情報センター+未知座小劇場 |
更新日: |
page//info/rdms/namazu・namazurc
全文を引用しました。初期値はすべてコメントとなっています。########部分のコメントを外し、必要に応じ書き改めました。
# This is a Namazu configuration file for namazu or namazu.cgi.
#
# Originally, this file is named 'namazurc-sample'. so you should
# copy this to 'namazurc' to make the file effective.
#
# Each item is must be separated by one or more SPACE or TAB characters.
# You can use a double-quoted string for represanting a string which
# contains SPACE or TAB characters like "foo bar baz".
##
## Index: Specify the default directory.
##
###########################################
Index /var/namazu/index
##
## Template: Set the template directory containing
## NMZ.{head,foot,body,tips,result} files.
##
###########################################
Template /usr/share/namazu/template
##
## Replace: Replace TARGET with REPLACEMENT in URIs in search
## results.
##
## GET is specified by perl-like regular expressions.
## You can caputure sub-strings in TARGET by surrounding them
## with `(' and `)'and use them later as backreferences by
## \1, \2, \3,... \9.
##
## To use meta characters literally such as `*', `+', `?', `|',
## `[', `]', `{', `}', `(', `)', escape them with `\'.
##
## e.g.,
##
## Replace /home/foo/public_html/ http://www.foobar.jp/~foo/
## Replace /home/(.*)/public_html/ http://www.foobar.jp/\1/
## Replace /C\|/foo/ http://www.foobar.jp/
##
## If you do not want to do the processing on command line use,
## run namazu with -U option.
##
Replace /home/akiraka/public_html http://www.xxxx.ne.jp/~akiraka/
Replace /home/(.*)/public_html/ http://www.foobar.jp/~\1/
#Replace /home/foo/public_html/ http://www.foo.bar.jp/~foo/
##
## Logging: Set OFF to turn off keyword logging to NMZ.slog.
## Default is ON.
##
###############################
Logging on
#Logging off
##
## Lang: Set the locale code such as `ja_JP.eucJP', `ja_JP.SJIS',
## `de', etc. This directive works only if the environment
## variable LANG is not set because the directive is mainly
## intended for CGI use. On the shell, You can set
## environemtnt variable LANG instead of using the directive.
##
## If you set `de' to it, namazu.cgi use
## NMZ.(head|foot|body|tips|results).de for displaying results
## and use a proper message catalog for `de'.
##
##############################
Lang ja
#Lang ja
##
## Scoring: Set the scoring method "tfidf" or "simple".
##
##############################
Scoring tfidf
#Scoring tfidf
##
## EmphasisTags: Set the pair of html elements which is used in
## keyword emphasizing for search results.
##
##############################
EmphasisTags "" ""
#EmphasisTags "" ""
topへ
home:topへ
server library:topへ
PHP PostgreSQL MySQL サンプルスクリプトへ