RE: [Zope] Advice on searching/indexing Word documents?
sean.upton@uniontrib.com wrote:
I really like the idea of extending OFS:File to support different file types, but what I would like to see is something that is format/filter/library agnostic.
Please have a look at the "Hookable PUT" proposal (which has already been implemented for 2.3): http://dev.zope.org/Wikis/Proposals/HookablePUTCreation This project adds an API to the handler for HTTP/FTP PUT requests to non-existent objects (so that you can specify/tweak the object which is created). Handling PUT in the object directly (for WebDAV/FTP/HTTP "uploads") would be the job of your File-like object. The PTK's content objects do this now, for limited types of content (structured text with RFC822-style headers for the metadata); we plan to add other filters there, as well. We'd be glad of your help definining the API. Could you take the text of your message and create a "fishbowl" proposal with it on the dev.zope.org site? Tres. -- =============================================================== Tres Seaver tseaver@digicool.com Digital Creations "Zope Dealers" http://www.zope.org
Tres Seaver wrote:
That gives me a NotFound :-S cheers, Chris
Chris Withers wrote:
Tres Seaver wrote:
That gives me a NotFound :-S
http://www.zope.org//Wikis/DevSite/Proposals/HookablePUTCreation I got it via Search for HookablePUTCreation ------------ Hannu
On Fri, 5 Jan 2001, Chris Withers wrote:
Tres Seaver wrote:
That gives me a NotFound :-S
Hmm, sure enough. I wonder why the "DevSite" has to be there even inside dev.zope.org? At any rate, the "correct" URL is: http://dev.zope.org/Wikis/DevSite/Proposals/HookablePUTCreation Tres. -- =============================================================== Tres Seaver tseaver@digicool.com Digital Creations "Zope Dealers" http://www.zope.org
participants (3)
-
Chris Withers -
Hannu Krosing -
Tres Seaver