durusmail: quixote-users: PyMeld
PyMeld
2003-05-09
2003-05-09
Re: PyMeld
2003-05-10
2003-05-12
2003-05-12
PyMeld: correction on license interpretation
2003-05-12
Re: PyMeld
2003-05-12
PyMeld license (increasingly OT)
2003-05-12
PyMeld
Bud P. Bruegger
2003-05-09
I was quite excited about it until I looked at the license:  not open
source...  (if you do open source, you can use and redistribute it
freely (like in beer) but if you do s.th. commercial, you need to get
a commercial license--or so it seems to me).  What a pity!

-b



On Fri, 09 May 2003 09:53:52 -0400
Graham Fawcett  wrote:

> Just dropping an interesting URL from the Daily Python-URL site:
>
> http://www.entrian.com/PyMeld/
>
> "PyMeld: A simple, lightweight system for manipulating HTML (and XML,
> informally) using a Pythonic object model."
>
> It's reminiscent of XMLC, my favoured templating method in the days
> before I escaped from Java Web programming.
>
> Essentially, an HTML page is parsed into a DOM-like structure that can
> be manipulated in your presentation code. The HTML elements require ID
> attributes, so that you can access and modify placeholder elements like
> '

placeholder

' via calls like "template.mytitle = > 'welcome'" to get '

welcome

' in your output. > > You might find it a useful tool if you need to work with a Real Web Page > Designer; the approach places far fewer constraints on page design than > any other templating system I've come across, making the Designers happy > without making the programmers jump through too many hoops. > > -- Graham > > > > _______________________________________________ > Quixote-users mailing list > Quixote-users@mems-exchange.org > http://mail.mems-exchange.org/mailman/listinfo/quixote-users > /----------------------------------------------------------------- | Bud P. Bruegger, Ph.D. | Sistema (www.sistema.it) | Via U. Bassi, 54 | 58100 Grosseto, Italy | +39-0564-411682 (voice and fax) \-----------------------------------------------------------------
reply