Configuring a Site in Dreamweaver for a Contribute Site Administrator
Thanks to the seamless integration between Contribute and Dreamweaver, you can configure your site for Contribute users without leaving the Dreamweaver environment. To do so, you use Dreamweaver's Manage Sites dialog.
1. | Open Dreamweaver. Choose Site > Manage Sites... from the main menu, and with the dante site selected, press the Edit button. The Site Definition for dante window opens. |
Because the Contribute configuration is accessible from within the Site Definition window in Dreamweaver, you'll need to edit the Dante site definition to prepare it for Contribute-based editing and maintenance.

2. | With the Advanced tab selected, choose Contribute from the Category column on the left. Select the Enable Contribute compatibility checkbox to activate a Dreamweaver pop-up window. Click OK to enable the local use of Design Notes, the upload of Design Notes, and the Check In/Out feature. |
This step allows you to configure Contribute for site-maintenance tasks. Enabling Design Notes and Check In/Check Out in Dreamweaver allows you to use Contribute's compatibility features with the Dante site.[View full size image]

3. | In the Contribute Site Settings window, type the name of a designated Contribute user and his email address in the text boxes. Click OK to return to the Site Definition for dante window. |
When you provide the user information, Contribute is able to assign the user appropriate permissions. You'll first create an account for the Dante site's administrator, so that he can use all Contribute's updating features with no limitations.

4. | In the Site Definition for dante window, enter the Site root URL. Click the Test button to test the connection. |
The Site root URL must be the same as the URL Prefix (specified in the Testing Server tab, and set in a previous lesson) in order for Dreamweaver to create a successful connection to Contribute.NoteIf you're running ColdFusion as a standalone Web server, the site URL will be http://localhost:8500/dante. If you're using a different ColdFusion server, enter its URL. After you click the Test button, Dreamweaver displays a pop-up window that tells you the connection was successful.[View full size image]

5. | Click OK to dismiss the connection-successful pop-up and return to the Site Definition window. Click the Administer Site in Contribute button. In the Contribute dialog that appears, select Dreamweaver-style editing as the editing experience and click Yes. |
Because you're creating an account for the site administrator, you need to choose Yes to make sure that Contribute recognizes and configures the role of this person.As the Contribute site administrator, you'll need to make decisions regarding the types of code-editing experience you'll provide for the people who perform maintenance tasks. Two options are available in Contribute: one-line line breaks, as in standard word processors (where pressing Enter/Return moves the cursor down a single line); and two-line line breaks, as in Web-page editors (where pressing Enter/Return moves the cursor down two lines, creating an extra line of space between the two paragraphs). To ensure better code, choose the Dreamweaver-style editing option. With the Dreamweaver-style editing option selected, the code will be clean and will include <p> tags. If you choose the Word-processing option, the resulting code will have large quantities of inline styles.[View full size image]

6. | In the Administer Website dialog that appears, click Edit Role Settings to explore what types of page editing a Contribute Site Administrator is allowed to do. Do not change any default settings. Click Cancel to return to the Administer Website window. |
As mentioned earlier, the site administrator has the most page-editing privileges. The site administrator is allowed to publish files to the Web server, edit any files in any folder, create a new page, and insert images.