Have you had a chance to look at the Zope Content Manager's Guide? http://www.zope.org/Documentation/Guides/ZCMG-HTML/ZCMG.html This one steps you through creating basic objects in Zope... Kevin ----- Original Message ----- From: "Jilani Khaldi" <jilanik@tin.it> To: "Zope ML" <zope@zope.org> Sent: Thursday, May 25, 2000 2:04 AM Subject: [Zope] How to write "Hello Zope!" portal?
Hi All and be patient, I am new to Zope, After I have installed Zope on my Linux box and read almost all documentation, I can't find a little example how to create: 1- a single main page as I usualy do with HTML (index.html -- the main one); 2- how to call another page (page1.html) from the main one; 3- how to insert an image;
Where can I find all the steps I need to create a mini portal?