You are not logged in Log in Join
You are here: Home » Download Zope Products » Content Management Framework » CMF Documentation » CMF Requirements Documents » CMF Use Cases » Use Case: Creating a CMF Site » View Document

Log in
Name

Password

 

Use Case: Creating a CMF Site

Creating a CMF Site (needs edits)

Actor: Site Manager

The top-level concept in the CMF is the idea of a "CMF Site". A CMF site is a content-oriented Web site with specific business goals, workflows, collaborations and audiences (content consumers).

The "CMF Site" object is used in Zope to represent and manage a CMF Web site. The CMF Site object acts as a container for site components and content, and provides interfaces for configuring the functionality of the site.

To create a new CMF Site object, you must be logged into the Zope management interface (ZMI). You must also have the "Add CMF Sites" permission in the Zope Folder where you want to create the new site.

From the ZMI, select "CMF Site" from the add list and click the "Add" button. This will bring up the "Add CMF Site" Web form. The elements on the add form are:

  • Id -- The id to be used for the new CMF Site object. This id will appear in urls to the site and its subobjects. The id field is a required field.
  • Title -- The title to be used for the new CMF Site object. The title provides a more human-friendly label for the site object. Providing a title is optional, but recommended.
  • Membership Source -- The source of member information to be used by the new CMF Site. The default for this field is "Create a new user folder in the CMF Site". This option will create a new User Folder in the CMF Site to be used as the source of member data. You may also select "I have an existing user folder and want to use it instead". In this case, the CMF Site will draw its member information from a User Folder that already exists in the Zope object heirarchy above the new CMF Site.
  • Description -- A short description of the site. This description may be made available with syndicated content and may be used by some of the default user interface elements of the site. Providing a description is optional, but recommended.

After completing the Web form, click the "Add" button to create the new CMF Site object. After submitting the form, the right frame of the ZMI should contain an administrative "welcome" page of the new CMF site. The welcome page provides links to:

  • The site configuration form -- This form allows you manage sitewide policies and configuration options. This should be your first stop after creating a CMF Site object.
  • The management interface -- The Zope management interface (ZMI) for CMF Site objects provides management-level access to the individual components of the site and provides for more advanced configuration options.
  • The site home page -- The default homepage of the new CMF site. This is what visitors and members of the site will initially see when they access the site through the Web.

Now that the basic CMF Site object has been created, you should visit the site configuration form to continue setting up the new site.