1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
| <html>
<head>
<title>
The document title or folder title or the example title
</title>
<link rel="stylesheet" href="examples.css" type="text/css">
</head>
<body>
<div>
<h1>The title</h1>
<p>Welcome to Zope. We've collected some example applications
that demonstrate simple Zope features. You can examine how
these applications work by looking at them in the
<a href="./manage">management interface</a>. If you'd like to
contribute an example application to add to this collection,
<a href="mailto:docs@zope.com">write to us</a>. Enjoy!
</p>
<ul>
<li>
<a href="example">Example Title</a>
</li>
</ul>
<p>You can delete the <tt>Examples</tt> folder if you wish. You
can also reload the examples by importing the <tt>import/Examples.zexp</tt>
file.
</p>
</div>
</body>
</html> |
Partager