[opencms-dev] Re: Static export question,
MichalDzirba
mdzirba at intercon.pl
Mon Feb 16 16:16:01 CET 2004
Thomas März wrote:
> Take a look at com.opencms.flex.I_CmsEventListener and choose your event
> type. Register your class in registry.xml, then when e. g. a static
> export happened, your code does
>
> doLogin()
> doChangeProject()
> doLock()
> doTouch()
> doUnlock()
> doPublish()
>
> So you could update your sitempa file easily. But watch out and inhibit
> your sitemap - when being published - executing this code again.
>
>
> BTW how can you register classes in CVS HEAD? How can you achieve
> similar things? I didn't find anything at first view.
>
> Thomas
Thanks ill give it a try,
Michal.
More information about the opencms-dev
mailing list