I'm trying to write a new How-To (see http://www.zope.org/Members/lstaffor/zProperties ) that includes HTML examples. So I wanted to use something like: <pre> <dtml-var ConstructorFormOld html_quote> </pre> ...to process the examples for me. But it seems an HTML How-To is not scanned for DTML. Is that true? Is there another (easy) way to do it? -- Thanks -- Loren
On Tue, 12 Oct 1999, Loren Stafford wrote:
...to process the examples for me. But it seems an HTML How-To is not scanned for DTML.
Is that true?
Giving people access to create arbitraty DTML on a web site leads to denial of service attacks (from chewing up large amounts of CPU to email spam).
Is there another (easy) way to do it?
Generate the page on your local Zope installation, view the generated HTML code with your web browser and cut'n'paste it in? ___ // Zen (alias Stuart Bishop) Work: zen@cs.rmit.edu.au // E N Senior Systems Alchemist Play: zen@shangri-la.dropbear.id.au //__ Computer Science, RMIT WWW: http://www.cs.rmit.edu.au/~zen
participants (2)
-
Loren Stafford -
Stuart 'Zen' Bishop