| aggregator.module | modules/ aggregator.module | Used to aggregate syndicated content (RSS and RDF). |
| 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_example.module | developer/ examples/ block_example.module | This is an example outlining how a module can be used to define a block
to be displayed on the right or left side of 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. |
| chameleon.theme | themes/ chameleon/ chameleon.theme | A slim, CSS-driven theme. |
| CHANGELOG.txt | CHANGELOG.txt | Drupal 4.6.11, 2007-01-05
-------------------------
fixed security issue (XSS), see SA-2007-001
fixed security issue (DoS), see SA-2007-002
Drupal 4.6.10, 2006-10-18
------------------------
fixed security issue (XSS), see SA-2006-024
fixed security... |
| comment.module | modules/ comment.module | Enables users to comment on published content. |
| 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 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.pgsql.inc | includes/ database.pgsql.inc | Database interface code for PostgreSQL database servers. |
| 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. |
| 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.txt | INSTALL.txt | // $Id: INSTALL.txt,v 1.17.2.5 2006/06/01 21:55:58 killes Exp $ |
| legacy.module | modules/ legacy.module | Provides legacy handlers for upgrades from older Drupal installations. |
| LICENSE.txt | LICENSE.txt | GNU GENERAL PUBLIC LICENSE
Version 2, June 1991 |
| locale.inc | includes/ locale.inc | Admin-related functions for locale.module. |
| locale.module | modules/ locale.module | Enables administrators to manage the site interface languages. |
| MAINTAINERS.txt | MAINTAINERS.txt | List of maintainers
-------------------------------------------------------------------------------- |
| menu.inc | includes/ menu.inc | API for the Drupal menu system. |
| menu.module | modules/ menu.module | Allows administrators to customize the site navigation menu. |
| module.inc | includes/ module.inc | API for loading and interacting with Drupal modules. |
| node.module | modules/ node.module | The core that allows content to be submitted to the site. |
| node.php | developer/ hooks/ node.php | These hooks are defined by node modules, modules that define a new kind
of node. |
| nodeapi_example.module | developer/ examples/ nodeapi_example.module | This is an example outlining how a module can be used to extend existing
content types. |
| node_access_example.module | developer/ examples/ node_access_example.module | This is an example illustrating how to restrict access to nodes based on some
criterion associated with the user. |
| node_example.module | developer/ examples/ node_example.module | This is an example outlining how a module can be used to define a new
node type. |
| page.module | modules/ page.module | Enables the creation of pages that can be added to the navigation system. |
| pager.inc | includes/ pager.inc | Functions to aid in presenting database results as a set of pages. |
| page_example.module | developer/ examples/ page_example.module | This is an example outlining how a module can be used to display a
custom page at a given URL. |
| path.module | modules/ path.module | Enables users to rename URLs. |
| ping.module | modules/ ping.module | Alerts other sites that your site has been updated. |
| poll.module | modules/ poll.module | Enables your site to capture votes on different topics in the form of multiple
choice questions. |