Copyright (C) 2002  Internet Software Consortium.

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

$Id: README,v 1.8 2002/12/20 19:43:04 lidl Exp $

Include files:

    config.inc
	General configuration.  This defines the login ID (as __USERNAME__),
	password (as __PASSWORD__), registry apex (as __APEX__), and
	a runtime evaluated transaction id (__XID__).  Each use of
	__XID__ will generate a new, unique ID.

	This file also defines:

	    __NOHOST_H1__ -- an out of zone hostname that does not exit.
	    __NOHOST_H2__ -- an in zone hostname that does not exist
	    __OOZ_APEX__  -- an out of zone apex for creating ooz hosts

    login.inc
	Log into the epp server.

    logout.inc
	Log out of the EPP server.

    domain-add.inc
	Adds a domain __D1__, with contact __C1__ and __C2__.  The
	two contacts can be the same.  The first is the owner and
	admin contact, the second is the technical contact.

    domain-info.inc
	Runs domain:info on __D1__

    host-info.inc
	Runs host:info on __H1__

    host-add.inc
	Runs host:create on __H1__, without adding any addresses

    host-add-ooz.inc
	Runs host:create on __H1__, adding two v4 and two v6 addresses

General use:

.INCLUDE config.inc
.INCLUDE login.inc

< your XML here >
.SEND

.INCLUDE logout.inc
