ASP Source Code: Mulvey Family Photo Album - Readme.txt
Photo Gallery

The Photographs reside in a tree of subfolders
the topmost folder in the tree must be a subdirectory
of the folder containing the gallery.asp file.

This application uses a folder tree below the web
root as follows:

	/gallery
	/gallery/images
	/gallery/incFiles
	/gallery/tables
	/gallery/Photos
	/gallery/Photos/...subPhotos...

"gallery" contains the application files:
	gallery.asp
	guestbook.asp
	readme.txt
"images" contains any inline images used on the pages:
	Camera.gif
	SinglePixel.gif
	white2.gif
	etc.
"incFiles" contains include files:
	adovbs.inc
	cdovbs.inc
	displayasp.asp
	getCaption.inc
	hitcount.inc
	MulveyDSN.inc
	navTree.inc
	styles.css
	toHTML.inc
"tables" contains the database tables for the hit counter, Guest Book, etc.
"Photos" and its subfolders contain the photographs.
	Gif or Jpg files may be used. I will illustrate with Jpg.
	Each folder should contain a caption file:
		folderName.txt
	each photograph should be represented as follows:
		photoName.jpg		the photograph
		photoName_t.jpg		the thumbnail
		photoName.txt		the caption file

If the caption file does not exist or is empty the folderName
or fileName will be used instead. Hard line breaks in the
caption file will be translated into HTML line breaks "<br>"
double hard line breaks will be translated into HTML paragraphs "<p>"