Hello Alex, hi list, I had a similar problem. I had an application which contains a lot of xml files which are published in different channels like xml, html and pdf. I solved the problem by using a bit of UNIX scripting and wget. In cocoon I defined a couple of pages which contain links to the used files in question. these pages serve as the starting points for wget.
Although, I know that there is a cron compo in cocoon, I never used it. Markus On Thu, 24 Feb 2005 17:13:41 +0900, Alex Kachanov <[EMAIL PROTECTED]> wrote: > Hi! > > I'm using Cocoon to convert docbook xml files to html and pdf > > HTML files are created chunked and are put into a directory > so they would be avalable to the web-site isitors without any > further on-the-fly conversion by Cocoon > > I managed to run "cocoon cron" component which makes html > conversions at certain regular intervals that result in html files > > I would like to do the same with PDF files. However fo2pdf > serializer just puts the converted PDF file to cache while I just need > to dump the serialization to a specific folder. > > Any ideas? Am I missing smth? > > p.s. Yes I know about CLI but any other suggestions? > > ------------------------------------- > with best wishes > Alex Kachanov --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
