hello.

i started to play around with xavante/cgilua and it seems
that i do not get the examples from the website to work.
i use xavante and cgilua as it comes with debian testing (squeeze)

xavante starts fine, cgilua is loaded with require, no errors or
anything. and here is my very simple example page index.lp :

<html>

<?lua
  greeting = 'Hello World!'
?>

<head>
  <title><%= greeting %></title>
</head>
<body>
  <strong><?lua= greeting ?></strong>
</body>
</html>

however, while xavante serves the page ok, the lua chunk seems
simply to be ignored and the only output it a plain:

<?lua= greeting ?>

as this all looks pretty straight forward i think its just my ignorance,
so im happy to get advise where to go from here.

startx


_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to