? .DS_Store
? taxonomy.module.patch
? taxonomy.module.patch.1
? taxonomy.module.patch.2
? sites/default/files
? sites/default/settings.php
Index: modules/taxonomy/taxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v
retrieving revision 1.462
diff -u -p -r1.462 taxonomy.module
--- modules/taxonomy/taxonomy.module	8 Mar 2009 04:25:07 -0000	1.462
+++ modules/taxonomy/taxonomy.module	19 Mar 2009 15:56:49 -0000
@@ -1412,8 +1412,7 @@ function taxonomy_help($path, $arg) {
       $output .= '<p>' . t('For more information, see the online handbook entry for <a href="@taxonomy">Taxonomy module</a>.', array('@taxonomy' => 'http://drupal.org/handbook/modules/taxonomy/')) . '</p>';
       return $output;
     case 'admin/content/taxonomy':
-      $output = '<p>' . t("The taxonomy module allows you to categorize your content using both tags and administrator defined terms. It is a flexible tool for classifying content with many advanced features. To begin, create a 'Vocabulary' to hold one set of terms or tags. You can create one free-tagging vocabulary for everything, or separate controlled vocabularies to define the various properties of your content, for example 'Countries' or 'Colors'.") . '</p>';
-      $output .= '<p>' . t('Use the list below to configure and review the vocabularies defined on your site, or to list and manage the terms (tags) they contain. A vocabulary may (optionally) be tied to specific content types as shown in the <em>Type</em> column and, if so, will be displayed when creating or editing posts of that type. Multiple vocabularies tied to the same content type will be displayed in the order shown below. To change the order of a vocabulary, grab a drag-and-drop handle under the <em>Name</em> column and drag it to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the <em>Save</em> button at the bottom of the page.') . '</p>';
+      $output = '<p>'. t('<em>Taxonomy</em> is a method of classifying content. In taxonomy, a <em>vocabulary</em> consists of groups of <em>terms</em> which can be used for "tagging" or adding "categories" to content. For example, a vocabulary called <em>Subjects</em> may contain the terms <em>politics</em> and <em>business</em>. Before a taxonomy input will display on a content page, you first need to associate a content type with a vocabulary through the <em><a href="!add">add vocabulary</a></em> or <em>edit vocabulary</em> pages.', array('!content' => url('drupal/node/add'), '!types' => url('admin/build/types'), '!add' => url('content/taxonomy/add'))) .'</p>';
       return $output;
     case 'admin/content/taxonomy/%/list':
       $vocabulary = taxonomy_vocabulary_load($arg[3]);
