| aggregator.module | drupal/ modules/ aggregator.module | Used to aggregate syndicated content (RSS and RDF). |
| archive.module | drupal/ modules/ archive.module | Displays a calendar to navigate old content. |
| authentication.php | contributions/ docs/ 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 | drupal/ modules/ block.module | Controls the boxes that are displayed around the main content. |
| block_example.module | contributions/ docs/ 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 | drupal/ modules/ blog.module | Enables keeping an easily and regularly updated web page or a blog. |
| blogapi.module | drupal/ modules/ blogapi.module | Enable users to post using applications that support XML-RPC blog APIs. |
| book.module | drupal/ modules/ book.module | Allows users to collaboratively author a book. |
| bootstrap.inc | drupal/ includes/ bootstrap.inc | Functions that need to be loaded on every Drupal request. |
| chameleon.theme | drupal/ themes/ chameleon/ chameleon.theme | A slim, CSS-driven theme. |
| CHANGELOG.txt | drupal/ 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 | drupal/ modules/ comment.module | Enables users to comment on published content. |
| common.inc | drupal/ includes/ common.inc | Common functions that many Drupal modules will need to reference. |
| contact.module | drupal/ modules/ contact.module | Enables the use of personal contact forms. |
| core.php | contributions/ docs/ developer/ hooks/ core.php | These are the hooks that are invoked by the Drupal core. |
| cron.php | drupal/ cron.php | Handles incoming requests to fire off regularly-scheduled tasks (cron jobs). |
| database.inc | drupal/ includes/ database.inc | Wrapper for database interface code. |
| database.mysql.inc | drupal/ includes/ database.mysql.inc | Database interface code for MySQL database servers. |
| database.pgsql.inc | drupal/ includes/ database.pgsql.inc | Database interface code for PostgreSQL database servers. |
| Drupal Programming from an Object-Oriented Perspective | contributions/ docs/ 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 | drupal/ modules/ drupal.module | Lets users log in using a Drupal ID and can notify a central server about your site. |
| file.inc | drupal/ includes/ file.inc | API for handling file uploads and server file management. |
| fileupload.module | contributions/ docs/ developer/ examples/ fileupload.module | This is an example to demonstrate how to make a Drupal node support file
uploads. |
| filter.module | drupal/ modules/ filter.module | Framework for handling filtering of content. |
| filter_example.module | contributions/ docs/ 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 | drupal/ modules/ forum.module | Enable threaded discussions about general topics. |
| help.module | drupal/ modules/ help.module | Manages displaying online help. |
| image.inc | drupal/ includes/ image.inc | |
| index.php | drupal/ index.php | The PHP page that serves all page requests on a Drupal installation. |
| index.php | contributions/ docs/ developer/ index.php | |
| INSTALL.txt | drupal/ INSTALL.txt | // $Id: INSTALL.txt,v 1.17.2.5 2006/06/01 21:55:58 killes Exp $ |
| legacy.module | drupal/ modules/ legacy.module | Provides legacy handlers for upgrades from older Drupal installations. |
| LICENSE.txt | drupal/ LICENSE.txt | GNU GENERAL PUBLIC LICENSE
Version 2, June 1991 |
| locale.inc | drupal/ includes/ locale.inc | Admin-related functions for locale.module. |
| locale.module | drupal/ modules/ locale.module | Enables administrators to manage the site interface languages. |
| MAINTAINERS.txt | drupal/ MAINTAINERS.txt | List of maintainers
-------------------------------------------------------------------------------- |
| menu.inc | drupal/ includes/ menu.inc | API for the Drupal menu system. |
| menu.module | drupal/ modules/ menu.module | Allows administrators to customize the site navigation menu. |
| module.inc | drupal/ includes/ module.inc | API for loading and interacting with Drupal modules. |
| node.module | drupal/ modules/ node.module | The core that allows content to be submitted to the site. |
| node.php | contributions/ docs/ developer/ hooks/ node.php | These hooks are defined by node modules, modules that define a new kind
of node. |
| nodeapi_example.module | contributions/ docs/ 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 | contributions/ docs/ 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 | contributions/ docs/ developer/ examples/ node_example.module | This is an example outlining how a module can be used to define a new
node type. |
| page.module | drupal/ modules/ page.module | Enables the creation of pages that can be added to the navigation system. |
| pager.inc | drupal/ includes/ pager.inc | Functions to aid in presenting database results as a set of pages. |
| page_example.module | contributions/ docs/ 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 | drupal/ modules/ path.module | Enables users to rename URLs. |
| ping.module | drupal/ modules/ ping.module | Alerts other sites that your site has been updated. |
| poll.module | drupal/ modules/ poll.module | Enables your site to capture votes on different topics in the form of multiple
choice questions. |