[Zope] "Simple" site - hard to make ?
Dieter Maurer
dieter@handshake.de
Tue, 5 Dec 2000 22:37:00 +0100 (CET)
Michael Jenner writes:
> I would like to set up a site with the following contents /
> requirements:
>
> 1. One main-page (no header / footer). Mainly a clickable image + a few
> links.
>
> 2. A section with articles. Including the "Print this page" option. This
> section should use one set of headers and footers. Contents and
> formatting should be separated. Authors should be allowed to correct
> articles.
>
> 3. A section with news. This section should use another set of headers
> and footers.
>
> 4. A section with exits.
>
> All pages except the main page should have a common navigation system.
> (simple is fine).
>
> Is this easy to do in Zope or ??
It is easy.
Have a look at the Zope book (via zope.org).
Dieter