[Zope] Mimic HelpSys

Tom Deprez Tom.Deprez@uz.kuleuven.ac.be
Mon, 17 May 1999 17:26:22 +0200


>As I don't see these pages on ZDP, here is the code you're looking for by 
>email:

Correct, I've placed them now at home for testing it first :-). Is there a
good way to just send the objects from one Zope to another Zope?
>
><!--#tree Outline branches_expr="objectValues(['Folder', 'DTML Method', 
>'DTML Document'])" nowrap=1-->
><A TARGET="?" HREF="<!--#var URL2-->/Outline/<!--#var 
>tree-item-url-->"><!--#var title_or_id--></a>
><!--#/tree-->
>
where do I've to place this method?

I've this work-out :

Introduction
  Outline
  zig_main
  zig_menu

If I place this method in zig_menu, then it doesn't work...

i.e. in subfolder zig_menu :

<!--#tree Outline-->
...
<!--#/tree-->

and this doesn't work either :

<!--#tree /Introduction/Outline-->
...
<!--#/tree-->

Tom.