Web service
You can use this application as a web service. To compile a template post the
data to the url http://lltools.appspot.com/compileul4. The following parameter can be passed:
source (mandatory)
- The template source code
startdelim (optional)
- The start delimiter for tags. It defaults to
<? if unspecified.
enddelim (optional)
- The end delimiter for tags. It defaults to
?> if unspecified.
format (optional)
- Either
bytecode, reprbytecode or python. It defaults to bytecode if unspecified.
The parameters should be UTF-8 encoded.
In case of a compiler error the server will return a HTTP status code of 400. The body of the response will contain the error message.