[mod_python] supporting modular mod_python extensions vs. "folding" mod_psp

Gregory (Grisha) Trubetskoy grisha at modpython.org
Fri Jun 6 17:52:43 EST 2003


On Fri, 6 Jun 2003, Michael C. Neel wrote:

> I'll take a moment in this thread to plug Albatross
> (http://www.object-craft.com.au/projects/albatross/) as the "killer"
> template system for python, or at least a strong contender.

The problem with Albatross for me is the same one with all the others - it
is yet another language to learn:

<al-for iter="name" expr="keys">
    <tr>
         <td><al-value expr="name.value()"></td>
         <td><al-value expr="environ[name.value()]"></td>
    <tr>
</al-for>

This is not Python. Nor is it HTML.

Grisha



More information about the Mod_python mailing list