[Zope] *Designing* Zope sites

Trevor Toenjes zope@toenjes.com
Thu, 20 Sep 2001 00:18:52 -0400


> It's not all that difficult to do.  >>>As a newbie to development, not
just Zope
heh heh.

> You can make your own Folder Product that tries various caps rotations, if
> it can't find the one requested.
Really?  I dont even know where to start to figure this out.
Is this something like string/text manipulation of the URL_REFERRAL with a
bunch of ifs testing if the object exists?  or looping over the string?
Should I assume this would only be done in python, not dtml?