summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7fa5433)
raw | patch | inline | side by side (parent: 7fa5433)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 20 Aug 2002 04:41:22 +0000 (04:41 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 20 Aug 2002 04:41:22 +0000 (04:41 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@972 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/templating.txt | patch | blob | history |
diff --git a/doc/templating.txt b/doc/templating.txt
index d8dedd6864cb439d513f98b6fa2e195d5b98a47e..8ea2f19dd6d519d3b78f7a8adff67c71c97e1e9e 100644 (file)
--- a/doc/templating.txt
+++ b/doc/templating.txt
HTML Templating Mechanisms
==========================
-:Version: $Revision: 1.1 $
+:Version: $Revision: 1.2 $
Current Situation and Issues
============================
required. That is a large undertaking, and doesn't address another couple of
issues that have arisen:
-1. the template syntax is neither HTML-editor friendly, not a well-formed
- syntax for other tools to work with, and
+1. the template syntax is not well-formed, and therefore is a pain to parse
+ and doesn't play well with other tools, and
2. user requirements generally have to be anticipated and accounted for in
templating functions (like ``plain()`` and ``checklist()`` above), and
we are therefore artificially restrictive.