Installing the locator service on a new server:

	Edit "mergeOutput.c" and modify "SERVER_URL" for your server
	
	Build the server:
		Run: make

	Install the service under your document root:
		E.g. copy the entire "locator" directory to /var/www/htdocs		
	Add a link to the server's home page, such as:
		<A HREF="locator/index.html">Where do you want to go today?</A>
	
Adding new building floors to the locator database:

	Scan image (GIF and JPG formats) w/ ~800x600 resolution
		Small enough to fit on-screen, large enough to print OK)
	
	Edit "floors", adding fields: 
		image_name, description, width height marker_size

	Edit "maps.html" adding links to new images
		If desired
		
