summaryrefslogtreecommitdiff
path: root/modules/drupal/drupal.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-21 20:14:19 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-21 20:14:19 +0000
commitb004f328eec10308fe3b310c640d5f376241f4cd (patch)
treef92bde5cb09039f947505b35ef68134a409f83c6 /modules/drupal/drupal.module
parente08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (diff)
downloadbrdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.gz
brdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.bz2
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
Diffstat (limited to 'modules/drupal/drupal.module')
-rw-r--r--modules/drupal/drupal.module7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module
index 4f5921dd4..416fc49fb 100644
--- a/modules/drupal/drupal.module
+++ b/modules/drupal/drupal.module
@@ -22,13 +22,6 @@ function drupal_help($section) {
</ul>
');
$output .= '<p>'. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .'</p>';
- $output .= t('<p>You can</p>
-<ul>
- <li>run your cron job at your site\'s <a href="@file-cron">cron page</a></li>
- <li>view your <a href="@file-xmlrpc">XML-RPC page</a>.</li>
- <li>administer Drupal <a href="@admin-settings-drupal">administer &gt;&gt; site configuration &gt;&gt; distributed authentication</a>.</li>
-</ul>
-', array('@file-cron' => 'cron.php', '@file-xmlrpc' => 'xmlrpc.php', '@admin-settings-drupal' => url('admin/settings/distributed-authentication')));
$output .= '<p>'. t('If you maintain a directory of sites, you can list them on a page using the <code>drupal_client_page()</code> function. Sample instructions:
<ul>
<li>Enable the page module. Select create content &gt;&gt; page.</li>