﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
283	Allow for redefinition of template syntax per-file	dclark@…	cmlenz	"The Genshi syntax of using $text or ${text} is exactly the same syntax used by the bourne shell (bash sh etc) and close to that used by Make and the Makefile. 

So if you want to for example template a Makefile that includes bourne shell code, you are going to end up having to do a lot of ugly stuff like $$$$ - see also #282.

It would be great if the syntax that Genshi uses for text templates could be redefined per-file like it can be for example with Cheetah ([http://www.cheetahtemplate.org/docs/users_guide_html_multipage/parserInstructions.compiler-settings.html #compiler-settings]). This would allow the user to choose syntax that does not conflict with the type of document the user is templating."	enhancement	new	minor	0.9	Template processing	0.5		syntax tokens redefine escape	
