From 08b1729b8da69e9527a386d880434b235a070622 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 8 Feb 2005 19:17:51 +0000 Subject: - Patch #16949 by Neil: fixed two HTML typos/brainos in the help text. I found another HTML typo, and replaced a by because does not validate as 'XHTML 1.0 stict'. --- modules/help.module | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) (limited to 'modules/help.module') diff --git a/modules/help.module b/modules/help.module index 8852548e5..f7a6e0aef 100644 --- a/modules/help.module +++ b/modules/help.module @@ -42,20 +42,25 @@ function help_main() {

Help topics

Help is available on the following items:

%help_pages -

Glossary of Drupal Terminology

-
Block
A small box containing information or content placed in the left-hand or right-hand sidebar of a web page.
-
Comment
A note attached to a node. Usually intended to clarify, explain, criticize, or express an opinion on the original material.
-
Moderation
The activity of making sure a post to a Drupal site fits in with what is expected for that Drupal site.
-
Approved
A moderated post which has been accepted by the moderators for publication. (See published).
-
Waiting
A moderated post which is still being voted on to be accepted for publication. (See published.)
-
Node
The basic data unit in Drupal. Everything is a node or an extension of a node.
-
Public
See published.
-
Published
A node that is viewable by everyone. (See unpublished.)
-
Role
A classification users are placed into for the purpose of setting users' permissions.
-
Taxonomy
A division of a collection of things into ordered, classified groups. (See taxonomy help.)
-
Unpublished
A node that is only viewable by administrators and moderators.
-
User
A person who has an account at your Drupal site, and is logged in with that account.
-
Visitor
A person who does not have an account at your Drupal site or a person who has an account at your Drupal site but is not logged in with that account. Also termed \"anonymous user\".
+

Glossary of Drupal terminology

+
+
Block
A small box containing information or content placed in the left-hand or right-hand sidebar of a web page.
+
Comment
A note attached to a node. Usually intended to clarify, explain, criticize, or express an opinion on the original material.
+
Moderation
+
The activity of making sure a post to a Drupal site fits in with what is expected for that Drupal site. +
+
Approved
A moderated post which has been accepted by the moderators for publication. (See published).
+
Waiting
A moderated post which is still being voted on to be accepted for publication. (See published.)
+
+
+
Node
The basic data unit in Drupal. Everything is a node or an extension of a node.
+
Public
See published.
+
Published
A node that is viewable by everyone. (See unpublished.)
+
Role
A classification users are placed into for the purpose of setting users' permissions.
+
Taxonomy
A division of a collection of things into ordered, classified groups. (See taxonomy help.)
+
Unpublished
A node that is only viewable by administrators and moderators.
+
User
A person who has an account at your Drupal site, and is logged in with that account.
+
Visitor
A person who does not have an account at your Drupal site or a person who has an account at your Drupal site but is not logged in with that account. Also termed \"anonymous user\".
", array('%Drupal' => 'http://drupal.org', '%handbook' => 'http://drupal.org/handbook', '%help_pages' => help_links_as_list(), '%taxonomy' => url('admin/help/taxonomy'))); print theme('page', $output); -- cgit v1.2.3