[ZDP] ZDP-Tools: New ZClasses Book, Part and Chapter
Tom Deprez
Tom Deprez" <tom.deprez@village.uunet.be
Thu, 20 Jan 2000 23:46:52 +0100
Hi all,
Ok, I figured it out about Part/Chapter.
In fact Part is the 'head' chapter. Thus ZBook has 5 Parts
(I,II,III,IV,V)....
Why don't we just use Chapter ZClasses?
Can somebody tell me why Parts are not the same as Chapters?
ps. I've changed the ListClassSubChapters :
<dtml-in "objectValues(['Chapter'])" sort=the_nickname>
<dtml-if sequence-start>
<ul>
</dtml-if>
<li><dtml-var the_nickname> <A HREF="<dtml-var
"_[id].absolute_url()">"><dtml-var name></A>
<dtml-if sequence-end>
</ul>
</dtml-if>
</dtml-in>
Tom.
----- Original Message -----
From: Maik Roeder <roeder@berg.net>
To: <zdp@zope.org>
Sent: Thursday, January 20, 2000 4:27 AM
Subject: [ZDP] ZDP-Tools: New ZClasses Book, Part and Chapter
> Hi !
>
>
> There are now three brand new ZClasses which I created specially for
ZBook:
>
> Book
> Part
> Chapter
>
> Chapters can also contain Subchapters, but these are just normal Chapters,
> so in fact Chapters are responsible for listing their Subchapters. Making
> extra ZClasses for the SubChapters did not seem appropriate to me.
>
> I must admit that these ZClasses still need some more work, like making
> some nice templates for showing the numbers and stuff in a nice way,
> but the main focus was to just make them available.
>
> I will reduce my involvement in the ZDP-Tools from now on until the 22nd
> of February, because I have got some work to do for university. I will
> check my mail regularly, and take the time to answer all questions you
> may want to ask.
>
> When I find the time, I will add some new features to the ZDP-Tools, and
> possibly some more ZClasses.
>
>
> Greetings,
>
> Maik Röder
>
> _______________________________________________
> ZDP maillist - ZDP@zope.org
> http://lists.zope.org/mailman/listinfo/zdp
>
>