| aggregator.module | modules/ aggregator.module | Used to aggregate syndicated content (RSS, RDF, and Atom). |
| archive.module | modules/ archive.module | Displays a calendar to navigate old content. |
| authentication.php | developer/ hooks/ authentication.php | These hooks are defined by authentication modules, modules that define
ways users can log on using accounts from other sites and servers. |
| block.module | modules/ block.module | Controls the boxes that are displayed around the main content. |
| block.tpl.php | themes/ bluemarine/ block.tpl.php | |
| block.tpl.php | themes/ engines/ phptemplate/ block.tpl.php | |
| block.tpl.php | themes/ pushbutton/ block.tpl.php | |
| block_example.module | developer/ examples/ block_example.module | This is an example outlining how a module can be define blocks to be
displayed on each page. |
| blog.module | modules/ blog.module | Enables keeping an easily and regularly updated web page or a blog. |
| blogapi.module | modules/ blogapi.module | Enable users to post using applications that support XML-RPC blog APIs. |
| book.module | modules/ book.module | Allows users to collaboratively author a book. |
| bootstrap.inc | includes/ bootstrap.inc | Functions that need to be loaded on every Drupal request. |
| box.tpl.php | themes/ bluemarine/ box.tpl.php | |
| box.tpl.php | themes/ engines/ phptemplate/ box.tpl.php | |
| box.tpl.php | themes/ pushbutton/ box.tpl.php | |
| chameleon.theme | themes/ chameleon/ chameleon.theme | A slim, CSS-driven theme. |
| CHANGELOG.txt | CHANGELOG.txt | // $Id: CHANGELOG.txt,v 1.117.2.19 2008/01/10 23:51:27 killes Exp $ |
| comment.module | modules/ comment.module | Enables users to comment on published content. |
| comment.tpl.php | themes/ bluemarine/ comment.tpl.php | |
| comment.tpl.php | themes/ engines/ phptemplate/ comment.tpl.php | |
| comment.tpl.php | themes/ pushbutton/ comment.tpl.php | |
| common.inc | includes/ common.inc | Common functions that many Drupal modules will need to reference. |
| contact.module | modules/ contact.module | Enables the use of personal and site-wide contact forms. |
| core.php | developer/ hooks/ core.php | These are the hooks that are invoked by the Drupal core. |
| cron.php | cron.php | Handles incoming requests to fire off regularly-scheduled tasks (cron jobs). |
| database.inc | includes/ database.inc | Wrapper for database interface code. |
| database.mysql.inc | includes/ database.mysql.inc | Database interface code for MySQL database servers. |
| database.mysqli.inc | includes/ database.mysqli.inc | Database interface code for MySQL database servers using the mysqli client libraries. mysqli is included in PHP 5 by default and allows developers to use the advanced features of MySQL 4.1.x, 5.0.x and beyond. |
| database.pgsql.inc | includes/ database.pgsql.inc | Database interface code for PostgreSQL database servers. |
| default.tpl.php | themes/ engines/ phptemplate/ default.tpl.php | |
| Drupal Programming from an Object-Oriented Perspective | developer/ topics/ oop.html | Drupal often gets criticized by newcomers who believe that
object-oriented programming (OOP) is always the best way to design software
architecture, and since they do not see the word "class" in the Drupal
code, it must be inferior to... |
| drupal.module | modules/ drupal.module | Lets users log in using a Drupal ID and can notify a central server about your site. |
| file.inc | includes/ file.inc | API for handling file uploads and server file management. |
| fileupload.module | developer/ examples/ fileupload.module | This is an example to demonstrate how to make a Drupal node support file
uploads. |
| filter.module | modules/ filter.module | Framework for handling filtering of content. |
| filter_example.module | developer/ examples/ filter_example.module | This is an example outlining how a module can be used to define a filter
to be run on user-submitted content before it is output to the browser. |
| form.inc | includes/ form.inc | |
| Forms API Quickstart Guide | developer/ topics/ forms_api.html | The Drupal forms API is a powerful leap forward. It also allows for almost unlimited possibilities for custom theming, validation, and execution of forms. Even better, ANY form (even those in core) can be altered in almost any way imaginable--elements... |
| forms_api_reference.html | developer/ topics/ forms_api_reference.html | This document provides a programmer's reference to the Drupal Forms API. If you're interested in step-by-step documentation to help you write forms, please see the Forms API QuickStart guide. |
| forum.module | modules/ forum.module | Enable threaded discussions about general topics. |
| help.module | modules/ help.module | Manages displaying online help. |
| image.inc | includes/ image.inc | |
| index.php | developer/ index.php | |
| index.php | index.php | The PHP page that serves all page requests on a Drupal installation. |
| install.inc | includes/ install.inc | |
| INSTALL.mysql.txt | INSTALL.mysql.txt | // $Id: INSTALL.mysql.txt,v 1.6 2006/04/17 20:48:25 dries Exp $ |
| INSTALL.pgsql.txt | INSTALL.pgsql.txt | // $Id: INSTALL.pgsql.txt,v 1.5 2006/01/21 01:42:52 unconed Exp $ |
| install.php | developer/ hooks/ install.php | Documentation for the update system. |
| INSTALL.txt | INSTALL.txt | // $Id: INSTALL.txt,v 1.29.2.6 2008/01/10 22:18:19 killes Exp $ |
| legacy.module | modules/ legacy.module | Provides legacy handlers for upgrades from older Drupal installations. |