- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Sun, 13 Apr 2008 10:07:13 -0700
- To: public-css-testsuite@w3.org
Received on Sunday, 13 April 2008 17:08:03 UTC
I've added code using the Template Toolkit to automatically generate the "Acknowledgements" list from the <link rel="author"> tags we've been adding to the tests. The patch is attached. If someone could review, that would be great.. I'm particularly unsure about this part +# Template Engine + +my $libroot = $INC{'indexer.pm'}; +$libroot =~ s/indexer.pm//; +my $tt = Template->new({ INCLUDE_PATH => $libroot . 'templates/' }) + || die "$Template::ERROR\n"; ~fantasai
Received on Sunday, 13 April 2008 17:08:03 UTC