PHP and Wget sitemap generator for search engines
Sitemaps are of primary importance in Search Engine Optimization ( SEO for friends :) )
PHP Wget Sitemap Generator class takes advantage of wget to get a local mirror of the target site and then generates the url list for the sitemap via local directory listing.
Wget is highly configurable so read the man page of best options to use (replace exec function argument).
The code:
Read more »

