[analog-help] Excluding all imnage files

2002-02-28 Thread Madelon Brennan

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

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


+
|  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
+



Re: [analog-help] Excluding all imnage files

2002-02-28 Thread Jeremy Wadsack


Madelon Brennan ([EMAIL PROTECTED]):

> 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

This just makes those not included in the definition of 'pages.' It
doesn't change what's listed in the Request Report.

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

If you want to remove all traffic generated by images from your
reports, then use this:

  FILEEXCLUDE *.gif,*.jpg,*.css,*.js

If you want to just remove those entries from the Request Report, then
use this:

  REQEXCLUDE *.gif,*.jpg,*.css,*.js

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  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
+



Re: [analog-help] Excluding all imnage files

2002-02-28 Thread Aengus

"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
+



Re: [analog-help] Excluding all imnage files

2002-02-28 Thread Klaus Johannes Rusch

In <[EMAIL PROTECTED]>, Madelon Brennan <[EMAIL PROTECTED]> 
writes:
> 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
>
> but the "Request Report" is still listing image files. How can I do
> this?

This only excludes the images from being counted as paged, if you want to 
exclude them completely you need to exclude them from the report with

REQEXCLUDE *.gif

or exclude them completely with

FILEEXCLUDE *.gif

-- 
Klaus Johannes Rusch
[EMAIL PROTECTED]
http://www.atmedia.net/KlausRusch/
+
|  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
+