web/drupal/modules/xmlsitemap/README.txt
branchdrupal
changeset 74 0ff3ba646492
equal deleted inserted replaced
73:fcf75e232c5b 74:0ff3ba646492
       
     1 $Id: README.txt,v 1.3.2.9 2009/06/23 11:59:09 earnie Exp $
       
     2 
       
     3 CONTENTS OF THIS FILE
       
     4 ---------------------
       
     5 
       
     6  * Introduction
       
     7  * Installation
       
     8  * Known Issues
       
     9  * More Information
       
    10 
       
    11 
       
    12 INTRODUCTION
       
    13 ------------
       
    14 
       
    15 Current Maintainers: Earnie <http://drupal.org/user/86710>
       
    16                      Kiam <http://drupal.org/user/55077>
       
    17                      Dave Reid <http://drupal.org/user/53892>
       
    18 Co-maintainer: Darren Oh <http://drupal.org/user/30772>
       
    19 Original Author: Matthew Loar <http://drupal.org/user/24879>
       
    20 
       
    21 XML sitemap automatically creates a sitemap that conforms to the sitemaps.org
       
    22 specification. This helps search engines keep their search results up to date.
       
    23 
       
    24 
       
    25 INSTALLATION
       
    26 ------------
       
    27 
       
    28 See http://drupal.org/getting-started/5/install-contrib for instructions on
       
    29 how to install or upgrade Drupal modules. See INSTALL.txt in this directory
       
    30 for specific detailed instructions to upgrading this module.
       
    31 
       
    32 Once XML Sitemap is installed and enabled, you can adjust the settings for your
       
    33 site's sitemap at admin/settings/xmlsitemap. Your can view your site's sitemap
       
    34 at http://yoursite.com/sitemap.xml.
       
    35 
       
    36 It is highly recommended that you have clean URLs enabled for this module.
       
    37 
       
    38 
       
    39 KNOWN ISSUES
       
    40 ------------
       
    41 
       
    42 See http://drupal.org/node/482550 for a list of the current known issues.
       
    43 
       
    44 
       
    45 MORE INFORMATION
       
    46 ----------------
       
    47 
       
    48 - To issue any bug reports, feature or support requests, see the module issue
       
    49   queue at http://drupal.org/project/issues/xmlsitemap.
       
    50 
       
    51 - For additional documentation, see the online module handbook at
       
    52   http://drupal.org/handbook/modules/gsitemap.
       
    53 
       
    54 - You can view the sitemap.org specification at http://sitemaps.org.
       
    55 
       
    56 - You can view the module's API documentation at
       
    57   http://project.davereid.net/api/xmlsitemap
       
    58