<?php
/*
qdir	Quick and Dirty Image Rater
qdit	Quick and Dirty Image Tagger
	Also includes qdit_build, which 
	builds the central tagging library.

Notes about qdit:  
	Install the conditional_body patch to qdig,
	available at http://matt.wronka.org/stuff/projects/icpp/qdig/
	Currently the most recent version is:
	http://matt.wronka.org/stuff/projects/icpp/qdig/dev/qdig-20050509-conditional_body.patch

	Include qdit.php prior to including qdig.php.

	You should change to the directory where the qdig script is
	called from and run ./qdig_build.php when you wish to update
	the tag database.  This database is used for finding related
	images.

Notes about both qdir and qdit:
	You must call the appropriate function
	(qdir_main(True) or qdit_main(True)) after
	including the file or not much will happen.

If you include this file, and wrap it with the 
appropriate HTML, things should be fine.
*/
	include("qdit.php");
	include("qdir.php");
	include("qdig.php");
	qdir_main(True);
	qdit_main(True);
?>
