Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/INSTALL.txt,v
retrieving revision 1.2.2.9
diff -u -p -r1.2.2.9 INSTALL.txt
--- INSTALL.txt	7 May 2009 13:19:11 -0000	1.2.2.9
+++ INSTALL.txt	22 Jun 2009 14:05:41 -0000
@@ -25,7 +25,24 @@ INSTALLATION INSTRUCTIONS
 UPGRADING INSTRUCTIONS
 ----------------------
 
--- xmlsitemap-5.x-2.x to xmlsitemap-6.x-1.x:
+-- xmlsitemap-5.x-1.6 to xmlsitemap-6.x-1.x-dev:
+-- xmlsitemap-5.x-1.6 to xmlsitemap-6.x-1.0-beta6:
+
+1) Deactivate all the xmlsitemap modules at admin/build/modules.
+
+2) Completly remove the xmlsitemap module directory.
+
+3) Install the new source package to your modules directory.
+
+4) Reactivate the xmlsitemap modules at admin/build/modules you use.
+
+5) Make sure you are logged in as UID 1.
+
+6) Execute update.php.
+
+
+-- xmlsitemap-5.x-2.x-dev to xmlsitemap-6.x-1.x-dev:
+-- xmlsitemap-5.x-2.x-dev to xmlsitemap-6.x-1.0-beta6:
 
 1) Deactive all the xmlsitemap modules at admin/build/modules.
 
@@ -33,11 +50,15 @@ UPGRADING INSTRUCTIONS
 
 3) Install the new source package to your modules directory.
 
-4) Make sure you are logged in as UID 1.
+4) Reactivate the xmlsitemap modules at admin/build/modules you use.
+
+5) Make sure you are logged in as UID 1.
+
+6) Execute update.php.
 
-5) Execute update.php.
 
--- xmlsitemap-6.x-1.x-dev to xmlsitemap-6.x-1.0:
+-- xmlsitemap-6.x-1.x-dev to xmlsitemap-6.x-1.0-beta6:
+-- xmlsitemap-6.x-1.x-beta[012345] to xmlsitemap-6.x-1.0-beta6:
 
 1) Deactive all the xmlsitemap modules at admin/build/modules.
 
@@ -46,8 +67,17 @@ UPGRADING INSTRUCTIONS
 
 3) Completly remove the xmlsitemap module directory.
 
-4) Install the new source package to your modules directory.
+4) Make sure that the xmlsitemap tables are no longer available in the
+   database.
+
+5) Make sure there are no variables left in the variable table WHERE name LIKE
+   'xmlsitemap%'.
+
+6) Make sure there are no rows left in the system table WHERE name LIKE
+   'xmlsitemap%'.
+
+7) Install the new source package to your modules directory.
 
-5) Reset your xmlsitemap settings including those for specific links.
+8) Follow the "INSTALLATION INSTRUCTIONS" above.
 
-6) See item 4 in the INSTALL INSTRUCTIONS.
+9) Reset your xmlsitemap settings including those for specific links.
Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/README.txt,v
retrieving revision 1.3.2.7
diff -u -p -r1.3.2.7 README.txt
--- README.txt	9 Jun 2009 18:51:00 -0000	1.3.2.7
+++ README.txt	22 Jun 2009 14:05:41 -0000
@@ -1,30 +1,58 @@
 $Id: README.txt,v 1.3.2.7 2009/06/09 18:51:00 earnie Exp $
-XML Sitemap Module
-Author: Matthew Loar <matthew at loar dot name>
-This module was originally written as part of Google Summer of Code 2005.
-
-DESCRIPTION
------------
-The XML sitemap module creates a sitemap report conforming to the sitemaps.org
-specification. It provides many options for customizing the data reported in the
-sitemap.
-
-INSTALLATION AND UPGRADING
---------------------------
-See INSTALL.txt in this directory.
+
+CONTENTS OF THIS FILE
+---------------------
+
+ * Introduction
+ * Installation
+ * Known Issues
+ * More Information
+
+
+INTRODUCTION
+------------
+
+Current Maintainers: Earnie <http://drupal.org/user/86710>
+                     Kiam <http://drupal.org/user/55077>
+                     Dave Reid <http://drupal.org/user/53892>
+Co-maintainer: Darren Oh <http://drupal.org/user/30772>
+Original Author: Matthew Loar <http://drupal.org/user/24879>
+
+XML sitemap automatically creates a sitemap that conforms to the sitemaps.org
+specification. This helps search engines keep their search results up to date.
+
+
+INSTALLATION
+------------
+
+See http://drupal.org/getting-started/5/install-contrib for instructions on
+how to install or upgrade Drupal modules. See INSTALL.txt in this directory
+for specific detailed instructions to upgrading this module.
+
+Once XML Sitemap is installed and enabled, you can adjus the settings for your
+site's sitemap at admin/settings/xmlsitemap. Your can view your site's sitemap
+at http://yoursite.com/sitemap.xml.
+
+It is highly recommended that you have clean URLs enabled for this module.
+
 
 KNOWN ISSUES
 ------------
+
 See http://drupal.org/node/482550 for a list of the current known issues.
 
+
 MORE INFORMATION
 ----------------
-The sitemap protocol: http://sitemaps.org.
 
-SEARCH ENGINES
---------------
-Ask - http://submissions.ask.com/ping
-Google - http://www.google.com/webmasters/sitemap
-Moreover - http://w.moreover.com/public/products/search_engine_toolkit.html
-Windows Live - http://webmaster.live.com/
-Yahoo! - http://developer.yahoo.com/search/siteexplorer/V1/ping.html
+- To issue any bug reports, feature or support requests, see the module issue
+  queue at http://drupal.org/project/issues/xmlsitemap.
+
+- For additional documentation, see the online module handbook at
+  http://drupal.org/handbook/modules/gsitemap.
+
+- You can view the sitemap.org specification at http://sitemaps.org.
+
+- You can view the module's API documentation at
+  http://project.davereid.net/api/xmlsitemap
+
