public
Description: A Ruby on Rails plugin that generates XML Sitemaps for model makes it easy to verify webmasters with Google, Yahoo! and MSN Live
Homepage: http://webmaster_tools.zilkey.com/
Clone URL: git://github.com/zilkey/webmaster_tools.git
zilkey (author)
Thu Mar 27 20:32:03 -0700 2008
webmaster_tools / google_sitemap_gen
google_sitemap_gen/README
sitemap_gen.py

Version 1.4

The sitemap_gen.py script analyzes your web server and generates one or more
Sitemap files.  These files are XML listings of content you make available on
your web server.  The files can be directly submitted to search engines as
hints for the search engine web crawlers as they index your web site.  This
can result in better coverage of your web content in search engine indices,
and less of your bandwidth spent doing it.
  
The sitemap_gen.py script is written in Python and released to the open
source community for continuous improvements under the BSD 2.0 new license,
which can be found at:

  http://www.opensource.org/licenses/bsd-license.php

The original release notes for the script, including a walk-through for
webmasters on how to use it, can be found at the following site:

  http://www.google.com/webmasters/sitemaps/sitemap-generator.html

The minimum Python version required is Python 2.2.  However, if URLs on
your site involve any non-ASCII characters, we strongly recommend
Python 2.3 or later, as it better handles encoding issues.