[Zope] Apache with Zope

2001-01-17 Thread Nuno Goncalves
Hi there !! I have zope and apache listeners in one machine !! Is there any way to have only apache receiving requests for zope and apache, without having two listeners ??? I'm thinking of some module that provide zope funcionalaty to apache ! Without having ProxyPass and RewriteRule directives

Re: [Zope] Apache with Zope

2001-01-17 Thread Nuno Goncalves
Hi ! Yes i agree with you ! Besides, it was what i had in mind ! But that way we have to listners to maintain ! apachectl stop / startssl and the usual stop start in Zope directory !!! Is there a way of administrating the two listners in a easy way ? You talked about some cgis ! What was your

[Zope] Zcatalog with Word Documents

2001-01-12 Thread Nuno Goncalves
Hi there ! Is it possible to catalog the content of a word document with Zcatalog ? If so i would apreciate that someone could tell me how !! Thanks ! Best regards Nuno k ___ Zope maillist - [EMAIL PROTECTED]

[Zope] images transfering

2001-01-09 Thread Nuno Goncalves
Hello !! I'm trying to import to zope an directory in my file system which has several images (about 1000) ! How can i do this without importing an image one by one (little bit tiring :) !!! I have searched several ways, including building a XML-RPC function to transfering all the images, but

[Zope] images bi XML-RPC

2001-01-05 Thread Nuno Goncalves
Hi there ! I'm trying to add imagens with a perl XML-RPC script Does anyone knows how to do that ?? I'm tring something like this but Zope adds a conten-type like text/x-unknown-content-type and i wanted a image content-type ! here's the code : - #!/usr/bin/perl use

[Zope] parameters

2000-12-19 Thread Nuno Goncalves
Hi everybody ! I'm trying to pass some parameters to a dtml method. It's something like dtml-var expr="template(menu, menu2)" written in a dtml document XPTO. template is a dtml method ! Question is : Is it possible to catch in a dtml method the parameters passed by dtml-var

[Zope] site structure

2000-12-14 Thread Nuno Goncalves
Hi ! How can we define a structure for an entire site with Zope ? for example i want that all the site's pages have a table with 3 colums. it's kind of a template for the web site ! thanks in advance ! best regards, Nuno ___ Zope maillist - [EMAIL

Re: [Zope] site structure

2000-12-14 Thread Nuno Goncalves
On Thu, 14 Dec 2000, Nuno Goncalves wrote: How can we define a structure for an entire site with Zope ? for example i want that all the site's pages have a table with 3 colums. it's kind of a template for the web site ! Using standard_html_header and standard_html_footer in every

RE: [Zope] site structure (fwd)

2000-12-14 Thread Nuno Goncalves
i see !!! i have just found a package ZopeFish that has ZFSuite. ZFSuite has an object (ZF document template) that defines a layout and structure for the entire site. More info at http://www.zope.org/WikiCentral/ZFWiki still i installed it (it is a bunch of libs) but i haven't tested it ! if

RE: [Zope] site structure (fwd)

2000-12-14 Thread Nuno Goncalves
On Thu, 14 Dec 2000, Oleg Broytmann wrote: On Thu, 14 Dec 2000, Max M wrote: If I where to do it in regular Python I would use special classes for special layouts. That is hard to do in Zope. Why hard? Not hard at all - develop your own set of classes, make it into a Product, and use

RE: [Zope] site structure (fwd)

2000-12-14 Thread Nuno Goncalves
But how could you build a page with the template developed ?? something like: dtml var template(COMPONENTS LIKE HEADER AND FOOTER AS ARGUMENTS) and how can you generelize the objects to beeing used by the template ? No, no, no! :) You misunderstand how the Zope works. You think