New template systems in the trunk !
Libellés :
Archetype,
Archetype Javascript Framework,
TAL,
template,
trimPath
We now have totally abstracted the template system used to render a template!
SVN Archetype provides 3 back end right now in the trunk:
- Our original basic system based on regexp. It is simple and cannot do complicated stuff by itself, however, a view is not designed to do complicated things, so that's not a bad idea to keep this simple.
- The template system from trimPath template: the project seems to lack of activity since 2005, however it's a stable version of a powerful template system using a Smarty like syntax, and we'll try to work together with the trimPath team to support it and improve it :)
- The TAL template system with it's implementation domtal, which uses the browsers ability to parse xml. TAL is used in the Zope Template system (ZPT) and is one of greatest template system I know.
EDIT: After discussing with Ivan Montes, current DOMTAL maintainer, the latest version is here and should be quite better. Ivan does not maintain it anymore, and we may maintain it for now. This little file lost on the web may lead to an opensource success story (well, I'm just thinking about the jRuby conference which had the same kind of story :) )


0 commentaires:
Enregistrer un commentaire