On Wed, Jun 11, 2008 at 3:58 PM, Stephen Nelson-Smith
<[EMAIL PROTECTED]> wrote:
> Hello,
>
>>>  This has to include resources which have not been visited, as the
>>> point is to clean out old stuff.

Ah, I missed that part.

>> Take a look at AWStats (not Python).
>
> Doesn't this 'only' parse weblogs?

It parses them and displays the stats. But it is focused on
presentation, probably not what you need.

> I'd still need some kind of spider
> to tell me all the possible resources available wouldn't I?  It's a
> big website, with 1000s of pages.

I guess, unless you can figure it out from the backend somehow. For
example if it's all static files you can walk the file system instead
of the site.

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to