~ubuntu-branches/debian/sid/awstats/sid

« back to all changes in this revision

Viewing changes to tools/awstats_buildstaticpages.pl

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2011-10-29 16:43:28 UTC
  • Revision ID: package-import@ubuntu.com-20111029164328-us8n3qfb070hitzm
Tags: 7.0~dfsg-3
* Bump up Standards-Version (to 3.9.2)
* Removed .gitignore
* Replace /usr/share/doc/awstats/html/awstats_changelog.txt.gz by
  symlink to avoid lintian warning
* Include patches/1016_downloads_list_page.patch to generate
  "Downloads Full list" page (Closes: #638857)
* Refresh patches with --no-index --no-timestamps -pab --diffstat
* Include patches/1017_fix_html_output_markup.patch to fix some output
  issues (Closes: #630943)
* Update copyright for debian/* files
* Minor tweaks of debian/README.Debian
* Add some hints to restrict access to /cgi-bin/awstats.pl (Closes:
  #590953)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
$ShowEMailSenders $ShowEMailReceivers $ShowWormsStats $ShowClusterStats
51
51
$ShowMenu $ShowMonthStats $ShowDaysOfMonthStats $ShowDaysOfWeekStats
52
52
$ShowHoursStats $ShowDomainsStats $ShowHostsStats
53
 
$ShowRobotsStats $ShowSessionsStats $ShowPagesStats $ShowFileTypesStats
 
53
$ShowRobotsStats $ShowSessionsStats $ShowDownloadsStats $ShowPagesStats $ShowFileTypesStats
54
54
$ShowOSStats $ShowBrowsersStats $ShowOriginStats
55
55
$ShowKeyphrasesStats $ShowKeywordsStats $ShowMiscStats $ShowHTTPErrorsStats
56
56
$BuildReportFormat
350
350
if ($ShowEMailSenders) { push @OutputList,'allemails'; push @OutputList,'lastemails'; }
351
351
if ($ShowEMailReceivers) { push @OutputList,'allemailr'; push @OutputList,'lastemailr'; }
352
352
if ($ShowSessionsStats) { push @OutputList,'session'; }
 
353
if ($ShowDownloadsStats) { push @OutputList,'downloads'; }
353
354
if ($ShowPagesStats) { push @OutputList,'urldetail'; push @OutputList,'urlentry'; push @OutputList,'urlexit'; }
354
355
#if ($ShowFileTypesStats) { push @OutputList,'filetypes'; }     # There is dedicated page for filetypes
355
356
if ($ShowOSStats) { push @OutputList,'osdetail'; push @OutputList,'unknownos'; }