Extending the image reader

2006-01-29 Thread Tim Williams
I want the image reader to accept a variant name (e.g. "thumb", "small") and then write the newly created image variant to disk before sending the output. In other words, so that a given image "IMG001.jpg" might be "read" with a variant "thumb" and on disk would now be: IMG001.jpg IMG001.thumb.jpg

Re: [RT] The environment abstraction, part II

2006-01-29 Thread Daniel Fagerstrom
Sylvain Wallez skrev: ... AFAIU, what Daniel is proposing is to add an "extends" statement to our environment interfaces, which are very close to the standard javax.servlet ones. Just like we did with Cocoon's SourceResolver extending Excalibur's SourceResolver. Exactly /Daniel

Re: [RT] The environment abstraction, part II

2006-01-29 Thread Daniel Fagerstrom
Carsten Ziegeler skrev: Daniel Fagerstrom wrote: I suggested that we should ditch our environment abstraction and replace it with the javax.servlet.http set of interfaces, as one step in simplifying Cocoon in http://marc.theaimsgroup.com/?t=11343238821&r=1&w=2. The result of the discussi

Re: [RT] The environment abstraction, part II

2006-01-29 Thread Sylvain Wallez
Carsten Ziegeler wrote: Daniel Fagerstrom wrote: I suggested that we should ditch our environment abstraction and replace it with the javax.servlet.http set of interfaces, as one step in simplifying Cocoon in http://marc.theaimsgroup.com/?t=11343238821&r=1&w=2. The result of the discu

Re: New skin for web site

2006-01-29 Thread hepabolu
Ross Gardler wrote: hepabolu wrote: Ross Gardler wrote: 2) are there any web designers here willing to work on the skin (you don't need to learn how to get it into Forrest at first, just provide CSS patches and I'll integrate with Forrest for you - you'll quickly see how it is done) ... If

[EMAIL PROTECTED]: Project cocoon (in module cocoon) failed

2006-01-29 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project cocoon has an issue affecting its community integration. This issue affects 55 pr

[EMAIL PROTECTED]: Project cocoon (in module cocoon) failed

2006-01-29 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project cocoon has an issue affecting its community integration. This issue affects 55 pr

Re: How to embed Cform in larger web site layout

2006-01-29 Thread Andrew Timberlake
[EMAIL PROTECTED] wrote: Thanks for the comments. So essentially I got this two options: 1. Do a clean xhtml output of the cform pipeline 2. Write a transformer that encapsulates the cform pipeline output. The problem is that the cforms have their own custom transformer (xslt) template which