Twiki is a Wiki in Perl: http://www.twiki.org Zope is a web app server: http://www.zope.org , for which exists a Wiki as well, called ZWiki ( http://www.zope.org//Wikis/ZWiki ). I use both and I have to say TWiki is still a lot more powerful than ZWiki. marcio
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Rengasamy, Samy Sent: April 2, 2002 3:46 PM To: 'Dieter Maurer' Cc: 'zope@zope.org' Subject: [Zope] twiki and zope
Thanks for the information.
What is the difference between twiki and zope?
Thanks,
Samy Rengasamy.
-----Original Message----- From: Dieter Maurer [mailto:dieter@handshake.de] Sent: Tuesday, April 02, 2002 2:01 PM To: Rengasamy, Samy Cc: 'zope@zope.org' Subject: Re: [Zope] How to refer an object in a sub folder?
Rengasamy, Samy writes:
How to refer an object in a sub folder?
I have a folder 'java' under a folder 'tech'. I have a template 'index' in 'tech'.
How do I refer to 'index' in the folder 'java' from an object in 'tech'?
<dtml-var java/index> ??? This is an FAQ:
* "dtml-with"
* attribute access 'expr="java.index(_.None,_)"' (in case "index" is a DTML object)
* "restrictedTraverse"
Please read the Zope book or
<http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html>
to learn more about these options.
Dieter
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )