  
  
  README
  
  This directory contains a number of files providing the means to create
  and maintain content in a MyLibrary database. This is only a sample
  application, but it could easily be built upon and used as a model for
  other administrative interfaces.
  
  The directory includes the following files:
  
	* admin.cgi - the system's home page, and you are expected to
	  symbolically link this file to a file named index.cgi
	  (ln -s admin.cgi index.cgi).
  
	* etc - a directory containing only one file, a library of two
	  subroutines used throughout the system.
  
	* facets.cgi - used to create and manage MyLibrary facets such as
	  subjects, audiences, formats, research tools, etc.
  
	* location-types.cgi - used to create and manage location types
	  such as URLs, call numbers, help links, etc.
	
	* resources.cgi - the most important script used to create and
	  manage information resources. This also provides the means
	  to index your MyLibrary data and create an OAI data repository
	
	* terms.cgi - used to create and manage MyLibrary terms such as
	  astronomy, philosophy, books, journals, freshman, faculty, 
	  dictionaries, encyclopedias, etc.
  
  The only file that needs configuration is resources.cgi. All the files
  should come with a pod.
  
  -- 
  Eric Lease Morgan
  January 31, 2006
  
