On Mon, 2005-05-16 at 21:58 -0400, Gregor J. Rothfuss wrote: > i played around with the various pipelines in the default publication to > add a pdf view, and have to say it was rather complicated. but at the > same time, i think it would be good to showcase what can be done with > lenya to add a pdf sample. > > i can certainly commit my crude example, but what i really would like to > see is thorstens work on forrest plugin integration. any updates there, > thorsten? > > wdyt? >
I will give it a go on the weekend where I will try to find some time. Basically I will have to write one pipeline that is bringing the lenya content into xdocs format, then using the forrest pipe to generate *.fo from this and then plug (a simple mount of the lenya sitemap) the http://forrest.apache.org/0.7/docs/plugins/index.html#org.apache.forrest.plugin.output.pdf into lenya. The main question is how can I use the forrest resource without a simple copy n' paste? e.g. <map:transform src="{project:skins-dir}{forrest:skin}/xslt/fo/document2fo.xsl"> <map:parameter name="imagesdir" value="{project:resources.images}/"/> <map:parameter name="xmlbasedir" value="{project:content.xdocs}{1}"/> </map:transform> Any good ideas? salu2 -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
