Re: [Zope-dev] XHTML Templates comments from the peanut gallery
Chris Withers writes:
A **page** is the result of applying presentation to data in the object system. A page is a particular result of a URL when viewed under certain conditions.
....I'd like to add to this: components used to make up 'page's should not be URL-visible. Why should they be? (would this raise issues with XML-RPC?) Because, you want to access them for management purposes (e.g. change them).
Site Designers will create XHTML Template objects that control
Where can I find out more about XHTML? --> http://www.w3c.org
Dieter
Dieter Maurer wrote:
Chris Withers writes:
A **page** is the result of applying presentation to data in the object system. A page is a particular result of a URL when viewed under certain conditions.
....I'd like to add to this: components used to make up 'page's should not be URL-visible. Why should they be? (would this raise issues with XML-RPC?) Because, you want to access them for management purposes (e.g. change them).
Hmmm... tough problem... I wonder how hard it would be for stuff to 'hidden' until you're logged in? ...probably not that hard, at least for basic authentication... cheers, Chris
participants (2)
-
Chris Withers -
Dieter Maurer