"Madelon Brennan" <[EMAIL PROTECTED]> wrote:

> I would like to exclude all image files. I have the following code in
> the analog.cfg file:
> PAGEEXCLUDE *.gif
> PAGEEXCLUDE *.jpg
> PAGEEXCLUDE *.css
> PAGEEXCLUDE *.js

*.gif, *.jpg, *.css and *.js aren't "pages" by default, so those
directives wouldn't have made any difference.

> but the "Request Report" is still listing image files. How can I do
> this?

The Request report reports on everything by default. If you just want to
report on pages, use
REQINCLUDE PAGES

By default, pages is just *.htm, *.html and */. If you want *.jip and *.pl
included, for example, use
PAGEINCLUDE *.jip, *.pl

(This is referred to in passing in
http://www.analog.cx/docs/faq.html#faq126)

Aengus

+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to