Converting from DTML to ZPT
Hi, I've got a little question conecring the transition from DTML to Page templates: Is there a counterpart with ZPT for the standard_html_header+index_html+standard_html_footer functionality? I'd like to completely remove DTML from my site, but I don't want to copy/paste the content of the header into each index_html of each subdirectory. Andreas -- Your supervisor is thinking about you.
Andreas Pakulat wrote:
Is there a counterpart with ZPT for the standard_html_header+index_html+standard_html_footer functionality? I'd like to completely remove DTML from my site, but I don't want to copy/paste the content of the header into each index_html of each subdirectory.
Generally, thats what METAL is for. http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/AdvZPT.stx#2-19 -- Jamie Heilman http://audible.transient.net/~jamie/ "...thats the metaphorical equivalent of flopping your wedding tackle into a lion's mouth and flicking his lovespuds with a wet towel, pure insanity..." -Rimmer
On 18.Mai 2003 - 17:00:11, Jamie Heilman wrote:
Andreas Pakulat wrote:
Is there a counterpart with ZPT for the standard_html_header+index_html+standard_html_footer functionality? I'd like to completely remove DTML from my site, but I don't want to copy/paste the content of the header into each index_html of each subdirectory.
Generally, thats what METAL is for. http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/AdvZPT.stx#2-19
Yes, I see, that's what I was searching for. Must have overlooked the Part of Zope-Book, thanks. Andreas -- Today is National Existential Ennui Awareness Day.
participants (2)
-
Andreas Pakulat -
Jamie Heilman