reverse - an application built using Navegante
Build the application:
$ navegante examples/reverse
Use the newly created file reverse as a CGI.
This application behaves as a CGI and it reverses the content being browsed. The specific DSL section is:
cginame(./reverse) formtitle(Read Everything Backwards) proc(reverseFunction) desc(reverseDesc) quit(exitFunction)
exitFunctionThe function that is called when the user follows the link to
leave the application. This is defined in the DSL by the
quit statement.
reverseDescThis function is prints the description of the create application. This
is defined in the DSL by the desc statement.
reverseFunctionThis is the function used to actually process the conten. This
is defined in the DSL by the proc statement.
XXX - _loadit
Nuno Carvalho, smash@cpan.org
TODO