Hi, I just download Zope today, and I am wondering how I am going to start toding something. May somebody tell me whath is the first step to do to put a custom HTML page into ZOPE ? (I started the server, I can access the 'manage' tools -> server:8080/manage), I guess I need to creat my HTML page with notepad, ultraedit or whatever, but the next step ? Creat a ZOPE object linked to this HTML page ? No idea how to do that... Thanks a lot Vincent
On Wed, 19 Jul 2000, Vincent wrote: [snip]
May somebody tell me whath is the first step to do to put a custom HTML page into ZOPE ?
(I started the server, I can access the 'manage' tools -> server:8080/manage),
I guess I need to creat my HTML page with notepad, ultraedit or whatever, but the next step ? Creat a ZOPE object linked to this HTML page ? No idea how to do that...
Create a DTML Document or DTML Method, and paste the HTML code into the edit field. Take a look at the QuickStart demo, that's where I got started learning about how this whole Zope thing works. =) For me it was quite a steep learning curve at first, but I believe I've made a lot of progress since then. Good luck. -- Michael Monsen | Due to lack of interest, phydoux@xmission.com | next week has been cancelled. http://www.xmission.com/~phydoux |
On Wed, Jul 19, 2000 at 09:21:01PM +0200, Vincent wrote:
I just download Zope today, and I am wondering how I am going to start toding something.
May somebody tell me whath is the first step to do to put a custom HTML page into ZOPE ?
(I started the server, I can access the 'manage' tools -> server:8080/manage),
I guess I need to creat my HTML page with notepad, ultraedit or whatever, but the next step ? Creat a ZOPE object linked to this HTML page ? No idea how to do that...
At the bottom of the management screen (right-hand frame) you'll find a drop down box with objects you can add. I suggest you add the Zope Tutorial (I am assuming you are using 2.2 here). -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | ZopeStudio: http://www.zope.org/Products/ZopeStudio -----------------------------------------------------
Use the QuickStart tutorial included in the Zope. Or. Go back to zope.org and download various tutorials A really useful thing to do, is to understand how Zope is built and what you can do with it. There are lots of good article links on the .org site. ----- Original Message ----- From: Vincent <vinc.del@wanadoo.fr> To: <zope@zope.org>; <zope-dev@zope.org> Sent: Wednesday, July 19, 2000 8:21 PM Subject: [Zope] second step (many of You are going to laungh ;-)
Hi,
I just download Zope today, and I am wondering how I am going to start toding something.
May somebody tell me whath is the first step to do to put a custom HTML page into ZOPE ?
(I started the server, I can access the 'manage' tools -> server:8080/manage),
I guess I need to creat my HTML page with notepad, ultraedit or whatever, but the next step ? Creat a ZOPE object linked to this HTML page ? No idea how to do that...
Thanks a lot
Vincent
_______________________________________________ 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 )
participants (4)
-
Martijn Pieters -
Michael Monsen -
Peter Bengtsson -
Vincent