summaryrefslogtreecommitdiffabout
path: root/README
authorMichael Krelin <hacker@klever.net>2011-08-26 21:22:00 (UTC)
committer Michael Krelin <hacker@klever.net>2011-08-26 21:22:00 (UTC)
commit1d00b262ddf0d6c3207a4b796d48899ed79bffcd (patch) (unidiff)
tree03d745873ba13ffb0e2fe1831ecb41f7c0b05758 /README
downloadcliche-1d00b262ddf0d6c3207a4b796d48899ed79bffcd.zip
cliche-1d00b262ddf0d6c3207a4b796d48899ed79bffcd.tar.gz
cliche-1d00b262ddf0d6c3207a4b796d48899ed79bffcd.tar.bz2
initial commit into the public repository0.0
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'README') (more/less context) (ignore whitespace changes)
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..fbaa062
--- a/dev/null
+++ b/README
@@ -0,0 +1,16 @@
1Constructs:
2
3code embedded in output:
4<%code> ++i; </%code>
5% ++i;
6
7output embedded in code:
8int i=0;
9<%output>whoa, it's <% i++ %>!</%output>
10
11embed literal in the code:
12#define URL "http://www.klever.net/"
13<%literal>
14 a text that is going to be there is a string
15 with some possibilities <% URL %>
16</%literal>