index.php

<?php
// $Id: index.php,v 1.16.2.2 2006/05/01 10:08:51 webchick Exp $

/** @mainpage Developer Documentation
 * Welcome to the Drupal developer's documentation. Newcomers to Drupal
 * development should read the conceptual information provided in the "Components
 * of Drupal" section, and then proceed to examine one of the heavily-documented
 * example modules below. The examples are fully-functioning Drupal modules, so
 * you can download them from the contributions repository and alter them as you
 * experiment.
 *
 * - Components of Drupal
 *   - @link hooks Module system (Drupal hooks) @endlink
 *   - @link database Database abstraction layer @endlink
 *   - @link menu Menu system @endlink
 *   - @link form Form generation @endlink
 *   - @link file File upload system @endlink
 *   - @link search Search system @endlink
 *   - @link node_access Node access system @endlink
 *   - @link themeable Theme system @endlink
 * - Example modules
 *   - @link block_example.module How to define blocks @endlink
 *   - @link filter_example.module How to define a content filter @endlink
 *   - @link node_example.module How to define content (node) types @endlink
 *   - @link node_access_example.module How to restrict access to nodes @endlink
 *   - @link nodeapi_example.module How to extend existing content types @endlink
 *   - @link page_example.module How to define pages @endlink
 * - In-depth discussions
 *   - @link forms_api.html Forms API Quickstart Guide @endlink
 *   - @link forms_api_reference.html Forms API Reference @endlink
 *   - @link oop.html Drupal Programming from an Object-Oriented Perspective @endlink
 */
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.