Hi,
    I'm stuck on how to configure one specific requirement - that
for generating a report of page accesses (i.e. excluding graphics)
for one particular area of the web tree.

   I can get statistics on all files within one user's area, using:
                FILEINCLUDE   /~wombat/*


   I can get statistics on pages (not files) in the overall tree, using:
                FILEINCLUDE   pages


   I can even get statistics on pages in the "main" tree, using:
                FILEINCLUDE   pages
                FILEEXCLUDE   /~*

   But if I try to get statistics on pages (not files) within a particular
user's area, using:
                FILEINCLUDE   pages
                FILEEXCLUDE   /*
                FILEINCLUDE   /~wombat/*
                
that ends up being equivalent to the first version (which isn't what I need).


I think I understand what's happening, and why it's doing this.
I believe I need something equivalent to:

                FILEINCLUDE   /~wombat/*
  =>            FILEEXCLUDE   NOT pages

but I'm not sure how to achieve that, or even if it's possible.
This is with analog 4.13, by the way.

Any advice gratefully received.

Thanks

Dave
-- 
Dave Shield                   [EMAIL PROTECTED]
Dept. of Computer Science,
Liverpool University,        "He who brings [computers] on to his premises
PO Box 147,                   should be absolutely liable ... for any mischief
Liverpool, L69 7ZF            that ensues."     Haddock v. Computer 1578/32/W1


------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to