| aggregator.install | modules/aggregator/aggregator.install | |
| aggregator.module | modules/aggregator/aggregator.module | Used to aggregate syndicated content (RSS, RDF, and Atom). |
| 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/block.module | Controls the boxes that are displayed around the main content. |
| block.tpl.php | themes/pushbutton/block.tpl.php | |
| block.tpl.php | themes/garland/block.tpl.php | |
| block.tpl.php | themes/engines/phptemplate/block.tpl.php | |
| block.tpl.php | themes/bluemarine/block.tpl.php | |
| block_example.module | developer/examples/block_example.module | This is an example outlining how a module can define blocks to be
displayed on each page. |
| blog.module | modules/blog/blog.module | Enables keeping an easily and regularly updated web page or a blog. |
| blogapi.install | modules/blogapi/blogapi.install | |
| blogapi.module | modules/blogapi/blogapi.module | Enable users to post using applications that support XML-RPC blog APIs. |
| book.install | modules/book/book.install | |
| book.module | modules/book/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/pushbutton/box.tpl.php | |
| box.tpl.php | themes/engines/phptemplate/box.tpl.php | |
| box.tpl.php | themes/bluemarine/box.tpl.php | |
| cache.inc | includes/cache.inc | |
| chameleon.theme | themes/chameleon/chameleon.theme | A slim, CSS-driven theme which does not depend on a template engine like phptemplate |
| CHANGELOG.txt | ./CHANGELOG.txt | // $Id: CHANGELOG.txt,v 1.173.2.45 2009/09/16 20:03:52 drumm Exp $ |
| color.inc | themes/garland/minnelli/color/color.inc | |
| color.inc | themes/garland/color/color.inc | |
| color.install | modules/color/color.install | |
| color.module | modules/color/color.module | |
| comment.install | modules/comment/comment.install | |
| comment.module | modules/comment/comment.module | Enables users to comment on published content. |
| comment.tpl.php | themes/pushbutton/comment.tpl.php | |
| comment.tpl.php | themes/garland/comment.tpl.php | |
| comment.tpl.php | themes/engines/phptemplate/comment.tpl.php | |
| comment.tpl.php | themes/bluemarine/comment.tpl.php | |
| common.inc | includes/common.inc | Common functions that many Drupal modules will need to reference. |
| contact.install | modules/contact/contact.install | |
| contact.module | modules/contact/contact.module | Enables the use of personal and site-wide contact forms. |
| content_types.inc | modules/node/content_types.inc | Content type editing UI. |
| 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.profile | profiles/default/default.profile | |
| default.tpl.php | themes/engines/phptemplate/default.tpl.php | |
| drupal.install | modules/drupal/drupal.install | |
| drupal.module | modules/drupal/drupal.module | Lets users log in using a Drupal ID and can notify a central server about your site. |
| example_element.module | developer/examples/example_element.module | This is an example demonstrating how a module can define custom form
elements. |
| 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/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. |