ANN: Munch 0.1 -- Embed Python in text as markup

Erik Max Francis max at alcyone.com
Sat Apr 13 05:59:46 EDT 2002


Magnus Lie Hetland wrote:

> In article <3CB75C38.757A849D at alcyone.com>, Erik Max Francis wrote:
> [snip]
> 
> If you swap '$' for '@' this is quite similar to the Cheetah template
> system. Have you looked at that?

No, although I did come across PTML in my initial searches.  I see that
Cheetah uses $ for embedding variable names as markup, but uses a
combination of # and $ to set off code, e.g.

	#for $client in $clients

Munch is simpler than this; it isn't designed to be embedded halfway.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ Nationalism is an infantile sickness.
\__/ Albert Einstein
    Alcyone Systems' Daily Planet / http://www.alcyone.com/planet.html
 A new, virtual planet, every day.



More information about the Python-list mailing list