Next: Overview of Jack
Up: Implementation Description
Previous: Implementation Description
The Rumour package will include the following file when it is published :
- bin/collector.pl - This file is the Perl script for Collector.
- bin/jack.pl - This file is the Perl script for Jack.
- bin/search.pl - This file is the Perl script for the Search Program, although this file should
be COPIED to the cgi-bin directory of the server
- bin/pak/cgi-bin.pl - This file contains Perl functions to
decode cgi-post inputs, these function
were written by Steven E. Brenner [3].
- bin/pak/cindex.ind.pl - This file contains Perl functions for constructing Cindex. Its main function
is &cindex(), and it is used by jack.pl.
- bin/pak/lindex.ind.pl - This file contains Perl functions for constructing Lindex. Its main function
is &lindex(), and it is used by jack.pl.
- bin/pak/csearch.ind.pl - This file contains Perl functions for constructing Csearch. Its main
function is &csearch(), and it is used by search.pl.
- bin/pak/lsearch.ind.pl - This file contains Perl functions for constructing Lsearch. Its main
function is &lsearch(), and it is used by search.pl.
- getindex/ - This directory contain the source codes and necessary codes to compile GetIndex.
- ind/ - This directory should contain the Cindex, and other index files used in Rumour.
Tommy Wing Yiu Tsui
Tue Nov 7 10:21:32 EST 1995