~ubuntu-branches/ubuntu/dapper/awstats/dapper-updates

« back to all changes in this revision

Viewing changes to docs/awstats_extra.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, Charles Fry, Jonas Smedegaard
  • Date: 2005-09-19 22:41:16 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050919224116-6bo795sxx5nsosby
Tags: 6.4-2
[ Charles Fry ]
* New co-maintainer.
* Suggest libgeo-ipfree-perl. Closes: #316126 (thanks to Gunnar Wolf
  <gwolf@gwolf.org>).
* Fixed README.Debian path to configure.pl. Closes: #313093 (thanks to
  Michael De Nil <michael@flex-it.be>).

[ Jonas Smedegaard ]
* Acknowledge NMU. Closes: bug#322591.
* Bump up watch version, and adjust the default command (we have moved
  to SubVerSion).
* Add proto to URL in long description.
* User newer chown syntax in postinst (thanks to lintian).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<meta name="title" content="AWStats Documentation - Using the Extra Sections features">
8
8
<title>AWStats Documentation - Using the Extra Sections features</title>
9
9
<link rel="stylesheet" href="styles.css" type="text/css">
10
 
<!-- $Revision: 1.21 $ - $Author: eldy $ - $Date: 2004/12/18 22:04:21 $ -->
 
10
<!-- $Revision: 1.23 $ - $Author: eldy $ - $Date: 2005/02/18 19:39:58 $ -->
11
11
</head>
12
12
 
13
13
<body topmargin=10 leftmargin=5>
20
20
<td bgcolor=#9999cc align=center><a href="/"><img src="images/awstats_logo4.png" border=0></a></td>
21
21
<td bgcolor=#9999cc align=center>
22
22
<br>
23
 
<font style="font: 16pt arial,helvetica,sans-serif" color=#EEEEFF><b>AWStats logfile analyzer 6.3 Documentation</b></font><br>
 
23
<font style="font: 16pt arial,helvetica,sans-serif" color=#EEEEFF><b>AWStats logfile analyzer 6.4 Documentation</b></font><br>
24
24
<br>
25
25
</td>
26
26
<td bgcolor=#9999cc align=center>
54
54
or just click <a href="#extraconfig">here</a> to jump to a copy of this explanation.<br>
55
55
Note that following examples is often a precious tutorial, so see next paragraph for this...<br>
56
56
 
 
57
<a name="examples">&nbsp;</a>
57
58
<br><br>
58
59
<u><b>Some examples of ExtraSection setup you can follow to build your own personalized reports:</b></u><br>
59
60
<br>
133
134
</i>
134
135
<br>
135
136
Then, you can add in AWStats a chart to track all call to <i>awredir.pl</i> with
136
 
keys values taken from the "url=" parameter. You will get in an independant chart, counting
 
137
keys values taken from the "url=" parameter. You will get an independant chart, counting
137
138
all external pages viewed by your visitor after exiting your site.<br>
138
 
This is for this how you must setup your ExtraSection:<br>
 
139
To have this chart, this is how you must setup your ExtraSection:<br>
139
140
<i>
140
141
<br>ExtraSectionName1="Redirected Hit"
141
142
<br>ExtraSectionCodeFilter1="302"
231
232
}
232
233
th              { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
233
234
th.aws  { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; }
234
 
td.aws  { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px;}
 
235
td      { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; color: #000000; padding: 0px;}
235
236
td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px; }
236
237
//-->
237
238
</style>
315
316
<br><br>
316
317
Warning: the ExtraSectionConditionX MUST use regex values since AWStats 6.0.<br>
317
318
ExtraSectionFirstColumnValuesX also need REGEX value for all AWStats versions.<br>
318
 
See examples for syntax use.<br>
 
319
Return to <a href="#examples">examples</a> for examples on syntax use.<br>
319
320
<br>
320
321
 
321
322
 
325
326
<hr>
326
327
 
327
328
<script language=javascript>
328
 
        var date='$Date: 2004/12/18 22:04:21 $';
 
329
        var date='$Date: 2005/02/18 19:39:58 $';
329
330
        document.writeln("Last revision: "+date);
330
331
</script>
331
332