Hello hello,<br><br>Using the Zope3 books and tutorials, I developed
classes and interfaces for a Zope3 product: a Mobile Home catalog (as
in vehicles for sale listing)<br>I have a product folder, that contains Mobile Home instances, which in turn can contain images.
<br><br>Now I want this turned into a website. Can anyone point me to a guide on this?<br><br>I already did this over a year ago: <br><a href="http://www.camperconsult.nl/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.camperconsult.nl</a><br>The
only problem I have with my previous solution is that the website skin
and the Mobile home product are combined in 1 Zope3 product. I also use
the ZMI quite a lot for the website structure.
<br><br>I would like to separate the website parts from the Mobile
Home code, so I can start integrating other Zope3 products with the
website. (like a blog)<br>Somehow it seams difficult.<br><br>Any help is highly appreciated!
<br><br>Regards, Robert-Reinder Nederhoed<br><br>PS - I run Zope3.2 on Ubuntu Linux<br><br>--