# This is Willow's database configuration file, be careful when
# editing, the parser is not terribly sophisticated. Blank lines, and
# lines starting with a '#' or '!' are ignored. Most fields require an
# equal sign followed by a value, but some do not. For them, just
# having the field appear is equivalent to setting its value to
# true. If the field is not there, then the value is false.  Each
# field is described in detail in the file "doc/Customization" in the
# Willow home directory, so comments here are pretty sparse.
# The first tag in the file must be conf_version.
# 
# The first section after that is optional, and describes the layout 
# of the Database pull-down menu.

conf_version = 1.0

!           ############################
!           ### Database Menu layout ###
!           ############################

begin_menu = Database
  begin_menu = Library Catalogs
    item = UW-LCAT   : U. of Washington Libraries
    item = UW-GCAT   : U. of Washington Law Library
    separator
    item = LC-NAF    : Library of Congress Authorities
    item = LC-BIB    : Library of Congress Catalog
    item = MIT-CAT   : MIT Libraries Test Catalog
    item = WCAT-TEST : OCLC WorldCat (Subset)
    item = RLIN-BIB  : RLIN Bibliographic
    item = RLIN-AMC  : RLIN Archives/Manuscripts
  end_menu
  begin_menu = Bibliographic Databases
    item = ATT-CIA   : CIA World Factbook
    item = RLG-HLA   : Handbook of Latin American Studies
    item = RLG-WLI-1 : World Law Index 1: Hispanic Legislation
  end_menu
  begin_menu = U. of Washington Demos
    item = UW-GENC   : UW Course Catalog

end_menu

