From 1d00b262ddf0d6c3207a4b796d48899ed79bffcd Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 26 Aug 2011 21:22:00 +0000 Subject: initial commit into the public repository Signed-off-by: Michael Krelin --- (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..fbaa062 --- a/dev/null +++ b/README @@ -0,0 +1,16 @@ +Constructs: + +code embedded in output: +<%code> ++i; +% ++i; + +output embedded in code: +int i=0; +<%output>whoa, it's <% i++ %>! + +embed literal in the code: +#define URL "http://www.klever.net/" +<%literal> + a text that is going to be there is a string + with some possibilities <% URL %> + -- cgit v0.9.0.2