~ubuntu-branches/ubuntu/lucid/awstats/lucid-security

« back to all changes in this revision

Viewing changes to docs/awstats_extra.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, Sergey B Kirpichev, Jonas Smedegaard
  • Date: 2009-03-03 18:19:24 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090303181924-szfwaw0qmfdg7m6b
Tags: 6.9~dfsg-1
[ Sergey B Kirpichev ]
* New upstream release (Closes: #494676).
* Add myself to Uploaders field. 
* Drop patches 0001 and 1005 (applied upstream).
* Unfuzz patches 1002-1004.
* Add new patch 1007 updating Russian translation. Thanks to Sergey
  Kirpichev at upstream tracker #2540486.
* Add new patch 1008 enhancing the ExtraSection headings to include
  the words (Top XXX) for consistency with all other section headings.
* Add new patch 1009 fixing URL to Hurd (Closes: #408086).
* Add new patch 1010 fixing dirdata permissions (Closes: #299148).
* Add new patch 1011 fixing Geo::IPfree warnings (Closes: #512373).
* Add new patch 2001 hiding charts in days of month statistics.
* Use debian defaults for geoip data files.

[ Jonas Smedegaard ]
* Repackage upstream tarball.
* Packaging moved to Git (from Subversion). Update debian/control and
  git-buildpackage configfile, enabling pristine-tar support.
* Use new local CDBS snippet package-relations.mk to resolve, cleanup
  and apply CDBS-declared (build-)dependencies.
* Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis).
* Update local CDBS snippets:
  + upstream-tarball.mk: internal restructuring
  + buildinfo.mk: fix copyright years
  + copyright-check.mk: major rewrite, now generating hint file more
    readily usable as template for new proposed copyright format
  + Update README.cdbs-tweaks to also cover newly added package-
    relations.mk.
* Rewrite debian/copyright using new proposed syntax (v440). Update
  copyright-hints.
* Unfuzz patch 1006.
* Depend on misc:depends (thanks to lintian) and cdbs:depends
  (currently unused, and drop superfluous dependencies (fulfilled by
  perl even in oldstable).

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.28 $ - $Author: eldy $ - $Date: 2007/07/02 22:11:19 $ -->
 
10
<!-- $Revision: 1.31 $ - $Author: eldy $ - $Date: 2008/09/29 19:28:22 $ -->
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.7 Documentation</b></font><br>
 
23
<font style="font: 16pt arial,helvetica,sans-serif" color=#EEEEFF><b>AWStats logfile analyzer 6.9 Documentation</b></font><br>
24
24
<br>
25
25
</td>
26
26
<td bgcolor=#9999cc align=center>
314
314
<br># ExtraSectionCodeFilterX is list of codes the record code field must match.
315
315
<br>#   Put an empty string for no test on code.
316
316
<br># ExtraSectionConditionX are conditions you can use to count or not the hit,
317
 
<br>#   Use one of the field condition (URL,URLWITHQUERY,QUERY_STRING,REFERER,UA,
318
 
<br>#   HOST,extraX) and a regex to match, after a coma. Use "||" for "OR".
 
317
<br>#   Use one of the field condition
 
318
<br>#   (URL,URLWITHQUERY,QUERY_STRING,REFERER,UA,HOSTINLOG,HOST,VHOST,extraX)
 
319
<br>#   and a regex to match, after a coma. Use "||" for "OR".
319
320
<br># ExtraSectionFirstColumnTitleX is the first column title of the chart.
320
321
<br># ExtraSectionFirstColumnValuesX is a string to tell AWStats which field to
321
 
<br>#   extract value from (URL,URLWITHQUERY,QUERY_STRING,REFERER,UA,HOST,extraX)
 
322
<br>#   extract value from
 
323
<br>#   (URL,URLWITHQUERY,QUERY_STRING,REFERER,UA,HOSTINLOG,HOST,VHOST,extraX)
322
324
<br>#   and how to extract the value (using regex syntax). Each different value
323
325
<br>#   found will appear in first column of report on a different row. Be sure
324
326
<br>#   that list of different possible values will not grow indefinitely.
343
345
<hr>
344
346
 
345
347
<script language=javascript>
346
 
        var date='$Date: 2007/07/02 22:11:19 $';
 
348
        var date='$Date: 2008/09/29 19:28:22 $';
347
349
        document.writeln("Last revision: "+date);
348
350
</script>
349
351