A. Installation and Styling

Installation

The Site DocumentationA Drupal contributed module by Nancy Wichmann for gathering information about the installation. moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. installs in the standard manner. I put it in the "sites/all/modules" directory so that it's available to all of my sites.

The moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. provides a menu entry in the Administration >> Site building section to execute it according to the current settings. The settings menu entry is in the Administration >> Site Information section; the settings are saved in a system variable as an array (a model I hope other moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. developers will copy).

The installation routines log a message that the moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. was installed and establish the default settings. The uninstall function deletes the system variable, clears the cache, and logs a message. [Hint: To easily reset to the default settings, disable and re-enable the moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP..]

Styling (CSSCascading Style Sheet - a hierarchical means of specifying how to format HTML elements on the page)

The distributed CSSCascading Style Sheet - a hierarchical means of specifying how to format HTML elements on the page includes styles for the settings page. They produce a more compact page. Feel free to change them to fit your preferences.

All the report sections are wrapped with . These are not included in the delivered CSSCascading Style Sheet - a hierarchical means of specifying how to format HTML elements on the page, but you may add them if you feel the need to override the styling produced by your themeFor web sites, this refers to the "look and feel" of the site. It is also used to describe the code to produce that look..

Permissions

There is only one permission that controls both the viewing and administration: view site documentationA Drupal contributed module by Nancy Wichmann for gathering information about the installation..