diff options
Diffstat (limited to 'net-misc/goog-sitemapgen/metadata.xml')
-rw-r--r-- | net-misc/goog-sitemapgen/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/goog-sitemapgen/metadata.xml b/net-misc/goog-sitemapgen/metadata.xml new file mode 100644 index 000000000000..54bbbd3a5fa8 --- /dev/null +++ b/net-misc/goog-sitemapgen/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> +<email>jmglov@gentoo.org</email> +<name>Josh Glover</name> +</maintainer> +<longdescription>Sitemap Gen is a python script which will generate an xml Sitemap for your web +site. + +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 2.2 and released to the open +source community for continuous improvements.</longdescription> +</pkgmetadata> |