~ubuntu-branches/ubuntu/oneiric/awstats/oneiric

« 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: 2010-05-19 13:53:50 UTC
  • mfrom: (9.1.4 maverick)
  • Revision ID: james.westby@ubuntu.com-20100519135350-19dgaqj7k1l4ectr
Tags: 6.9.5~dfsg-3
[ Sergey B Kirpichev ]
* Show error messages from cron jobs.
  Closes: bug#580672, thanks to Ken Neighbors.
* Add option to disable nightly generation of static html reports.
  Closes: bug#580692, thanks to Ken Neighbors.
* Option to use "nice" to lower the priority of cron scripts.
  Closes: bug#580693, thanks to Ken Neighbors.
* Set default language (en) for static reports generation
* Cosmetic improvements to cron scripts.
  Closes: bug#580704.
* Recognize method/protocol RTSP in uppercase.
  Closes: bug#350601, thanks to Lee Maguire.
* Report permissions problem while reading awstats.custom.conf.
  Closes: bug#572353, thanks to Ken Neighbors.

[ Jonas Smedegaard ]
* Reverse test logic when sourcing /etc/default/awstats to not fail if
  missing.
* Respect TMPDIR for temporary files (i.e. use mktemp --tmpdir).
* Update patches:
  + Drop (unapplied) patch 0011: applied upstream at some point in the
    past.
  + Unfuzz (unapplied) patch 0006.
  + Refresh patches 0006, 1015 and 1016 with compacting quilt options
    --no-index --no-timestamps -pab.

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.31 $ - $Author: eldy $ - $Date: 2008/09/29 19:28:22 $ -->
 
10
<!-- $Revision: 1.32 $ - $Author: eldy $ - $Date: 2009/09/05 15:13:06 $ -->
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.9 Documentation</b></font><br>
 
23
<font style="font: 16pt arial,helvetica,sans-serif" color=#EEEEFF><b>AWStats logfile analyzer 6.95 Documentation</b></font><br>
24
24
<br>
25
25
</td>
26
26
<td bgcolor=#9999cc align=center>
345
345
<hr>
346
346
 
347
347
<script language=javascript>
348
 
        var date='$Date: 2008/09/29 19:28:22 $';
 
348
        var date='$Date: 2009/09/05 15:13:06 $';
349
349
        document.writeln("Last revision: "+date);
350
350
</script>
351
351