summaryrefslogtreecommitdiffstats
path: root/tools/3rdparty/sitemap_gen-1.4/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/3rdparty/sitemap_gen-1.4/README')
-rw-r--r--tools/3rdparty/sitemap_gen-1.4/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/3rdparty/sitemap_gen-1.4/README b/tools/3rdparty/sitemap_gen-1.4/README
new file mode 100644
index 0000000..e8abdbb
--- /dev/null
+++ b/tools/3rdparty/sitemap_gen-1.4/README
@@ -0,0 +1,25 @@
+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.