Yuval Kogman | 16 Jun 18:13

Re: Maypole

On Wed, Jun 16, 2004 at 17:01:03 +0100, Jean-Michel Hiver wrote:

> Darn. Could you give a simple TT example? Just so that I can write a 
> test and try to get it working.

in the macros file, under display_line:

	maybe_link_view(item.$col);

which is like

	<span petal:define="object item/?col"/?>
	<span metal:use-macro="macros#maybe_link_view"/>

but is instead replaced with

	FIXME
	

I forgot - a major refactoring is to remove the various defines, and
make the macros use the same object names. Even better would be to
implement METAL slots... ;-)

> HTML Tidy is your friend :)

xmllint even more so, because I remember to use it ;-)

Somewhat related:

Look at the source of http://nothingmuch.woobling.org/beerdb and
(Continue reading)


Gmane