26
Preparing Your Network and Installing Contribute
This figure shows the main folders and files that are created when you enable the draft review
process for a given site and a user sends a page for review. The following folders are created:
_mm/ct2004/messaging/users
contains a folder for each user for whom the draft review
process is enabled. Each user folder is populated with a series of XML files that identify what
drafts the user has within the system. In the previous example, the file notifyWIP.jr615v2v4p.csi
indicates that notification has been sent to one or more users that there is a page that needs
review.
WIPMetaData
contains a series of files that maintain the draft history and the current state and
location of the draft within the draft review process. The files contained in this folder include an
XML file (wipMeta.mje1d0lzk4vxc.csi in this example) that serves as a pointer to files in the draft
review process and also include contact information for the sender and recipient of the draft. A
corresponding file with the extension .fre indicates that the file is free (available for review).
MMWIP
stores drafts in progress. For each file in the draft review process, a random folder name
and filename are generated. In the preceding example, the actual filename is myPage.htm.
Contribute generates the folder name 8eba150d and the filename 3629c837.htm.mno to
represent the file as it progresses through the draft review process.
When the recipient of the page requiring review chooses to view it, Contribute creates a LCK
(lock) file for the page within the website, and a CHK (checkout) file in the WIPMetaData
folder. These files indicate that the file is in use by the recipient and tracks changes made to the
file.
The filename extensions (.mno and .csi) used by the draft review process help to prevent interim
drafts of web pages and their associated XML messaging files from being served by your web
server. This helps to prevent users from inadvertently sending a link to a draft of a file or from
using a web browser to view files in the draft review process. In addition, Contribute places a
guard page in each of the folders used to store files for review. The guard page (labeled index.html
in the previous example) redirects users to the website’s home page.
Planning your Contribute site structure and connection path
The connection you create to a website with Contribute determines the network protocol to use
when accessing the site, the web address (URL) of the site, and the degree to which the site’s
structure is accessible to content contributors. Before creating a connection to a website, carefully
consider how users will access the site and what areas of the site they will need to access.
This section covers the following topics:
•
“Understanding Contribute connection paths” on page 27
•
“Understanding subsites and overlapping website connections” on page 28
•
“Understanding Contribute network connection types” on page 31
•
“Network paths and web addresses (URLs)” on page 35