[Zope-CMF] Q: Internal link checker

Jens Quade jq@jquade.de
21 Sep 2001 14:14:11 +0200


Ole Aamot <Ole.Aamot@nr.no> writes:

> Is there any work under way to add simular functionality in Zope?
> What would be a decent place to implement such a beast?

I just catalog the list of internal/external links in the CookedBody of any
document on my site in the portal_catalog. This is currently done
by a Mixin defining a new method 'Links' on content.

This is used for a new linkinfo view that shows every link to a given
page.

To extend this to a linkcheck over the whole catalog should be fairly
easy.

regards,
jens