Zope cannot find the tutorial examples. You should install the tutorial examples before continuing. Choose "Zope Tutorial" from the product add list in the Zope management screen to install the examples.
If you have already installed the tutorial, you can either follow along manually, or reinstall the tutorial examples. Note: make sure that you have cookies turned on in your browser.
Elvis really liked to eat. Right now we have a of couple pages about foods Elvis liked. But as our web site grows we'll need a whole area devoted to food. Let's create a Folder for food information.
Folder
from the "Select type to add..." list.food
for the folder id.Elvis and Food
for the folder title.Add
button.Now we've got some place to put our food related resources. Let's move some objects into this folder.
sandwiches.html
, pie.html
, and meatloaf.html
templates by clicking their check boxes.Cut
button.food
folder to enter it.Paste
button.Now that we've moved some objects, we need to update the links to them because an object's URL is related to its location.
home.html
template in the lesson3
folder,
by clicking on the lesson3
location link and then clicking
on the home.html
page.<p> Elvis liked to eat <a href="food/sandwiches.html">sandwiches</a>, <a href="food/pie.html">pie</a>, and <a href="food/meatloaf.html">meatloaf</a>. </p>
Save Changes
button.Test
tab at the top of the screen.Notice that the food resources are now correctly linked from the home page in their new location.
Congratulations you've performed your first web site overhaul!
You can organize Zope object in folders. You can create new folders and move objects between folders.
In the next lesson you'll learn how to change the look and feel of your site.