TTUgle Project 3 Readme.txt

	TTUgle is a search engine created using Visual Studio 2005, mysql server, mysql++
and cgicc. This was accomplished by having the C++ program connect to the database and
insert into it different elements. Furthermore, the program had cgi elements added to it
allowing it to run through a browser, as a normal search engine would. TTUgle provides
a fast database, cgi interface and power searching abilities.
	The database is created by first, clearing any data currently residing there and
then adding elements into the table. These elements are parsed from text files and
added into the database in two ways. Firstly, the words are added individually, for
quick single word searching. Secondly, the pages full text is added to provide searching
by phrases. This makes the database fast and also versatile in it's searching features.

Requires:
	mysql++ library, to compile
	cgicc library, to compile
	mysql server, to run

Demo of the project can be found at www.ttugle.com and click Online Demo under Collin's TTUgle.