[ZDP] Printable version of Tom's version of ZBook
Tom Deprez
Tom Deprez" <tom.deprez@village.uunet.be
Wed, 19 May 1999 00:31:57 +0200
Hi Martijn,
Can you explain me a little about your code? Thanks!
<!--#in "objectValues(['Folder', 'DTML Document'])"-->
(What does this tag in now exactly do? Recursively iterate through all
Folders and DTML documents?)
<!--#if "meta_type == 'Folder'"-->
(now I understand this :-) )
<h2><!--#var title_or_id--></h2>
<blockquote><!--#var zb_all_view--></blockquote>
(what does zb_all_view contains here (zb_all_view is the id DTML of this
DTML Method)? What does it do?)
<!--#else-->
<!--#with "_.namespace(standard_html_header='', standard_html_footer='')"-->
(what does _.namespace do?) Remove these parts (header, footer) from
content?
<!--#var sequence-item-->
(What is sequence-item here? The Content? ie. a chapter part)
<!--#/with-->
<!--#/if-->
<!--#/in-->
Tom.
----- Original Message -----
From: Martijn Pieters <mj@antraciet.nl>
To: Zope Documentation Project <zdp@zope.org>
Sent: dinsdag 18 mei 1999 16:46
Subject: [ZDP] Printable version of Tom's version of ZBook
: I added some magic that makes it possible to view Tom's work as one long
: document. This is very handy when you want to print the whole structure in
: one go.
:
: The URL:
:
: http://zdp.zope.org/guide/introduction/starting/zb_all
:
: The magic is in the acquisition and recursion..
:
: --
: Martijn Pieters, Web Developer
: | Antraciet http://www.antraciet.nl
: | Tel: +31-35-6254545 Fax: +31-35-6254555
: | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj
: | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149
: ------------------------------------------
:
: _______________________________________________
: ZDP maillist - ZDP@zope.org
: http://www.zope.org/mailman/listinfo/zdp
:
: