drupal.module
Version 1.119.2.1 (checked in on 2006/06/01 at 20:42:53 by killes)
Lets users log in using a Drupal ID and can notify a central server about your site.
Functions
| Name | Description |
|---|---|
| drupal_auth | Implementation of hook_auth(). |
| drupal_client_page | Formats a list of all clients. |
| drupal_client_ping | Callback function from drupal_xmlrpc() called when another site pings this one. |
| drupal_cron | Implementation of hook_cron(); handles pings to and from the site. |
| drupal_help | Implementation of hook_help(). |
| drupal_info | Implementation of hook_info(). |
| drupal_login | Callback function from drupal_xmlrpc() for authenticating remote clients. |
| drupal_menu | Implementation of hook_menu(). |
| drupal_notify | Sends a ping to the Drupal directory server. |
| drupal_page_help | Menu callback; print Drupal-authentication-specific information from user/help. |
| drupal_settings | Implementation of hook_settings(). |
| drupal_xmlrpc | Implementation of hook_xmlrpc(). |
| theme_client_list | Theme a client list. |
