Index: INSTALL.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/INSTALL.txt,v retrieving revision 1.2.2.6 diff -u -p -r1.2.2.6 INSTALL.txt --- INSTALL.txt 24 Dec 2008 00:00:34 -0000 1.2.2.6 +++ INSTALL.txt 4 May 2009 22:02:21 -0000 @@ -1,17 +1,53 @@ $Id: INSTALL.txt,v 1.2.2.6 2008/12/24 00:00:34 kiam Exp $ XML Sitemap Module -Installation Instructions: +INSTALLATION INSTRUCTIONS +------------------------- -1. Place the xmlsitemap directory in sites/all/modules. +1) Place the xmlsitemap directory into your modules directory. -2. Go to the XML Sitemap section at - /admin/build/modules and enable the modules for the - types of links you want in your site map. Enable XML Sitemap: Engines if you - want to be able to automatically submit your site map to search engines. +2) Enable the XML sitemap modules you wish to use. + You must enable the XML sitemap engines module if you want to automatically + submit your site map to search engines. -3. The site map is now operational at http://www.example.com/?q=sitemap.xml. - Configure advanced options at - http://www.example.com/?q=admin/settings/xmlsitemap. +3) You can configure settings for the XML sitemap module at + admin/settings/xmlsitemap. Settings for specific links are available + within those links edit forms. -4. Enable the clean URLs, if they are not already enabled. +4) For existing data to become presented in the sitemap report you must + execute cron.php. There are control settings at admin/settings/xmlsitemap + for the number of rows to execute in one cron 240 second execution. Take + note that hook_cron implementations in all modules use the same 240 second + execution. So if you are not seeing data populated you should increase the + number of times in the day cron.php executes. + + +UPGRADING INSTRUCTIONS +---------------------- + +-- xmlsitemap-5.x-2.x to xmlsitemap-6.x-1.x: + +1) Deactive 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) Make sure you are logged in as UID 1. + +5) Execute update.php. + +-- xmlsitemap-6.x-1.x-dev to xmlsitemap-6.x-1.0: + +1) Deactive all the xmlsitemap modules at admin/build/modules. + +2) Using the Uninstall tab at admin/build/modules uninstall all xmlsitemap + modules. + +3) Completly remove the xmlsitemap module directory. + +4) Install the new source package to your modules directory. + +5) Reset your xmlsitemap settings including those for specific links. + +6) See item 4 in the INSTALL INSTRUCTIONS. Index: README.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/README.txt,v retrieving revision 1.3.2.5 diff -u -p -r1.3.2.5 README.txt --- README.txt 23 Dec 2008 21:42:12 -0000 1.3.2.5 +++ README.txt 4 May 2009 22:02:21 -0000 @@ -5,13 +5,12 @@ This module was originally written as pa DESCRIPTION ----------- -The XML Sitemap module creates an XML site map at -http://www.example.com/?q=sitemap.xml that conforms to the sitemaps.org +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 -site map. +sitemap. -INSTALLATION ------------- +INSTALLATION AND UPGRADING +-------------------------- See INSTALL.txt in this directory. KNOWN ISSUES @@ -25,10 +24,12 @@ configured at http://www.example.com/?q= MORE INFORMATION ---------------- -The Sitemap protocol: http://sitemaps.org. - -Search engines: -http://www.google.com/webmasters/sitemap (Google) -http://developer.yahoo.com/search/siteexplorer/V1/ping.html (Yahoo!) -http://webmaster.live.com/ (Windows Live) +The sitemap protocol: http://sitemaps.org. +SEARCH ENGINES +-------------- +Google - http://www.google.com/webmasters/sitemap +Yahoo! - http://developer.yahoo.com/search/siteexplorer/V1/ping.html +Windows Live - http://webmaster.live.com/ +Ask - http://submissions.ask.com/ping +Moreover - http://w.moreover.com/public/products/search_engine_toolkit.html