# $Id: INSTALL 25 2007-07-24 03:33:10Z unicinfo $ # Copyright (c) 2004 Kurt M. Brown. # This file is subject to the terms and conditions of the GNU General Public # License. See the file COPYING for more details. A. The xi module consists of an interface part and a server part. 1. The interface part, contained under the "ui" directory, runs in a gecko based application (e.g., firefox). 2. The server part, contained under the "ph" directory, runs in a php web server (e.g., apache). B. To install, just place the two parts or links to the two parts under appropiate places in your web server and alter the php search path as necessary. 1. The "ui" directory files need to be read from the browser. For a typical apache server setup, just place or link the "ui" directory under "htdocs". 2. The "ph" directory files do not need to be acessed from the browser, so they can be placed into a different directory than "htdocs". 3. A special file "handler.php" must be setup which is accessed from the browser (see "install/handler.php" for an example). C. Please see the example setup under the "install/httpd.8080" directory.