C. Usage

How Can I Use It?

Well, obviously, the menu access will be the easiest way to use it. A clever administrator might even work up a Cron job to print the information every night in order to document changes to the system. [Oh, wait a minute, I already did that.]

But there is another way to use this moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP.. On one of my sites, I did actually document how to take over the siteA logically grouped set of content - also web site. at such a time as I am no longer able, or willing, to do so. Before I wrote this moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. there was hard-coded information, for example, the modules in use, which was sadly out-of-date. With this moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP., I can insert a phpRecursive acronym for "PHP: Hypertext Preprocessor" - is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. snippet to invoke a section of 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. to be included directly into the page.

<a name="extensions"></a>
<h2>Extensions to Drupal</h2>
<p>&quot;Out of the box,&quot; Drupal is pretty powerful, but there were things we wanted to do with it that are not core functions. Drupal has a number of extensions (known as &quot;modules&quot;) that we added to improve the site.</p>
<p>Additionally, we wanted to use the WebCalendar function to show our meeting dates and events. The Swap Shop section uses Noah's Classifieds. Both functions are also installed with Fantastico.</p>
<a name="modstatus"></a>
<?php
 
print sitedoc_get_modules();
?>

It ends up looking like this (with my style sheets):