Re: [Zope3-Users] Okay, i have a product, but now I want a website (2nd try)

2007-03-08 Thread Stephan Richter
On Saturday 17 February 2007 08:32, Robert-Reinder Nederhoed wrote:
 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)
 Somehow it seams difficult.

You want to write your own skin from scratch. We usually do this is a separate 
package. So that you do not have to totally start at zero, we have provided 
the z3c.layer.minimal MinimalLayer, which gets you all the basic things, like 
widgets, error messages, etc. You can then start to register CSS and HTML on 
top of it.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Okay, i have a product, but now I want a website (2nd try)

2007-02-17 Thread Robert-Reinder Nederhoed

Hello hello,

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)
I have a product folder, that contains Mobile Home instances, which in turn
can contain images.

Now I want this turned into a website. Can anyone point me to a guide on
this?

I already did this over a year ago:
http://www.camperconsult.nl
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.

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)
Somehow it seams difficult.

Any help is highly appreciated!

Regards, Robert-Reinder Nederhoed

PS - I run Zope3.2 on Ubuntu Linux

--
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users