From 8f431ef8af6c83aa9ebdcd8a2dd6252759127de1 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 21 Jul 2011 14:14:40 +0200 Subject: (Almost) finished DB-Models / abstraction layer. --- ratatoeskr/templates/usertemplates/foo.tpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ratatoeskr/templates/usertemplates/foo.tpl (limited to 'ratatoeskr/templates') diff --git a/ratatoeskr/templates/usertemplates/foo.tpl b/ratatoeskr/templates/usertemplates/foo.tpl new file mode 100644 index 0000000..af1564c --- /dev/null +++ b/ratatoeskr/templates/usertemplates/foo.tpl @@ -0,0 +1,14 @@ +<{*HEADER +Ratatoeskr template +DO NOT REMOVE THIS COMMENT! +-----BEGIN META----- +{ + "Content-Type": "text/html", + "ACL": { + "users": ["foo"], + "groups": [], + "rights": {"users": ["read", "write", "delete"], "groups": ["read"], "others": ["read"]} + }, "author": "Kevin Chabowski" +} +-----END META----- +/HEADER*}> -- cgit v1.2.3-54-g00ecf