[Zope] Adding new zope products
Peter Bengtsson
mail@peterbe.com
Wed, 1 Aug 2001 09:38:41 +0200
A product is just a container of the "real" products.
The first thing to do after having created a product is to click on it and
in there create a Z Class.
Search for the Zope Book on zope.org or buy the book from Amazon. I think
there's a good chapter in there about how to create Z Classes.
Alternativly, you can buy beehive's e-book about Z Classes. That's how I
learnt it.
Then there's Python Products which are written on the filesystem and is a
bit more hardcore than Z Classes are.
Both are good to know.
Cheers, Peter
PS. For a novice user, you shouldn't have to bother about factories.
> Once I have created a Zope Product in my Control Panel and after I added a
> Factory inside this product, how then do i add this product within
> some other Zope folder in my Zope Root. i have gotten to the point of
> seeing this product on the product list and upon adding it Zope Prompted
me
> for a login to which my main zope admin (main zope installation user)
login
> did not work.
> Anyone know how???????
> thanks,
> --mate'
>
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )