index.php
<?php
// $Id: index.php,v 1.21 2008/02/05 00:56:19 pwolanin 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_api 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
* - @link /api/constants Constants @endlink
* - @link /api/globals Global variables @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 javascript_startup_guide.html JavaScript Startup Guide @endlink
* - @link oop.html Drupal Programming from an Object-Oriented Perspective @endlink
*/