# plain2 環境設定ファイル   by K.I  041220
#  ruby,perlで共用しています

# -- 一般設定
$www_adrs    = "bluefish.orz.hm";               #Server Address
$doc_adrs    = "bluefish.orz.hm/sdoc";          #Plain2 doc Address
$www_title   = "Bluefish Webpage";              #Webpage title
$www_root    = "/home/www";	                #DocumentRoot
$www_bin     = "/home/www/bin";			#Command Path

$cgi_path    = "/sdoc";		        	#cgi-bin Path
$doc_path    = "/home/www/doc";                 #Document Path
$img_cache   = "/img/cache";                    #Image cache Path
$css_path    = "/css/default.css";              #default css Path
$rireki_path = "/home/www/doc/nikki";		#rireki Path
#$xoops_root = "/home/www/xoops";               #Xoops Path
#$smb_path   = "//muon/home/www";		#samba Path

# -- list_docでのファイル一覧に関しての設定
$exclude_ext    = "jpg|gif|bmp|mdrw";           #exclude extention
$exclude_file   = "index.html";                 #exclude file

# -- 数式処理(mathimg)設定
$IMG_DIR = "/home/www/img/math/";
$IMG_DIRX = "/img/math/";