From c65d1da880b165acf4565ed3d17681f1b249dbdb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 9 Oct 2003 21:51:57 +0000 Subject: - Fixed some link titles that were no longer correct due to the menu changes. - Fixed some broken links. --- modules/book.module | 4 ++-- modules/book/book.module | 4 ++-- modules/drupal.module | 2 +- modules/drupal/drupal.module | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'modules') diff --git a/modules/book.module b/modules/book.module index 60ae902ed..cdf123098 100644 --- a/modules/book.module +++ b/modules/book.module @@ -848,8 +848,8 @@ function book_help($section = "admin/help#book") { $output .= "

Collaborative books let you easily set up a Frequently Asked Questions (FAQ) section on your web site. The main benefit is that you don't have to write all the questions/answers by yourself - let the community do it for you!

"; $output .= "

In order to set up the FAQ, you have to create a new book which will hold all your content. To do so, click on the %create link. Give it a thoughtful title, and body. A title like \"Estonia Travel - FAQ\" is nice. You may always edit these fields later. You will probably want to designate <root> as the parent of this page. Leave the log message and type fields blank for now. After you have submitted this book page, you are ready to begin filling up your book with questions that are frequently asked.

"; $output .= "

Whenever you come across a post which you want to include in your FAQ, click on the administer link. Then click on the edit book outline button at the bottom of the page. Then place the relevant post wherever is most appropriate in your book by selecting a parent. Books are quite flexible. They can have sections like Flying to Estonia, Eating in Estonia and so on. As you get more experienced with the book module, you can reorganize posts in your book so that it stays organized.

"; - $output .= "

Notes:

"; - $output = t($output, array("%permissions" => l(t("permissions"), "admin/user/permission"), "%create" => l(t("create book page"), "node/add/book"), "%collaborative-book" => l(t("collaborative book"), "admin/node/book"), "%orphans-book" => l(t("review their books for orphans"), "admin/node/book/orphan"), "%export-book" => l(t("export their books"), "book/print"), "%create" => l(t("create book page"), "node/add/book"))); + $output .= "

Notes:

"; + $output = t($output, array("%permissions" => l(t("permissions"), "admin/user/permission"), "%create" => l(t("submit content") ." » ". t("book page"), "node/add/book"), "%collaborative-book" => l(t("collaborative book"), "admin/node/book"), "%orphans-book" => l(t("review their books for orphans"), "admin/node/book/orphan"), "%export-book" => l(t("export their books"), "book/print"))); break; case 'admin/system/modules#description': $output = t("Allows users to collaboratively author a book."); diff --git a/modules/book/book.module b/modules/book/book.module index 60ae902ed..cdf123098 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -848,8 +848,8 @@ function book_help($section = "admin/help#book") { $output .= "

Collaborative books let you easily set up a Frequently Asked Questions (FAQ) section on your web site. The main benefit is that you don't have to write all the questions/answers by yourself - let the community do it for you!

"; $output .= "

In order to set up the FAQ, you have to create a new book which will hold all your content. To do so, click on the %create link. Give it a thoughtful title, and body. A title like \"Estonia Travel - FAQ\" is nice. You may always edit these fields later. You will probably want to designate <root> as the parent of this page. Leave the log message and type fields blank for now. After you have submitted this book page, you are ready to begin filling up your book with questions that are frequently asked.

"; $output .= "

Whenever you come across a post which you want to include in your FAQ, click on the administer link. Then click on the edit book outline button at the bottom of the page. Then place the relevant post wherever is most appropriate in your book by selecting a parent. Books are quite flexible. They can have sections like Flying to Estonia, Eating in Estonia and so on. As you get more experienced with the book module, you can reorganize posts in your book so that it stays organized.

"; - $output .= "

Notes:

"; - $output = t($output, array("%permissions" => l(t("permissions"), "admin/user/permission"), "%create" => l(t("create book page"), "node/add/book"), "%collaborative-book" => l(t("collaborative book"), "admin/node/book"), "%orphans-book" => l(t("review their books for orphans"), "admin/node/book/orphan"), "%export-book" => l(t("export their books"), "book/print"), "%create" => l(t("create book page"), "node/add/book"))); + $output .= "

Notes:

"; + $output = t($output, array("%permissions" => l(t("permissions"), "admin/user/permission"), "%create" => l(t("submit content") ." » ". t("book page"), "node/add/book"), "%collaborative-book" => l(t("collaborative book"), "admin/node/book"), "%orphans-book" => l(t("review their books for orphans"), "admin/node/book/orphan"), "%export-book" => l(t("export their books"), "book/print"))); break; case 'admin/system/modules#description': $output = t("Allows users to collaboratively author a book."); diff --git a/modules/drupal.module b/modules/drupal.module index 85b9573f3..f360b2c46 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -11,7 +11,7 @@ function drupal_help($section = "admin/help#drupal") { $output .= "

Drupal administrators should simply enable this feature to get listed on the %drupal-sites; just set your site's name, e-mail address, slogan and mission statement. Then make sure that the field called Drupal XML-RPC server on the %drupal-settings page is set to http://www.drupal.org/xmlrpc.php, and enable this feature using the dropdown directly below.

"; $output .= "

The listing of your site will occur shortly after your site's next %cron. Note that cron.php should be called using the domain name which you want to have listed at %Drupal. 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.mydomain.org/cron.php.

"; $output .= "

Also note that your installation need not use drupal.org as its directory server. For example, this feature is perfectly capable of aggregating pings from all of your departmental drupal installations sites within an enterprise.

"; - $output .= t($output, array("%drupal-sites" => "". t("Drupal sites page") ."", "%Drupal" => "drupal.org", "%xml-rpc" => "XLM-RPC", "%drupal-settings" => l(t("Administration » site configuration » modules » drupal"), "admin/system/modules/drupal"), "%cron" => l(t("cron run"), "admin/system/help#cron") )); + $output = t($output, array("%drupal-sites" => "". t("Drupal sites page") ."", "%Drupal" => "drupal.org", "%xml-rpc" => "XLM-RPC", "%drupal-settings" => l(t("administer") ." » ". t("configuration") ." » ". t("modules") ." » ". t("drupal"), "admin/system/modules/drupal"), "%cron" => l(t("cron run"), "admin/system/help#cron"))); break; case 'admin/system/modules#description': $output = t("Lets users log in using a Drupal ID and can notify drupal.org about your site."); diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 85b9573f3..f360b2c46 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -11,7 +11,7 @@ function drupal_help($section = "admin/help#drupal") { $output .= "

Drupal administrators should simply enable this feature to get listed on the %drupal-sites; just set your site's name, e-mail address, slogan and mission statement. Then make sure that the field called Drupal XML-RPC server on the %drupal-settings page is set to http://www.drupal.org/xmlrpc.php, and enable this feature using the dropdown directly below.

"; $output .= "

The listing of your site will occur shortly after your site's next %cron. Note that cron.php should be called using the domain name which you want to have listed at %Drupal. 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.mydomain.org/cron.php.

"; $output .= "

Also note that your installation need not use drupal.org as its directory server. For example, this feature is perfectly capable of aggregating pings from all of your departmental drupal installations sites within an enterprise.

"; - $output .= t($output, array("%drupal-sites" => "". t("Drupal sites page") ."", "%Drupal" => "drupal.org", "%xml-rpc" => "XLM-RPC", "%drupal-settings" => l(t("Administration » site configuration » modules » drupal"), "admin/system/modules/drupal"), "%cron" => l(t("cron run"), "admin/system/help#cron") )); + $output = t($output, array("%drupal-sites" => "". t("Drupal sites page") ."", "%Drupal" => "drupal.org", "%xml-rpc" => "XLM-RPC", "%drupal-settings" => l(t("administer") ." » ". t("configuration") ." » ". t("modules") ." » ". t("drupal"), "admin/system/modules/drupal"), "%cron" => l(t("cron run"), "admin/system/help#cron"))); break; case 'admin/system/modules#description': $output = t("Lets users log in using a Drupal ID and can notify drupal.org about your site."); -- cgit v1.2.3