diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-01-23 18:42:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-01-23 18:42:43 +0000 |
commit | b85eb11e113396490720572d11d30cd83c772ba1 (patch) | |
tree | c40775ddc2808a40651323d2e35800e5f31305df /modules/drupal.module | |
parent | ce803acecb4b695567d77d5219218d5ae2b100f4 (diff) | |
download | brdo-b85eb11e113396490720572d11d30cd83c772ba1.tar.gz brdo-b85eb11e113396490720572d11d30cd83c772ba1.tar.bz2 |
Patch 5287 by Stefan: multiline help texts should become inside a single $output.
Diffstat (limited to 'modules/drupal.module')
-rw-r--r-- | modules/drupal.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/drupal.module b/modules/drupal.module index 7975c412e..837ec123f 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -5,7 +5,8 @@ function drupal_help($section = "admin/help#drupal") { switch ($section) { case 'admin/help#drupal': - return t("<p>The \"Drupal\" module features a capability whereby other drupal sites may <em>call home</em> to report their existence. In turn, this enables a pod of Drupal sites to find, cooperate and advertise each other.</p> + return t(" +<p>The \"Drupal\" module features a capability whereby other drupal sites may <em>call home</em> to report their existence. In turn, this enables a pod of Drupal sites to find, cooperate and advertise each other.</p> <p>Currently, the main application of this feature is the <a href=\"%drupal-sites\">Drupal sites</a> page. By default, fresh Drupal installations can use <a href=\"%Drupal\">drupal.org</a> as their <em>directory server</em> and report their existence. This reporting occurs via scheduled <a href=\"%xml-rpc\">XML-RPC</a> pings.</p> <p>Drupal administrators should simply enable this feature to get listed on the <a href=\"%drupal-sites\">Drupal sites</a> page. Just set your site's name, e-mail address, slogan and mission statement on the <a href=\"%site-admin\">site administration</a> page. Then make sure that the field called <em>Drupal XML-RPC server</em> on the <a href=\"%drupal-settings\">administer » configuration » modules » drupal</a> page is set to %drupal-xml-rpc, and enable this feature using the dropdown directly below.</p> <p>The listing of your site will occur shortly after your site's next <a href=\"%cron-run\">cron run</a>. Note that cron.php should be called using the domain name which you want to have listed at <a href=\"%Drupal\">drupal.org</a>. For example, don't kick off cron by requesting http://127.0.0.1/cron.php. Instead, use a publicly accessible domain name such as http://www.example.com/cron.php.</p> |