/[hyperestraier]/upstream/0.5.3/doc/intro-en.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/0.5.3/doc/intro-en.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/0.5.2/doc/intro-en.html revision 9 by dpavlin, Wed Aug 3 15:21:15 2005 UTC upstream/0.5.3/doc/intro-en.html revision 10 by dpavlin, Wed Aug 3 15:25:48 2005 UTC
# Line 24  Line 24 
24  <h1>Introduction</h1>  <h1>Introduction</h1>
25    
26  <div class="note">Copyright (C) 2004-2005 Mikio Hirabayashi</div>  <div class="note">Copyright (C) 2004-2005 Mikio Hirabayashi</div>
27  <div class="note">Last Update: Tue, 07 Jun 2005 06:17:00 +0900</div>  <div class="note">Last Update: Mon, 01 Aug 2005 00:50:38 +0900</div>
28  <div class="navi">[<a href="intro-ja.html" hreflang="ja">Japanese</a>] [<a href="index.html">HOME</a>]</div>  <div class="navi">[<a href="intro-ja.html" hreflang="ja">Japanese</a>] [<a href="index.html">HOME</a>]</div>
29    
30  <hr />  <hr />
# Line 137  Line 137 
137  /usr/local/bin/estcall  /usr/local/bin/estcall
138  /usr/local/bin/estload  /usr/local/bin/estload
139  /usr/local/bin/estconfig  /usr/local/bin/estconfig
140    /usr/local/bin/estwolefind
141  /usr/local/libexec/estseek.cgi  /usr/local/libexec/estseek.cgi
142  /usr/local/share/hyperestraier/estseek.conf  /usr/local/share/hyperestraier/estseek.conf
143  /usr/local/share/hyperestraier/estseek.tmpl  /usr/local/share/hyperestraier/estseek.tmpl
# Line 179  Line 180 
180  estcmd gather -sd casket /home/www/public_html  estcmd gather -sd casket /home/www/public_html
181  </pre>  </pre>
182    
183  <p>Files under `/home/www/public_html' are gathered and registerd into a new index named as `casket'.  That's all for indexing.</p>  <p>Files under `/home/www/public_html' are gathered and registered into a new index named as `casket'.  That's all for indexing.</p>
184    
185  <h3>Deployment of the CGI Script</h3>  <h3>Deployment of the CGI Script</h3>
186    
# Line 192  cp /usr/local/share/hyperestraier/estsee Line 193  cp /usr/local/share/hyperestraier/estsee
193    
194  <p>`/usr/local/libexec/estseek.cgi', `estseek.(conf|tmpl|top)' in `/usr/local/share/hyperestraier/' are copied into `/home/www/cgi-bin/'.  estseek.cgi is the CGI script.  estseek.conf is the configuration file.  estseek.tmpl is the template file.  estseek.top is for the message of the top page.</p>  <p>`/usr/local/libexec/estseek.cgi', `estseek.(conf|tmpl|top)' in `/usr/local/share/hyperestraier/' are copied into `/home/www/cgi-bin/'.  estseek.cgi is the CGI script.  estseek.conf is the configuration file.  estseek.tmpl is the template file.  estseek.top is for the message of the top page.</p>
195    
196  <p>Open estseek.cgi with a text editor and modify it.  Most items are not needed to be modified, except for `indexname', `lprefix', and `gprefix'.  Do as the following.</p>  <p>Open estseek.conf with a text editor and modify it.  Most items are not needed to be modified, except for `indexname', `lprefix', and `gprefix'.  Do as the following.</p>
197    
198  <pre>indexname: /home/www/casket  <pre>indexname: /home/www/casket
199  ...  ...
# Line 239  estcmd optimize casket Line 240  estcmd optimize casket
240    
241  <p>If `gather' or `purge' is performed without the `-cl' option, records of deleted documents are not deleted though deletion marks was applied to them.  `optimize' is useful to delete such void regions.</p>  <p>If `gather' or `purge' is performed without the `-cl' option, records of deleted documents are not deleted though deletion marks was applied to them.  `optimize' is useful to delete such void regions.</p>
242    
243  <h3>Automated Administratoin</h3>  <h3>Automated Administration</h3>
244    
245  <p>`cron' enables you to automate operations for administration.  Register the following script to `crontab'.</p>  <p>`cron' enables you to automate operations for administration.  Register the following script to `crontab'.</p>
246    
# Line 259  estcmd optimize casket Line 260  estcmd optimize casket
260    
261  <h3>Contact</h3>  <h3>Contact</h3>
262    
263  <p>Hyper Estraier was written and is maintained by <a href="http://qdbm.sourceforge.net/mikio/">Mikio Hirabayashi</a>.  You can contact the author by e-mail to `mikio@users.sourceforge.net'.  However, as for topics which can be shared among other users, pleae send it to one of the mailing lists.  To join the mailing list, refer to `<a href="http://lists.sourceforge.net/lists/listinfo/hyperestraier-users">http://lists.sourceforge.net/lists/listinfo/hyperestraier-users</a>'.</p>  <p>Hyper Estraier was written and is maintained by <a href="http://qdbm.sourceforge.net/mikio/">Mikio Hirabayashi</a>.  You can contact the author by e-mail to `mikio@users.sourceforge.net'.  However, as for topics which can be shared among other users, please send it to one of the mailing lists.  To join the mailing list, refer to `<a href="http://lists.sourceforge.net/lists/listinfo/hyperestraier-users">http://lists.sourceforge.net/lists/listinfo/hyperestraier-users</a>'.</p>
264    
265  <h3>License</h3>  <h3>License</h3>
266    

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26