From: richard Date: Tue, 20 Aug 2002 04:41:22 +0000 (+0000) Subject: tweak X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7ff45ca6742b7571e7f3677d0eeed13c40795483;p=roundup.git tweak git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@972 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/templating.txt b/doc/templating.txt index d8dedd6..8ea2f19 100644 --- a/doc/templating.txt +++ b/doc/templating.txt @@ -2,7 +2,7 @@ HTML Templating Mechanisms ========================== -:Version: $Revision: 1.1 $ +:Version: $Revision: 1.2 $ Current Situation and Issues ============================ @@ -28,8 +28,8 @@ parser to parse the above "correctly", so a wholly new parser would be 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.