diff -r fcf75e232c5b -r 0ff3ba646492 web/drupal/modules/xmlsitemap/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/drupal/modules/xmlsitemap/README.txt Fri Aug 21 16:26:26 2009 +0000 @@ -0,0 +1,58 @@ +$Id: README.txt,v 1.3.2.9 2009/06/23 11:59:09 earnie Exp $ + +CONTENTS OF THIS FILE +--------------------- + + * Introduction + * Installation + * Known Issues + * More Information + + +INTRODUCTION +------------ + +Current Maintainers: Earnie + Kiam + Dave Reid +Co-maintainer: Darren Oh +Original Author: Matthew Loar + +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 adjust 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 +---------------- + +- 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 +