README Overview -------------------- This is a script written in perl that does a recursive search from the base directory for any html files and builds a sitemap that adheres to Sitemap Protocol 0.9 as dictated by sitemaps.org. License -------------------- This software is published under the BEER-WARE LICENSE (see below) "THE BEER-WARE LICENSE" (Revision 42): David Huffman wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. Installation -------------------- Download the ssgen.tar file and copy to the top-level directory containing your web pages. This is typically "public_html" or "www". Extract the tar archive with: $ tar -xvf ssgen.tar Change the execute permissions of the file ssgen to +x. Edit the ssgen script and replace the current values for the variables: $baseurl="www.mysite.com"; $sitemap="sitemap.xml"; Requires -------------------- This script is written in perl and assumes you are on a unix/linux system. This script also uses the system "find" command with uses syntax based on the GNU find command. Contact -------------------- If you want to report bugs or submit any patches or new features, email: