summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-09-26 00:10:07 +0200
committerKevin Chabowski <kevin@kch42.de>2011-09-26 00:10:07 +0200
commit275b09a080ac9cd02011ff827554630b4fc6f544 (patch)
tree40fda1cef01cffe9614459912f59d62dc1b57767 /README.markdown
parent6d8163041ced4f917330472675d2d8ffd2123db9 (diff)
downloadste-275b09a080ac9cd02011ff827554630b4fc6f544.tar.gz
ste-275b09a080ac9cd02011ff827554630b4fc6f544.tar.bz2
ste-275b09a080ac9cd02011ff827554630b4fc6f544.zip
Better error messages. Also corrected some minor bugs and typos.
* Error messages now include the name of the template and the line where the error occurred. * `instanceof Text` is no longer valid, must be `instanceof TextNode`. * The Precompiler is now a own function. * ste:if subcompiler fixed.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index bfaa4ad..37c10ae 100644
--- a/README.markdown
+++ b/README.markdown
@@ -24,9 +24,6 @@ Why should you use it?
Annoying things.
----------------
-* The error messages the parser returns, when your template has errors, are not
- very helpful, i.e. the position of the error is not returned. You have to seek
- it yourself.
* No caching. Could be slow on websites with many hits.
WARNING