? .DS_Store
? taxonomy.module.patch
? taxonomy.module.patch.1
? 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	17 Mar 2009 15:13:38 -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('Taxonomy is a method of classifying content. "Tagging" content is one application of taxonomy, but there are other uses as well.  A <em>vocabulary</em> contains <em>terms</em>, which can be used to categorize your content. For example, a vocabulary called <em>colors</em> may contain the terms <em>red</em> and <em>blue</em>. Terms can be associated with content on a <a href="!content">content creation page</a> once a vocabulary has been associated with a <a href="!types">content type</a>. Associating a vocabulary with a content type is done 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]);
