blob: 014726494341c223ac30d298c531956bdea70e76 [file] [log] [blame]
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$
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::*"