On Sat, 29 Sep 2007, Shriphani Palakodety wrote: > Date: Sat, 29 Sep 2007 23:50:10 +0530 > From: Shriphani Palakodety <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > To: <[email protected]> > Subject: [twincling] sitemap generator > > Hello all, > > I want to make an automatic site-map generator. > Would just parsing the html and going where each link takes it would be ok ? > > thanks > Sriphani. >
Hello Sriphani: Google sitemap generator is implemented in Python. Take a look at https://www.google.com/webmasters/tools/docs/en/sitemap-generator.html The script sources are available at sourceforge.net http://sourceforge.net/project/showfiles.php?group_id=137793&package_id=153422 After downloading the .zip, please extract the sitemap_gen.py file which is the actual implementation. Let me know how it goes. thanks Saifi.

