MIVA is a software that operates as a pre-processor for CGI that
interprets HTML and MIVA tags. It reads the MIVA document
and looks for tags that it knows about, all other tags are output as
they are found. This is similar in concept to the way that a browser
"ignores" tags that it doesn't know about. Special precautions have
been taken to ensure compatibilty with browser tags -- even if a
browser vendor implements exactly the same tag.
Because MIVA is server and browser independent, you can freely
mix HTML and MIVA code in a MIVA document. As a matter of
fact, you can even create HTML code on-the-fly!
For more information about MIVA and its tags, visit www.miva.com
Installation Instructions
Miva is fully supported and installed on all Webvisions Virtual
Servers. Each MIVA file has the extension ".mv" (e.g. index.mv).
To call a script, point your browser to
"http://yourdomain.com/cgi-bin/miva?/directory/scriptname"
To call a script in your "www" directory, type
"http://yourdomain.com/cgi-bin/miva?/scriptname"