9 Dec
2001
9 Dec
'01
10:15 p.m.
richard offer writes:
I'm trying to design my first Zope site (well three in parallel), and I'm stuck with how to merge acquisition results into a single result.
The sites have some common content, and some private content that is specific to that site, so I've currently got:-
/Content/Photos/{ph1001,ph1002...} /Hosts/site1/Content/Photos/{ph01,ph02...} /Hosts/site2/Content/Photos/{ph01,ph02...}
The photos in /Content (ie. ph1001) should be available to both site1 and site2. The Photos in each site should be specific to that site. My product "Mirroring Folder" may help you.
Either you can use it directly or look at its implementation and adapt it for your needs. <http://www.dieter.handshake.de/pyprojects/zope> Dieter