Hello All! I just installed Zope on Win98 and am soon migrating to Linux. I was wondering whatwould be some good starting points to learn DTML. I'm already very fluent with HTML but DTML seems different (from the source ive looked at). Thanks! J.W.
Learn Python and DTML will be easy. Don't write HTML emails and the Zope community will embrace you. Peter ----- Original Message ----- From: "James W. Breeden" <jbubba@bigfoot.com> To: <zope@zope.org> Sent: Sunday, July 15, 2001 6:45 PM Subject: [Zope] Beginner DTML Hello All! I just installed Zope on Win98 and am soon migrating to Linux. I was wondering whatwould be some good starting points to learn DTML. I'm already very fluent with HTML but DTML seems different (from the source ive looked at). Thanks! J.W.
Hi James, better forget all about DTML and go for http://www.zope.org/Members/4am/ZPT Zope Page Templates. For logic use Python Scripts. (See http://www.zope.org//Wikis/DevSite/Projects/ZPT/Examples for examples of ZPT) This gives you better control over how things work. Generally a good idea is to get an overview of python, at http://www.python.org/doc/current/tut/ On Windows you should get http://aspn.activestate.com/ASPN/Downloads/ActivePython/ And use the accompained documentation. PythonWin is an integrated developement environment. You will probably like it. Best regards Tino --On Sonntag, 15. Juli 2001 11:45 -0500 "James W. Breeden" <jbubba@bigfoot.com> wrote:
Hello All!
I just installed Zope on Win98 and am soon migrating to Linux.
I was wondering whatwould be some good starting points to learn DTML. I'm already very fluent with HTML but DTML seems different (from the source ive looked at). Thanks!
J.W.
participants (3)
-
James W. Breeden -
Peter Bengtsson -
Tino Wildenhain