All examples within the rivet folder doc/examples use the magic sequence
"&lt;?" instead of "<?".

This does not work on my SuSE installation. The script part is not
recognized as script and is returned verbatim.

The file hello.rvt has the contents:
&lt;?
puts "Hello World"
?&gt;
-EOF-

I had to modify it to:
<?
puts "Hello World"
?>
-EOF-
to work.
-----
Massimo once gave me the following sequence to test the installation:
<?
    package require Rivet
    package require Session
    package require DIO
    package require form

    puts "<b>I got right here!</b>"
?>
-EOF-
This also detects if "itcl" is installed, very handy.

I would propose to:
- modify all examples to use "<?" if this is correct.
- add the test example
- write some text in the installation.html how to test the installation:
  - copy test.rvt to the web server
  - call it by browsing to "http:<server>/<path-to>/test.rvt

Harald


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to