From 75a7e7783b59b41832fd0610e593b9adbd4aaf36 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 6 Nov 2012 17:04:01 +0000 Subject: Added template for serialized lua output --- app/template-serialized.lsp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/template-serialized.lsp (limited to 'app') diff --git a/app/template-serialized.lsp b/app/template-serialized.lsp new file mode 100644 index 0000000..af84d94 --- /dev/null +++ b/app/template-serialized.lsp @@ -0,0 +1,5 @@ +<% local view, viewlibrary, page_info, session = ... %> +Status: 200 OK +Content-Type: "text/text" +<% io.write("\n") %> +<% page_info.viewfunc(view, viewlibrary, page_info, session) %> -- cgit v1.2.3