Re: Zope Developer's Guide updated version?
Is there any pdf of an updated version of the Zope Developer's Guide? I guess that there isn't one. Anyway I have followed this outdated version and I've had some problems and doubts that I haven't solved yet, but I hope to solve it on the fly. I just want to change my question:
Is there an updated Python Based Product Tutorial? I've found the "Minimal Product" by maxm, but it was last updated on 2001/08/12 and it lacks of some necesary things like security policies. I also found the "Boring Product", but this one is even older: 1999/10/26 Thanks in advanced, Josef
Josef Meile wrote:
Is there an updated Python Based Product Tutorial? I've found the "Minimal Product" by maxm, but it was last updated on 2001/08/12 and it lacks of some necesary things like security policies. I also found the "Boring Product", but this one is even older: 1999/10/26
Things haven't changed much since then :-) cheers, Chris
On Fri, Jul 18, 2003 at 03:38:12PM +0100, Chris Withers wrote:
Josef Meile wrote:
Is there an updated Python Based Product Tutorial? I've found the "Minimal Product" by maxm, but it was last updated on 2001/08/12 and it lacks of some necesary things like security policies. I also found the "Boring Product", but this one is even older: 1999/10/26
Things haven't changed much since then :-)
Mostly true, but a new developer could read both Boring and Minimal and never find the new-style security declarations, which have been the preferred way for a couple years now :-( -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's POLY DIRTBAG-LITE! (random hero from isometric.spaceninja.com)
Paul Winkler wrote:
On Fri, Jul 18, 2003 at 03:38:12PM +0100, Chris Withers wrote:
Josef Meile wrote:
Is there an updated Python Based Product Tutorial? I've found the "Minimal Product" by maxm, but it was last updated on 2001/08/12
Things haven't changed much since then :-)
Mostly true, but a new developer could read both Boring and Minimal and never find the new-style security declarations, which have been the preferred way for a couple years now :-(
Ok, ok ... I promise to make a 3. minimal How-To regarding security and roles. Using the new-style security declarations. It's not exactly the first time I have had the request... regards Max M
participants (4)
-
Chris Withers -
Josef Meile -
Max M -
Paul Winkler