Welcome to the home page for the LIS429 Indexing projet.


This project aims to take a number of html files that contain genus and species information on plants of North America and index them and then make the index searchable via the Web. This data is part of the Flora of North America Project

The first phase of this project was to write and indexing program for the collection of HTML files. This phase has three stages:


The second phase of this project was to write a CGI program to allow searching of the previously created indexes. The CGI program for this activity is available at fnasearch.cgi.

Other Issues

There is a modified version of mgquery at:
/usr2/local/mg-1.2/src/text/mgquery
A in class demo was run with the command:
/usr2/local/mg-1.2/src/text/mgquery -i junk2. gdbm calflora
Followed with the query:
>quercus @junk2.gdbm:oval
This query instructs gm to search the calflora db for the word 'quercus' and the junk2.gdbm database/hash for the word 'oval'

There is also a Web Page hosted by the makers of mg. This page includes a manual and descriptions of the workings of mg.