#Hyper Estraier Install
cd /usr/ports/textproc/hyperestraier; make install clean
cd /usr/ports/textproc/pdftohtml; make -D WITHOUT_X11 install clean
cd /usr/ports/japanese/xpdf;make install clean
#adding PATH /usr/local/share/hyperestraier/filter
mkdir -p /mnt/hdd/estraier/index/
#Making Index about PDF
estcmd gather -cl -pc UTF-8 -fx ".pdf" "H@estfxpdftohtml" -fz -ic UTF-8 -sd -cm /mnt/hdd/estraier/index/ /mnt/hdd/root/share/PDFs/
#Search directory is /mnt/hdd/root/share/PDFs/ making index on /mnt/hdd/estraier/index/
#Copy the search script
cp /usr/local/libexec/estseek.cgi /usr/local/www/cgi-bin/
#Copy the search script config file
cp /usr/local/share/hyperestraier/estseek.conf /usr/local/www/cgi-bin/
#Copy the search script template file
cp /usr/local/share/hyperestraier/estseek.tmpl /usr/local/www/cgi-bin/
#Copy the search script top page file
cp /usr/local/share/hyperestraier/estseek.top /usr/local/www/cgi-bin/
#edit config file
vi /usr/local/www/cgi-bin/estseek.conf
indexname: /mnt/hdd/estraier/index/
lprefix: /usr/local/
showlreal: true
replace:
estcmd gather -tr -cl -pc UTF-8 -fx ".pdf" "H@estfxpdftohtml" -fz -ic
UTF-8 -sd -cm -cs 256 /mnt/hdd/estraier/index/ /usr/local/
estcmdの中に textサイズ 128KB, 元のファイルサイズ30MBという制限があったので、
これを 1MB, 96MBに緩和して食わせてみた。
# /usr/ports/textproc/hyperestraier/work/hyperestraier-1.4.10/estcmd.c
#define LIMITTSIZ (1024*1024) /* text size limitation */
#define LIMITFSIZ (1048576*96) /* file size limitation */
#make;make install
火曜日, 12月 04, 2007
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿