[Zope3-dev] Zope3 transform utility
Ivo van der Wijk
vladdrac at gmail.com
Mon May 30 10:37:43 EDT 2005
Hi,
I'm currently writing a transform utility (somewhat like
portal_transforms in Plone) for my Zope3 project. I think this will be
a usable component to others - would something like this be
interesting to include in the Zope3 core?
The utility converts a mimetype to a different mimetype, i.e.
text/plain -> text/html
application/x-rest -> text/html
text/html -> application/pdf
etc. Of course, using separate transformers (much like how the Catalog
/ indexes are implemented).
I'm planning to add 'chaining' of conversion as well, i.e. using the
conversions described above, it should be possible to query the
transform utility for a transformation from application/x-rest to
application-pdf, but it seems some people already find this too
complex for a generic zope3 utility.
Any thoughts on what specific functionality such a utility
should/should not provide?
Cheers
Ivo
--
Drs. I.R. van der Wijk -=-
Korte Leidsedwarsstraat 12 Amaze
1017 RC Amsterdam, NL -=-
T +31-20-4688336 F +31-20-4688337 Zope/Plone/Content Management
W http://www.amaze.nl E info at amaze.nl Open Source Solutions
W http://vanderwijk.info E ivo at amaze.nl Consultancy
PGP http://vanderwijk.info/pgp
More information about the Zope3-dev
mailing list