My Photo

Search


Twitter Updates

    follow me on Twitter

    Interesting Links

    Other Content

    Creative Commons Attribution-NonCommercial 3.0 Unported
    Blog powered by TypePad
    Member since 08/2003

    Become a Fan

    « Self Assessment | Main | I just bought a book: The Pragmatic Version Control »

    Saturday, June 19, 2004

    TrackBack

    TrackBack URL for this entry:
    http://www.typepad.com/services/trackback/6a00d8345296c369e200d83456f6de69e2

    Listed below are links to weblogs that reference Ian Bicking: Python templating languages:

    » More on python templating from 42
    Peter Wilkinson left a useful coimment on my post 42: Ian Bicking: Python templating languages suggesting I look at SimpleTAL. I have done so and it does look like a good solution, it does include the key item for allowing [Read More]

    » More on python templating from 42
    Peter Wilkinson left a useful comment on my post 42: Ian Bicking: Python templating languages suggesting I look at SimpleTAL. I have done so and it does look like a good solution, it does include the key item for allowing [Read More]

    » More on python templating from 42
    Peter Wilkinson left a useful comment on my post 42: Ian Bicking: Python templating languages suggesting I look at SimpleTAL. I have done so and it does look like a good solution, it does include the key item for allowing [Read More]

    Comments

    Feed You can follow this conversation by subscribing to the comment feed for this post.

    Peter Wilkinson

    You should also have a look at SimpleTAL, based on the same template language as ZPT it allows you to choose if you want the python: option to be enabled. Nice to do on a case by case basis, particularly when you may want a page that has user supplied conent.

    http://www.owlfish.com/software/simpleTAL/

    DaveW

    Peter,

    Thanks, that does look interesting. Have added Colin's journal to my blogroll as well (http://www.owlfish.com/weblog/).

    Personally I prefer the velocity style of markup which does not get into the html/xml markup at all. I think that it is easier to explain to customers/designers.

    JohnS

    +1 for clearsilver. Any pure python implementation will several orders of magnitude slower, in my experience.

    The comments to this entry are closed.