[Zope] Zopebot

Shane Hathaway shane@digicool.com
Thu, 28 Sep 2000 16:38:37 -0400


Jason Cunliffe wrote:
> 
> How to find out all the sites using Zope?
> 
> Write some code which will check the web and return results for any site
> which responds to adding "/manage"
> 
> Can anyone suggest how make this really work?

Even better, use /manage_copyright.  That way you will never
accidentally generate an e-mail telling of the "unauthorized" access.

Use wget or Python's urllib.

Shane