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
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 )
"simon" == Simon Michael <simon@joyful.com> writes:
simon> "Marcio Marchini" <mqm@magma.ca> writes: >> I use both and I have to say TWiki is still a lot more powerful than ZWiki. simon> Hi Marcio, simon> is it ? what features do you miss most ? I'm not Marcio, but I'd love to be able to email-in attachments for a page, and have some form of link off the page to them (i.e. like a list at the top of a ZWiki page stating what attachments and from whom are "attached" to a particular Page. That's one feature of TWiki that friends are using to make me jealous :-). Of course, I've got lots of other features to make THEM jealous, too (for example, ease of adding second wiki :-). Everything else seems to be working ok (though I've got some work to do on some mods I made; I'm not the programmer I used to be). bset, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics U. of Washington Biostatistics rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org -------------- http://software.biostat.washington.edu/ ---------------- FHCRC: M-W: 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email UW: Th: 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX (my friday location is usually completely unpredictable.)
is it ? what features do you miss most ?
The 2 features I miss the most in ZWiki which I have in Twiki are: 1) being able to attach files to wiki pages 2) version-controlled wiki pages, being able to diff against an old version, etc etc. you never lose stuff you did in the past, like CVS. marcio
participants (5)
-
Marcio Marchini -
Phil Harris -
Rengasamy, Samy -
rossini@blindglobe.net -
Simon Michael