Re: [M2] How to fire plugin in site generation?

2005-11-24 Thread David Sag
I've just done this actually. Make it a report and override the isExternalReport() method to return true; then you don't need to use the Sink at all. Kind regards, Dave Sag   Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote on 24-11-2005 15:46:55: > Is there any way to fire the execution o

[M2] How to fire plugin in site generation?

2005-11-24 Thread Jose Gonzalez Gomez
Is there any way to fire the execution of a plugin whenever the site plugin is executed? I would like to add some dinammically generated content to the site, but I don't want to use the report mechanism, as this forces me to use the Sink interface to write content, doesn't it? Or can I turn my plug