From c35b88902882ada77fe97d0755974e21a1d4e891 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Fri, 25 Oct 2013 22:34:01 +0200 Subject: Improved readme --- README.markdown | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.markdown b/README.markdown index 37c10ae..e3a1321 100644 --- a/README.markdown +++ b/README.markdown @@ -21,13 +21,11 @@ Why should you use it? * It can transcompile templates into PHP. * You can use anonymous functions to define custom tags. -Annoying things. ----------------- +Documentation +------------- -* No caching. Could be slow on websites with many hits. - -WARNING -------- - -Early development, that means that it might be pretty buggy at the moment... +The `docu` directory contains the documentation of the template language. +If you need the documentation of the php code / the API, you can create it with the `mkdocu.sh` script. +You will need [NaturalDocs](http://www.naturaldocs.org/) for that. +There is also a mirror of the documentation [here](http://r7r.kch42.net/ste_docu/). -- cgit v1.2.3-54-g00ecf