[Zope-dev] Site-crawler (find unused objects)
Steve Alexander
steve@cat-box.net
Fri, 30 Aug 2002 09:48:15 +0100
THerp@apriori.de wrote:
> Hi,
>
> has anyone written a script which crawls a site and lists all objects
> which aren't referenced anymore?
"Crawling a site" means going from a root object, and following all of
its references, recursively.
Any objects you find through this process are, by virtue of the fact
they have been found by that process, referenced.
Your requirement is self-contradictory.
--
Steve Alexander