Does the zope site use zope? In that case, it would be a good example for new users to learn from... Perhaps you could write up a page on how it is structured and what tricks you have used (for the automatic sidebar/header etc...) -- Magnus Lie Hetland www.pvv.org/arcadia <arcadia@pvv.org>
Magnus Lie Hetland wrote:
Does the zope site use zope?
Yes.
In that case, it would be a good example for new users to learn from... Perhaps you could write up a page on how it is structured and what tricks you have used (for the automatic sidebar/header etc...)
That's a good idea. Jim -- Jim Fulton mailto:jim@digicool.com Technical Director (888) 344-4332 Python Powered! Digital Creations http://www.digicool.com http://www.python.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
Jim> == Jim Fulton >> == Magnus Lie Hetland >> In that case, it would be a good example for new users to learn >> from... Perhaps you could write up a page on how it is structured and >> what tricks you have used (for the automatic sidebar/header etc...) Jim> That's a good idea. Doesn't the DTML Source link in the bottom right-hand corner of each page handle much of that? It's not a complete picture, but it's a start. It would be nice to be able to see the definition of some of the properties like standard_html_header. I haven't played with the last two betas, but the output looks decidedly different than the what would be generated by the standard_html_header delivered with 1.9b1. Skip Montanaro | Mojam: "Uniting the World of Music" http://www.mojam.com/ skip@calendar.com | Musi-Cal: http://concerts.calendar.com/ 518-372-5583
skip@calendar.com writes:
It would be nice to be able to see the definition of some of the properties like standard_html_header. I haven't played with the last two betas, but the output looks decidedly different than the what would be generated by the standard_html_header delivered with 1.9b1.
You can be tricky and just make the required URL yourself. Try: http://www.zope.org/dtml_source?path=/standard_html_header The code that displays the path links, at http://www.zope.org/dtml_source?path=pathlinks is also instructive. -- A.M. Kuchling http://starship.skyport.net/crew/amk/ It used to be fashionable for authors to have their pictures taken with dogs, but the dogs always looked like models hired from an advertising agency, and probably were. -- Robertson Davies, "mehitabel"
Andrew> You can be tricky and just make the required URL yourself. Andrew> Try: Andrew> http://www.zope.org/dtml_source?path=/standard_html_header Andrew> The code that displays the path links, at Andrew> http://www.zope.org/dtml_source?path=pathlinks is also Andrew> instructive. Thanks! Amos, I think this tip belongs in the Documentation tree somewhere. Skip Montanaro | Mojam: "Uniting the World of Music" http://www.mojam.com/ skip@calendar.com | Musi-Cal: http://concerts.calendar.com/ 518-372-5583
At 05:25 PM 12/18/98 +0100, Magnus Lie Hetland wrote:
Does the zope site use zope? In that case, it would be a good example for new users to learn from... Perhaps you could write up a page on how it is structured and what tricks you have used (for the automatic sidebar/header etc...)
If you look carefully, you can find a 'DTML Source' link at the bottom right of each page on the Zope site. If you click on this link you can see how each page was created. Of course, this isn't quite the same as having access to the management screens. But I hope it is useful. I know we need more examples of how to get stuff done in Zope. We have a couple different projects cooking to address this. One project that I hope will be useful is the Zope How-To section on the Zope site. http://www.zope.org/Documentation/HowTo Here you can find short descriptions of how to perform common or interesting things with Zope. Here's what's currently available there: * Acquisition with SQLMethods * Changing the Default Document from 'index_html' * Random Content Generation * Importing Documents from the Filesystem * Zope Design Techniques I hope to add a few more topics in the next couple days. Let me know what helps and what doesn't. -Amos
participants (5)
-
Amos Latteier -
Andrew M. Kuchling -
Jim Fulton -
Magnus Lie Hetland -
skip@calendar.com