#
#        @(#)$Id: sites.hdr,v 1.3 1996/12/13 23:35:22 steve Exp $
#
#        cddbd - CD Database Protocol Server
#
#        Copyright (C) 1996  Steve Scherf
#        Email: steve@moonsoft.com
#        Moondog Software Productions - makers of fine public domain software.
#
#        This program is free software; you can redistribute it and/or modify
#        it under the terms of the GNU General Public License as published by
#        the Free Software Foundation; either version 2 of the License, or
#        (at your option) any later version.
#
#        This program is distributed in the hope that it will be useful,
#        but WITHOUT ANY WARRANTY; without even the implied warranty of
#        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#        GNU General Public License for more details.
#
#        You should have received a copy of the GNU General Public License
#        along with this program; if not, write to the Free Software
#        Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#

#
#	CDDBD sites file
#
#       This file contains the hostname and/or email addresses of
#       remote database servers that are fed database entries by your
#       site, or that are queried for log information.
#       
#       Remote site entries may take four forms:
#       
#           site.domain.com  cddbp [port]
#           site.domain.com  log   [port]
#           site.domain.com  smtp  user
#           site.domain.com  info  <port | -> latitude longitude description
#       
#       The first form specifies an Internet host address that can be reached
#       with CDDBP for the purpose of uploading new database entries.
#       The "port" argument is optional, and if it is not specified then
#       the default port will be looked up in /etc/services. Failing that,
#       a built-in default will be used. The port number should not be
#       necessary unless the cddb server being accessed is at a nonstandard
#       port. Example:
#       
#           cddb.moonsoft.com cddbp 888
#       
#       The second form specifies an Internet host address that can be reached
#       with CDDBP for the purpose of acquiring log statistics. The "port"
#       argument is optional, and if it is not specified then the default
#       port will be looked up in /etc/services. Failing that, a built-in
#       default will be used. Example:
#       
#           cddb.moonsoft.com log 888
#       
#       The third form specifies an email address that new database entries
#       will be emailed to via SMTP. The "user" argument will be combined
#       with the site name to form the email address. Example:
#       
#           cddb.moonsoft.com smtp steve
#       
#       This causes mail to be sent to steve@cddb.moonsoft.com.
#       
#       The fourth form specifies location information for a known Internet
#       server site. This information is displayed as output with the "sites"
#       server command. The "port" argument specifies the port that the
#       server resides at on the remote site; a "-" may be specified if the
#       remote server resides at the default port. The "latitude" and
#       "longitude" arguments specify the global coordinates of the server
#       site. These should be specified in the following format:
#       
#           CDDD.MM
#       
#       where "C" is the compass direction (N, E, W, S), "DDD" is the
#       degrees, and "MM" is the minutes. The "description" is an
#       arbitrary length string describing the site. Example:
#       
#           cddb.moonsoft.com info - N037.23 W122.01 Moonsoft, Sunnyvale, CA USA
#       
#       It is allowed to have up to one of each form for the same site.
#
#
#       End of header - DO NOT REMOVE THIS LINE.	
