How to install HTBOOK:

1. Decide on a place for the picture files. (in my files it is WWW_ROOT:[FIGURES]).
	This will be referred to by the logical BOOK_FIGURES. Either define that
	systemwide or put the definition into BOOK.COM.
	Make sure the server account can write to it.
	Move the icon files (XBM or GIF) and CVT_TO_GIF.COM there.
	Edit CVT_TO_GIF.COM to activate PPMTOGIF properly.

2. Copy BOOK.COM, BOOKSHELF.COM and HTBOOK.EXE to your htbin directory.

3. Edit BOOK.COM to start HTBOK.EXE in the right place

4. Put an alias for BOOK_FIGURES in your server config file:

	pass	/book_figures/* /www_root/figures/*	#mandatory
	map	/book/*		/htbin/book/*		#mandatory
	map	/book		/htbin/bookshelf	#optional starting point

