			     Apache Rivet
			     ============

See the doc/html/installation.html directory for installation and usage instructions.

See INSTALL for brief installation instructions - although the above
docs in HTML are more thorough and extensive.

See LICENSE for licensing terms.

$Id: README 1212149 2011-12-08 21:57:35Z mxmanghi $


			    KNOWN PROBLEMS
			    ==============


 - Rivet is reported to conflict with cgi scripts on some Linux machines.
Symptom of the problem is when cgi scripts hang forever and don't send contents
to the client

 
			    RIVET NAMESPACE
			    ===============

 - With the intruduction of the Rivet namespace the command set has been
moved into '::rivet' and should now be fully qualified. Commands are exported
though and can be imported in the global namespace, but whenever possible this
is deprecated.  Putting the following code in the Server Conf should guarantee
compatibility with existing scripts

RivetServerConf	    ServerInitScript	"package require rivet"
RivetServerConf	    ServerInitScript	"package require rivetlib"
RivetServerConf	    ServerInitScript	"namespace import --force ::rivet::*"

