Customizing Wusage Output

You are looking at the manual for Wusage 6.0. This product is three years old! Check out Wusage 8.0 and its remarkable new features.


group generaltext
title General Text (HTML)
htmlOpenPage
<html>
end htmlOpenPage

htmlClosePage
</html>
end htmlClosePage

htmlOpenHead
<head>
end htmlOpenHead

htmlCloseHead
</head>
end htmlCloseHead

htmlNoData
No data to analyze!
end htmlNoData

htmlOpenBody
<body bgcolor=#FFFFFF>
end htmlOpenBody

htmlCloseBody
</body>
end htmlCloseBody

htmlOpenSubheading
<h2>
end htmlOpenSubheading

htmlCloseSubheading
</h2>
end htmlCloseSubheading

htmlSkipToDailyReports
Skip to daily reports
end htmlSkipToDailyReports

htmlSkipToWeeklyReports
Skip to weekly reports
end htmlSkipToWeeklyReports

htmlSkipToMonthlyReports
Skip to monthly reports
end htmlSkipToMonthlyReports

htmlReportOpenList
<table border=1>
end htmlReportOpenList

htmlReportOpenRecord
<tr>
end htmlReportOpenRecord

htmlReportOpenField
<td>
end htmlReportOpenField

htmlReportCloseField
</td>
end htmlReportCloseField

htmlReportOpenNumericField
<td align="right">
end htmlReportOpenNumericField

htmlReportCloseNumericField
</td>
end htmlReportCloseNumericField

htmlReportCloseRecord
</tr>
end htmlReportCloseRecord

htmlReportCloseList
</table>
end htmlReportCloseList

htmlReportReferrersLinkText
[Referrers]
end htmlReportReferrersLinkText

htmlReportListLabel
Reports
end htmlReportListLabel

htmlReportsForMonth
Reports for the month of
end htmlReportsForMonth

htmlReportsForYear
Reports for the year 
end htmlReportsForYear

htmlNoCompleteReports
History: No Complete Reports Available
end htmlNoCompleteReports

htmlBytes
bytes
end htmlBytes

htmlAccesses
accesses
end htmlAccesses

#Wusage will attempt to align a pie chart with respect to 
#the relevant table if there are fewer than 15 items in the table.
#In that case, it will set the value of the <img align> attributes
#and <br clear> attributes to the text below.

htmlReportChartAlign
left
end htmlReportChartAlign

# IMPORTANT: The first %s receives the date the month began.
# The second %s receives the date the month ended.

htmlMonthOfHeading
Month of %s to %s
end htmlMonthOfHeading

# IMPORTANT: The first %s receives the date the week began.
# The second %s receives the date the week ended.

htmlWeekOfHeading
Week of %s to %s
end htmlWeekOfHeading

# IMPORTANT: the %s receives the date of the report.

htmlDayOfHeading
Day of %s
end htmlDayOfHeading

# IMPORTANT: The first %s receives the date the summary began.
# The second %s receives the date the summary ended.

htmlSummaryFromTo
Summary from %s to %s
end htmlSummaryFromTo

htmlNoBytesAvailable
<em>Note: your server's log file 
does not contain bytes-transferred 
information. Only access counts 
are available.</em>
end htmlNoBytesAvailable

htmlReportAlphabetical
<h4>Presented Alphabetically</h4>
end htmlReportAlphabetical

endgroup generaltext

group historytext

title History Text (HTML)
htmlHistoryGraphsLabel
<h3>Totals</h3>
end htmlHistoryGraphsLabel

htmlHistoryGraphsHeadingWithBytes
<tr>
<th>Item</th>
<th>Total Accesses</th>
<th>Total Bytes</th>
<th>Average Accesses</th>
<th>Average Bytes</th>
<th>Latest Accesses</th>
<th>Latest Bytes</th>
</tr>
end htmlHistoryGraphsHeadingWithBytes

htmlHistoryGraphsHeading
<tr>
<th>Item</th>
<th>Total Accesses</th>
<th>Average Accesses</th>
<th>Latest Accesses</th>
</tr>
end htmlHistoryGraphsHeading

htmlHistoryGraphsBeforeImage
</table>
<p>
end htmlHistoryGraphsBeforeImage

htmlHistoryGraphsAfterImage
<p>
<table border="1">
end htmlHistoryGraphsAfterImage

htmlHistoryFrom
History from
end htmlHistoryFrom
htmlHistoryReportLabel
<h3>Totals</h3>
end htmlHistoryReportLabel

htmlHistoryReportHeading
<tr><th>Item</th><th>Accesses</th><th>Bytes</th></tr>
end htmlHistoryReportHeading

htmlHistoryReportHeadingNobytes
<tr><th>Item</th><th>Accesses</th></tr>
end htmlHistoryReportHeadingNobytes

endgroup historytext

group resultcodestext
title Result Codes Text (HTML)

htmlResultCodesReportLabel
<h3>Accesses by Result Code</h3>
end htmlResultCodesReportLabel

htmlResultCodesReportHeading
<tr><th>Code</th><th>Meaning</th><th>Accesses</th><th>%</th></tr>
end htmlResultCodesReportHeading

htmlResult200
OK
end htmlResult200

htmlResult201
Created
end htmlResult201

htmlResult202
Accepted
end htmlResult202

htmlResult206
Partial Content
end htmlResult206

htmlResult301
Moved Permanently
end htmlResult301

htmlResult302
Moved Temporarily
end htmlResult302

htmlResult304
Not Modified
end htmlResult304

htmlResult400
Bad Request
end htmlResult400

htmlResult401
Unauthorized
end htmlResult401

htmlResult403
Forbidden
end htmlResult403

htmlResult404
Not Found
end htmlResult404

htmlResult500
Internal Server Error
end htmlResult500

htmlResult501
Not Implemented
end htmlResult501

htmlResult502
Bad Gateway
end htmlResult502

htmlResult503
Service Unavailable
end htmlResult503

endgroup resultcodestext

group uniquetext
title Unique Text (HTML)

htmlUniqueReportLabel
<h3>Overall Statistics</h3>
end htmlUniqueReportLabel

htmlUniquePartialEpochLabel
<strong>Note: </strong>the time period this report refers to
is not yet over.
end htmlUniquePartialEpochLabel

htmlUniqueReportHeading
<tr><th>Category</th><th>Total</th></tr>
end htmlUniqueReportHeading

htmlUniqueSitesServed
Unique sites served
end htmlUniqueSitesServed

htmlUniqueUsersServed
Unique users served
end htmlUniqueUsersServed

htmlUniqueDocumentsServed
Unique documents served
end htmlUniqueDocumentsServed

htmlUniqueProxySites
Unique proxy sites visited
end htmlUniqueProxySites

htmlUniqueAuthenticatedUsersServed
Unique authenticated users served
end htmlUniqueAuthenticatedUsersServed

htmlUniqueTrails
Unique trails followed
end htmlUniqueTrails

htmlUniqueVisits
Total visits
end htmlUniqueVisits
endgroup uniquetext

group hourstext
title Hours Text (HTML)

htmlHoursReportLabelBytes
<h3>Bytes per Hour</h3>
end htmlHoursReportLabelBytes

htmlHoursReportLabelAccesses
<h3>Accesses per Hour</h3>
end htmlHoursReportLabelAccesses

htmlHoursReportAveraged
<em>Figures are averages for that hour on a typical day.</em><br>
end htmlHoursReportAveraged

htmlHoursReportSummed
<em>Figures are totals for that hour on all days analyzed.</em><br>
end htmlHoursReportSummed

htmlHoursReportHeadingAveraged
<tr>
<th>Hour</th>
<th>Accesses</th>
<th>%</th>
<th>Bytes</th>
<th>%</th>
<th>Bits/Sec</th>
<th>Bytes/Sec</th>
</tr>
end htmlHoursReportHeadingAveraged

htmlHoursReportHeadingSummed
<tr>
<th>Hour</th>
<th>Accesses</th>
<th>%</th>
<th>Bytes</th>
<th>%</th>
</tr>
end htmlHoursReportHeadingSummed

htmlHoursReportHeadingAveragedNobytes
<tr>
<th>Hour</th>
<th>Accesses</th>
<th>%</th>
</tr>
end htmlHoursReportHeadingAveragedNobytes

htmlHoursReportHeadingSummedNobytes
<tr>
<th>Hour</th>
<th>Accesses</th>
<th>%</th>
</tr>
end htmlHoursReportHeadingSummedNobytes

endgroup hourstext

group daystext
title Days Text (HTML)

htmlDaysReportLabelBytes
<h3>Bytes per Day</h3>
end htmlDaysReportLabelBytes

htmlDaysReportLabelAccesses
<h3>Accesses per Day</h3>
end htmlDaysReportLabelAccesses

htmlDaysReportHeading
<tr>
<th>Date</th>
<th>Accesses</th>
<th>%</th>
<th>Bytes</th>
<th>%</th>
<th>Bits/Sec</th>
<th>Bytes/Sec</th>
</tr>
end htmlDaysReportHeading

htmlDaysReportHeadingNobytes
<tr>
<th>Date</th>
<th>Accesses</th>
<th>%</th>
</tr>
end htmlDaysReportHeadingNobytes

endgroup daystext

group documentstext
title Documents Text (HTML)

htmlDocumentsReportLabelAllByBytes
<h3>Documents Sorted by Bytes Sent</h3>
end htmlDocumentsReportLabelAllByBytes

htmlDocumentsReportLabelAllByAccesses
<h3>Documents Sorted by Access Count</h3>
end htmlDocumentsReportLabelAllByAccesses

#The first %d will be replaced by the number
#of documents shown (10 by default). The second
#is replaced by the total number of documents.

htmlDocumentsReportLabelByBytes
<h3>Top %d of %d Documents Sorted by Bytes Sent</h3>
end htmlDocumentsReportLabelByBytes

htmlDocumentsReportLabelByAccesses
<h3>Top %d of %d Documents Sorted by Access Count</h3>
end htmlDocumentsReportLabelByAccesses

htmlDocumentsReportHeadingNoBytes
<tr><th>Rank</th><th>URL</th><th>Accesses</th><th>%</th></tr>
end htmlDocumentsReportHeadingNoBytes

htmlDocumentsReportHeadingWithBytes
<tr><th>Rank</th><th>URL</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlDocumentsReportHeadingWithBytes

endgroup documentstext

group directoriestext
title Directories Report Text (HTML)

htmlDirectoriesReportPageTitle
Directories Report for 
end htmlDirectoriesReportPageTitle

htmlDirectoriesReportLabelAllByBytes
<h3>Contents of %s Sorted by Bytes Sent</h3>
end htmlDirectoriesReportLabelAllByBytes

htmlDirectoriesReportLabelAllByAccesses
<h3>Contents of %s Sorted by Access Count</h3>
end htmlDirectoriesReportLabelAllByAccesses

#The first %d will be replaced by the number
#of items shown (10 by default). The second
#is replaced by the total number of items.
#%s is replaced by the directory name.

htmlDirectoriesReportLabelByBytes
<h3>Top %d of %d items in %s sorted by Bytes Sent</h3>
end htmlDirectoriesReportLabelByBytes

htmlDirectoriesReportLabelByAccesses
<h3>Top %d of %d items in %s Sorted by Access Count</h3>
end htmlDirectoriesReportLabelByAccesses

htmlDirectoriesReportHeadingNoBytes
<tr><th>Rank</th><th>File or Subdirectory</th><th>Accesses</th><th>%</th></tr>
end htmlDirectoriesReportHeadingNoBytes

htmlDirectoriesReportHeadingWithBytes
<tr><th>Rank</th><th>File or Subdirectory</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlDirectoriesReportHeadingWithBytes
endgroup directoriestext

group trailstext
title Trails and Visits Text (HTML)

htmlTrailsReportLabelAll
<h3>Document Trails</h3>
end htmlTrailsReportLabelAll

htmlTrailsReportLabel
<h3>Top %d of %d Document Trails</h3>
end htmlTrailsReportLabel

htmlTrailsWithReportLabel
<h3>Top %d of %d Document Trails With %s</h3>
end htmlTrailsWithReportLabel

htmlTrailsReportHeading
<tr><th>Rank</th><th>Trail</th><th>Visits</th><th>Avg. Minutes</th></tr>
end htmlTrailsReportHeading

htmlVisitsReportLabel
<h3>Visits Report</h3>
end htmlVisitsReportLabel

htmlVisitsReportTotal
Total visits: %.0f<br>
end htmlVisitsReportTotal

htmlVisitsReportAverage
Average visit: %.2f minutes<br>
end htmlVisitsReportAverage

htmlVisitsReportAverageSteps
Average accesses per visit: %.2f<br>
end htmlVisitsReportAverageSteps

htmlVisitsReportLongest
Longest visit: %.0f minutes<br>
end htmlVisitsReportLongest

htmlVisitsReportExamplesLabelAll
<h4>All Unique Visits (One Occurrence of Each)</h4>
end htmlVisitsReportExamplesLabelAll

htmlVisitsReportExamplesLabel
<h4>%d Example Visits</h4>
end htmlVisitsReportExamplesLabel

htmlVisitsReportHeading
<tr><th>Site</th><th>Minutes</th><th>Trail</th></tr>
end htmlVisitsReportHeading

htmlVisitsReportHeadingWithCookies
<tr><th>User</th><th>Minutes</th><th>Trail</th></tr>
end htmlVisitsReportHeadingWithCookies

endgroup trailstext

group authenticatedtext
title Authenticated Users Text (HTML)

htmlAuthenticatedUsersReportLabelAllByBytes
<h3>Authenticated Users by Bytes Transferred</h3>
end htmlAuthenticatedUsersReportLabelAllByBytes

htmlAuthenticatedUsersReportLabelAllByAccesses
<h3>Authenticated Users by Access Count</h3>
end htmlAuthenticatedUsersReportLabelAllByAccesses

htmlAuthenticatedUsersReportLabelByBytes
<h3>Top %d of %d Authenticated Users by Bytes Transferred</h3>
end htmlAuthenticatedUsersReportLabelByBytes

htmlAuthenticatedUsersReportLabelByAccesses
<h3>Top %d of %d Authenticated Users by Access Count</h3>
end htmlAuthenticatedUsersReportLabelByAccesses

htmlAuthenticatedUsersReportHeadingNoBytes
<tr><th>Rank</th><th>User</th><th>Accesses</th><th>%</th></tr>
end htmlAuthenticatedUsersReportHeadingNoBytes

htmlAuthenticatedUsersReportHeadingWithBytes
<tr><th>Rank</th><th>User</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlAuthenticatedUsersReportHeadingWithBytes

endgroup authenticatedtext

group sitestext
title Sites, Users and Domains Text (HTML)

htmlSitesReportLabelAllByBytes
<h3>Sites by Bytes Transferred</h3>
end htmlSitesReportLabelAllByBytes

htmlSitesReportLabelAllByAccesses
<h3>Sites by Access Count</h3>
end htmlSitesReportLabelAllByAccesses

htmlSitesReportLabelByBytes
<h3>Top %d of %d Sites by Bytes Transferred</h3>
end htmlSitesReportLabelByBytes

htmlSitesReportLabelByAccesses
<h3>Top %d of %d Sites by Access Count</h3>
end htmlSitesReportLabelByAccesses

htmlSitesReportHeadingNoBytes
<tr><th>Rank</th><th>Site</th><th>Accesses</th><th>%</th></tr>
end htmlSitesReportHeadingNoBytes

htmlSitesReportHeadingWithBytes
<tr><th>Rank</th><th>Site</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlSitesReportHeadingWithBytes

htmlUsersReportLabelAllByBytes
<h3>Users by Bytes Transferred</h3>
end htmlUsersReportLabelAllByBytes

htmlUsersReportLabelAllByAccesses
<h3>Users by Access Count</h3>
end htmlUsersReportLabelAllByAccesses

htmlUsersReportLabelByBytes
<h3>Top %d of %d Users by Bytes Transferred</h3>
end htmlUsersReportLabelByBytes

htmlUsersReportLabelByAccesses
<h3>Top %d of %d Users by Access Count</h3>
end htmlUsersReportLabelByAccesses

htmlUsersReportHeadingNoBytes
<tr><th>Rank</th><th>Cookie</th><th>Accesses</th><th>%</th></tr>
end htmlUsersReportHeadingNoBytes

htmlUsersReportHeadingWithBytes
<tr><th>Rank</th><th>Cookie</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlUsersReportHeadingWithBytes

htmlDomainsReportLabelAllByBytes
<h3>Domains by Bytes Transferred</h3>
end htmlDomainsReportLabelAllByBytes

htmlDomainsReportLabelAllByAccesses
<h3>Domains by Access Count</h3>
end htmlDomainsReportLabelAllByAccesses

htmlDomainsReportLabelByBytes
<h3>Top %d of %d Domains by Bytes Transferred</h3>
end htmlDomainsReportLabelByBytes

htmlDomainsReportLabelByAccesses
<h3>Top %d of %d Domains by Access Count</h3>
end htmlDomainsReportLabelByAccesses

htmlDomainsReportHeadingNoBytes
<tr><th>Rank</th><th>Domain</th><th>Accesses</th><th>%</th></tr>
end htmlDomainsReportHeadingNoBytes

htmlDomainsReportHeadingWithBytes
<tr><th>Rank</th><th>Domain</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlDomainsReportHeadingWithBytes
endgroup sitestext

group proxytext
title Proxy Sites and Proxy Domains Text (HTML)

htmlProxysitesReportLabelAllByBytes
<h3>Proxy Sites by Bytes Transferred</h3>
end htmlProxysitesReportLabelAllByBytes

htmlProxysitesReportLabelAllByAccesses
<h3>Proxy Sites by Access Count</h3>
end htmlProxysitesReportLabelAllByAccesses

htmlProxysitesReportLabelByBytes
<h3>Top %d of %d Proxy Sites by Bytes Transferred</h3>
end htmlProxysitesReportLabelByBytes

htmlProxysitesReportLabelByAccesses
<h3>Top %d of %d Proxy Sites by Access Count</h3>
end htmlProxysitesReportLabelByAccesses

htmlProxysitesReportHeadingNoBytes
<tr><th>Rank</th><th>Site</th><th>Accesses</th><th>%</th></tr>
end htmlProxysitesReportHeadingNoBytes

htmlProxysitesReportHeadingWithBytes
<tr><th>Rank</th><th>Site</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlProxysitesReportHeadingWithBytes

htmlProxydomainsReportLabelAllByBytes
<h3>Proxy Domains by Bytes Transferred</h3>
end htmlProxydomainsReportLabelAllByBytes

htmlProxydomainsReportLabelAllByAccesses
<h3>Proxy Domains by Access Count</h3>
end htmlProxydomainsReportLabelAllByAccesses

htmlProxydomainsReportLabelByBytes
<h3>Top %d of %d Proxy Domains by Bytes Transferred</h3>
end htmlProxydomainsReportLabelByBytes

htmlProxydomainsReportLabelByAccesses
<h3>Top %d of %d Proxy Domains by Access Count</h3>
end htmlProxydomainsReportLabelByAccesses

htmlProxydomainsReportHeadingNoBytes
<tr><th>Rank</th><th>Domain</th><th>Accesses</th><th>%</th></tr>
end htmlProxydomainsReportHeadingNoBytes

htmlProxydomainsReportHeadingWithBytes
<tr><th>Rank</th><th>Domain</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlProxydomainsReportHeadingWithBytes
endgroup proxytext

group notfoundtext
title Not Found Report Text (HTML)

htmlNotfoundReportLabelAll
<h3>Documents Not Found</h3>
end htmlNotfoundReportLabelAll

htmlNotfoundReportLabel
<h3>Top %d of %d Documents Not Found</h3>
end htmlNotfoundReportLabel

htmlNotfoundReportHeading
<tr><th>Rank</th><th>URL</th><th>Accesses</th><th>%</th></tr>
end htmlNotfoundReportHeading
endgroup notfoundtext

group useragenttext
title User Agents and Referrers Text (HTML)

htmlReferrersByDocumentPageTitle
Top %d Referrers by Document,
end htmlReferrersByDocumentPageTitle

htmlReferrersByDocumentPageTitleAll
Referrers by Document,
end htmlReferrersByDocumentPageTitleAll

htmlReferrersByDocumentNotFoundPageTitle
Top %d Referrers by Document Not Found,
end htmlReferrersByDocumentNotFoundPageTitle

htmlReferrersByDocumentNotFoundPageTitleAll
Referrers by Document Not Found,
end htmlReferrersByDocumentNotFoundPageTitleAll

htmlUseragentsReportLabelAllByBytes
<h3>User agents by Bytes Transferred</h3>
end htmlUseragentsReportLabelAllByBytes

htmlUseragentsReportLabelAllByAccesses
<h3>User agents by Access Count</h3>
end htmlUseragentsReportLabelAllByAccesses

htmlUseragentsReportLabelByBytes
<h3>Top %d of %d user agents by Bytes Transferred</h3>
end htmlUseragentsReportLabelByBytes

htmlUseragentsReportLabelByAccesses
<h3>Top %d of %d user agents by Access Count</h3>
end htmlUseragentsReportLabelByAccesses

htmlUseragentsReportHeadingNoBytes
<tr><th>Rank</th><th>User Agent</th><th>Accesses</th><th>%</th></tr>
end htmlUseragentsReportHeadingNoBytes

htmlUseragentsReportHeadingWithBytes
<tr><th>Rank</th><th>User Agent</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlUseragentsReportHeadingWithBytes

htmlReferersReportLabelAllByBytes
<h3>Referring URLs by Bytes Transferred</h3>
end htmlReferersReportLabelAllByBytes

htmlReferersReportLabelAllByAccesses
<h3>Referring URLs by Access Count</h3>
end htmlReferersReportLabelAllByAccesses

htmlReferersReportLabelByBytes
<h3>Top %d of %d Referring URLs by Bytes Transferred</h3>
end htmlReferersReportLabelByBytes

htmlReferersReportLabelByAccesses
<h3>Top %d of %d Referring URLs by Access Count</h3>
end htmlReferersReportLabelByAccesses

htmlReferersReportHeadingNoBytes
<tr><th>Rank</th><th>URL</th><th>Accesses</th><th>%</th></tr>
end htmlReferersReportHeadingNoBytes

htmlReferersReportHeadingWithBytes
<tr><th>Rank</th><th>URL</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlReferersReportHeadingWithBytes

htmlReferringSitesReportLabelAllByBytes
<h3>Referring Sites by Bytes Transferred</h3>
end htmlReferringSitesReportLabelAllByBytes

htmlReferringSitesReportLabelAllByAccesses
<h3>Referring Sites by Access Count</h3>
end htmlReferringSitesReportLabelAllByAccesses

htmlReferringSitesReportLabelByBytes
<h3>Top %d of %d Referring Sites by Bytes Transferred</h3>
end htmlReferringSitesReportLabelByBytes

htmlReferringSitesReportLabelByAccesses
<h3>Top %d of %d Referring Sites by Access Count</h3>
end htmlReferringSitesReportLabelByAccesses

htmlReferringSitesReportHeadingNoBytes
<tr><th>Rank</th><th>Host Name</th><th>Accesses</th><th>%</th></tr>
end htmlReferringSitesReportHeadingNoBytes

htmlReferringSitesReportHeadingWithBytes
<tr><th>Rank</th><th>Host Name</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlReferringSitesReportHeadingWithBytes

htmlSearchKeywordsReportLabelAllByBytes
<h3>Search Keywords by Bytes Transferred</h3>
end htmlSearchKeywordsReportLabelAllByBytes

htmlSearchKeywordsReportLabelAllByAccesses
<h3>Search Keywords by Access Count</h3>
end htmlSearchKeywordsReportLabelAllByAccesses

htmlSearchKeywordsReportLabelByBytes
<h3>Top %d of %d Search Keywords by Bytes Transferred</h3>
end htmlSearchKeywordsReportLabelByBytes

htmlSearchKeywordsReportLabelByAccesses
<h3>Top %d of %d Search Keywords by Access Count</h3>
end htmlSearchKeywordsReportLabelByAccesses

htmlSearchKeywordsReportHeadingNoBytes
<tr><th>Rank</th><th>Keyword(s)</th><th>Accesses</th><th>%</th></tr>
end htmlSearchKeywordsReportHeadingNoBytes

htmlSearchKeywordsReportHeadingWithBytes
<tr><th>Rank</th><th>Keyword(s)</th><th>Accesses</th><th>%</th><th>Bytes</th><th>%</th></tr>
end htmlSearchKeywordsReportHeadingWithBytes

htmlRefererOnlyHeading
Summary of Referring URLs
end htmlRefererOnlyHeading

htmlUseragentOnlyHeading
Summary of User Agents (Browsers)
end htmlUseragentOnlyHeading

endgroup useragenttext

group email
title Email Report Text

emailOpenMessage
Subject: Wusage Statistics Report

end emailOpenMEssage

emailNoData
No data to analyze!
end emailNoData

emailNoBytesAvailable
Note: your server's log file does not contain bytes-transferred
information. Only access counts are available.
end emailNoBytesAvailable

emailCloseMessage
end emailCloseMessage

emailHistoryReportLabel
Totals
end emailHistoryReportLabel

emailHistoryReportHeading
{30 Item} {#14 Accesses} {#14 Bytes}
end emailHistoryReportHeading

emailHistoryReportHeadingNobytes
{40 Item} {#14 Accesses}
end emailHistoryReportHeadingNobytes

emailResultCodesReportLabel
Accesses by Result Code
end emailResultCodesReportLabel

emailResultCodesReportHeading
{5 Code} {30 Meaning} {#14 Accesses} {#5 %}
end emailResultCodesReportHeading

emailResult200
OK
end emailResult200

emailResult201
Created
end emailResult201

emailResult202
Accepted
end emailResult202

emailResult206
Partial Content
end emailResult206

emailResult301
Moved Permanently
end emailResult301

emailResult302
Moved Temporarily
end emailResult302

emailResult304
Not Modified
end emailResult304

emailResult400
Bad Request
end emailResult400

emailResult401
Unauthorized
end emailResult401

emailResult403
Forbidden
end emailResult403

emailResult404
Not Found
end emailResult404

emailResult500
Internal Server Error
end emailResult500

emailResult501
Not Implemented
end emailResult501

emailResult502
Bad Gateway
end emailResult502

emailResult503
Service Unavailable
end emailResult503

title Unique Text (HTML)

emailUniqueReportLabel
Overall Statistics
end emailUniqueReportLabel

emailUniquePartialEpochLabel
Note: the time period this report refers to is not yet over.
end emailUniquePartialEpochLabel

emailUniqueReportHeading
{36 Category} {#14 Total}
end emailUniqueReportHeading

emailUniqueSitesServed
Unique sites served
end emailUniqueSitesServed

emailUniqueUsersServed
Unique users served
end emailUniqueUsersServed

emailUniqueDocumentsServed
Unique documents served
end emailUniqueDocumentsServed

emailUniqueProxySites
Unique proxy sites served
end emailUniqueProxySites

emailUniqueAuthenticatedUsersServed
Unique authenticated users served
end emailUniqueAuthenticatedUsersServed

emailUniqueTrails
Unique trails followed
end emailUniqueTrails

emailUniqueVisits
Total visits
end emailUniqueVisits

emailHoursReportLabelBytes
Bytes per Hour
end emailHoursReportLabelBytes

emailHoursReportLabelAccesses
Accesses per Hour
end emailHoursReportLabelAccesses

emailHoursReportAveraged
Figures are averages for that hour on a typical day.
end emailHoursReportAveraged

emailHoursReportSummed
Figures are totals for that hour on all days analyzed.
end emailHoursReportSummed

emailHoursReportHeadingAveraged
{6 Hour} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %} {#10 Bits/Sec} {#10 Bytes/Sec}
end emailHoursReportHeadingAveraged

emailHoursReportHeadingSummed
{6 Hour} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailHoursReportHeadingSummed

emailHoursReportHeadingAveragedNobytes
{6 Hour} {#14 Accesses} {#5 %}
end emailHoursReportHeadingAveragedNobytes

emailHoursReportHeadingSummedNobytes
{6 Hour} {#14 Accesses} {#5 %}
end emailHoursReportHeadingSummedNobytes

emailDaysReportLabelBytes
Bytes per Day
end emailDaysReportLabelBytes

emailDaysReportLabelAccesses
Accesses per Day
end emailDaysReportLabelAccesses

emailDaysReportHeading
{8 Date} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %} {#10 Bits/Sec} {#10 Bytes/Sec}
end emailDaysReportHeading

emailDaysReportHeadingNobytes
{12 Date} {#14 Accesses} {#5 %}
end emailDaysReportHeadingNobytes

emailReportAlphabetical
Presented Alphabetically
end emailReportAlphabetical

emailDocumentsReportLabelAllByBytes
Documents Sorted by Bytes Sent
end emailDocumentsReportLabelAllByBytes

emailDocumentsReportLabelAllByAccesses
Documents Sorted by Access Count
end emailDocumentsReportLabelAllByAccesses

#The first %d will be replaced by the number
#of documents shown (10 by default). The second
#is replaced by the total number of documents.

emailDocumentsReportLabelByBytes
Top %d of %d Documents Sorted by Bytes Sent
end emailDocumentsReportLabelByBytes

emailDocumentsReportLabelByAccesses
Top %d of %d Documents Sorted by Access Count
end emailDocumentsReportLabelByAccesses

emailDocumentsReportHeadingNoBytes
{#5 Rank} {36 URL} {#14 Accesses} {#5 %}
end emailDocumentsReportHeadingNoBytes

emailDocumentsReportHeadingWithBytes
{#5 Rank} {30 URL} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailDocumentsReportHeadingWithBytes

emailDirectoriesReportLabelAllByBytes
Contents of %s Sorted by Bytes Sent
end emailDirectoriesReportLabelAllByBytes

emailDirectoriesReportLabelAllByAccesses
Contents of %s Sorted by Access Count
end emailDirectoriesReportLabelAllByAccesses

emailDirectoriesReportLabelByBytes
Top %d of %d Items in %s Sorted by Bytes Sent
end emailDirectoriesReportLabelByBytes

emailDirectoriesReportLabelByAccesses
Top %d of %d Items in %s Sorted by Access Count
end emailDirectoriesReportLabelByAccesses

emailDirectoriesReportHeadingNoBytes
{#5 Rank} {36 File or Subdirectory} {#14 Accesses} {#5 %}
end emailDirectoriesReportHeadingNoBytes

emailDirectoriesReportHeadingWithBytes
{#5 Rank} {30 File or Subdirectory} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailDirectoriesReportHeadingWithBytes

emailTrailsReportLabelAll
Document Trails
end emailTrailsReportLabelAll

emailTrailsReportLabel
Top %d of %d Document Trails
end emailTrailsReportLabel

emailTrailsWithReportLabel
Top %d of %d Document Trails With %s
end emailTrailsWithReportLabel

emailTrailsReportHeading
{#5 Rank} {30 Trail} {#14 Accesses} {#14 Avg. Minutes}
end emailTrailsReportHeading

emailVisitsReportLabel
Visits Report
end emailVisitsReportLabel

emailVisitsReportTotal
Total visits: %.0f
end emailVisitsReportTotal

emailVisitsReportAverage
Average visit: %.2f minutes
end emailVisitsReportAverage

emailVisitsReportAverageSteps
Average accesses per visit: %.0f
end emailVisitsReportAverageSteps

emailVisitsReportLongest
Longest visit: %.0f minutes
end emailVisitsReportLongest

emailVisitsReportExamplesLabelAll
All Unique Visits (One Occurrence of Each)
end emailVisitsReportExamplesLabelAll

emailVisitsReportExamplesLabel
%d Example Visits
end emailVisitsReportExamplesLabel

emailVisitsReportHeading
{30 Site} {#7 Minutes} {30 Trail}
end emailVisitsReportHeading

emailVisitsReportHeadingWithCookies
{30 User} {#7 Minutes} {30 Trail}
end emailVisitsReportHeadingWithCookies

emailAuthenticatedUsersReportLabelAllByBytes
Authenticated Users by Bytes Transferred
end emailAuthenticatedUsersReportLabelAllByBytes

emailAuthenticatedUsersReportLabelAllByAccesses
Authenticated Users by Access Count
end emailAuthenticatedUsersReportLabelAllByAccesses

emailAuthenticatedUsersReportLabelByBytes
Top %d of %d Authenticated Users by Bytes Transferred
end emailAuthenticatedUsersReportLabelByBytes

emailAuthenticatedUsersReportLabelByAccesses
Top %d of %d Authenticated Users by Access Count
end emailAuthenticatedUsersReportLabelByAccesses

emailAuthenticatedUsersReportHeadingNoBytes
{#5 Rank} {36 User} {#14 Accesses} {#5 %}
end emailAuthenticatedUsersReportHeadingNoBytes

emailAuthenticatedUsersReportHeadingWithBytes
{#5 Rank} {30 User} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailAuthenticatedUsersReportHeadingWithBytes

emailSitesReportLabelAllByBytes
Sites by Bytes Transferred
end emailSitesReportLabelAllByBytes

emailSitesReportLabelAllByAccesses
Sites by Access Count
end emailSitesReportLabelAllByAccesses

emailSitesReportLabelByBytes
Top %d of %d Sites by Bytes Transferred
end emailSitesReportLabelByBytes

emailSitesReportLabelByAccesses
Top %d of %d Sites by Access Count
end emailSitesReportLabelByAccesses

emailSitesReportHeadingNoBytes
{#5 Rank} {36 Site} {#14 Accesses} {#5 %}
end emailSitesReportHeadingNoBytes

emailSitesReportHeadingWithBytes
{#5 Rank} {30 Site} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailSitesReportHeadingWithBytes

emailUsersReportLabelAllByBytes
Users by Bytes Transferred
end emailUsersReportLabelAllByBytes

emailUsersReportLabelAllByAccesses
Users by Access Count
end emailUsersReportLabelAllByAccesses

emailUsersReportLabelByBytes
Top %d of %d Users by Bytes Transferred
end emailUsersReportLabelByBytes

emailUsersReportLabelByAccesses
Top %d of %d Users by Access Count
end emailUsersReportLabelByAccesses

emailUsersReportHeadingNoBytes
{#5 Rank} {36 Cookie} {#14 Accesses} {#5 %}
end emailUsersReportHeadingNoBytes

emailUsersReportHeadingWithBytes
{#5 Rank} {30 Cookie} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailUsersReportHeadingWithBytes

emailDomainsReportLabelAllByBytes
Domains by Bytes Transferred
end emailDomainsReportLabelAllByBytes

emailDomainsReportLabelAllByAccesses
Domains by Access Count
end emailDomainsReportLabelAllByAccesses

emailDomainsReportLabelByBytes
Top %d of %d Domains by Bytes Transferred
end emailDomainsReportLabelByBytes

emailDomainsReportLabelByAccesses
Top %d of %d Domains by Access Count
end emailDomainsReportLabelByAccesses

emailDomainsReportHeadingNoBytes
{#5 Rank} {36 Domain} {#14 Accesses} {#5 %}
end emailDomainsReportHeadingNoBytes

emailDomainsReportHeadingWithBytes
{#5 Rank} {30 Domain} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailDomainsReportHeadingWithBytes

emailProxysitesReportLabelAllByBytes
Proxy Sites by Bytes Transferred
end emailProxysitesReportLabelAllByBytes

emailProxysitesReportLabelAllByAccesses
Proxy Sites by Access Count
end emailProxysitesReportLabelAllByAccesses

emailProxysitesReportLabelByBytes
Top %d of %d Proxy Sites by Bytes Transferred
end emailProxysitesReportLabelByBytes

emailProxysitesReportLabelByAccesses
Top %d of %d Proxy Sites by Access Count
end emailProxysitesReportLabelByAccesses

emailProxysitesReportHeadingNoBytes
{#5 Rank} {36 Site} {#14 Accesses} {#5 %}
end emailProxysitesReportHeadingNoBytes

emailProxysitesReportHeadingWithBytes
{#5 Rank} {30 Site} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailProxysitesReportHeadingWithBytes

emailProxydomainsReportLabelAllByBytes
Proxy Domains by Bytes Transferred
end emailProxydomainsReportLabelAllByBytes

emailProxydomainsReportLabelAllByAccesses
Proxy Domains by Access Count
end emailProxydomainsReportLabelAllByAccesses

emailProxydomainsReportLabelByBytes
Top %d of %d Proxy Domains by Bytes Transferred
end emailProxydomainsReportLabelByBytes

emailProxydomainsReportLabelByAccesses
Top %d of %d Proxy Domains by Access Count
end emailProxydomainsReportLabelByAccesses

emailProxydomainsReportHeadingNoBytes
{#5 Rank} {36 Site} {#14 Accesses} {#5 %}
end emailProxydomainsReportHeadingNoBytes

emailProxydomainsReportHeadingWithBytes
{#5 Rank} {30 Site} {#14 Accesses} {#14 Bytes} {#5 %}
end emailProxydomainsReportHeadingWithBytes

emailNotfoundReportLabelAll
Documents Not Found
end emailNotfoundReportLabelAll

emailNotfoundReportLabel
Top %d of %d Documents Not Found
end emailNotfoundReportLabel

emailNotfoundReportHeading
{#5 Rank} {24 URL} {#14 Accesses} {#5 %}
end emailNotfoundReportHeading

emailUseragentsReportLabelAllByBytes
User agents by Bytes Transferred
end emailUseragentsReportLabelAllByBytes

emailUseragentsReportLabelAllByAccesses
User agents by Access Count
end emailUseragentsReportLabelAllByAccesses

emailUseragentsReportLabelByBytes
Top %d of %d user agents by Bytes Transferred
end emailUseragentsReportLabelByBytes

emailUseragentsReportLabelByAccesses
Top %d of %d user agents by Access Count
end emailUseragentsReportLabelByAccesses

emailUseragentsReportHeadingNoBytes
{#5 Rank} {36 User Agent} {#14 Accesses} {#5 %}
end emailUseragentsReportHeadingNoBytes

emailUseragentsReportHeadingWithBytes
{#5 Rank} {30 User Agent} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailUseragentsReportHeadingWithBytes

emailReferersReportLabelAllByBytes
Referring URLs by Bytes Transferred
end emailReferersReportLabelAllByBytes

emailReferersReportLabelAllByAccesses
Referring URLs by Access Count
end emailReferersReportLabelAllByAccesses

emailReferersReportLabelByBytes
Top %d of %d Referring URLs by Bytes Transferred
end emailReferersReportLabelByBytes

emailReferersReportLabelByAccesses
Top %d of %d Referring URLs by Access Count
end emailReferersReportLabelByAccesses

emailReferersReportHeadingNoBytes
{#5 Rank} {36 URL} {#14 Accesses} {#5 %}
end emailReferersReportHeadingNoBytes

emailReferersReportHeadingWithBytes
{#5 Rank} {30 URL} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailReferersReportHeadingWithBytes

emailReferringSitesReportLabelAllByBytes
Referring Sites by Bytes Transferred
end emailReferringSitesReportLabelAllByBytes

emailReferringSitesReportLabelAllByAccesses
Referring Sites by Access Count
end emailReferringSitesReportLabelAllByAccesses

emailReferringSitesReportLabelByBytes
Top %d of %d Referring Sites by Bytes Transferred
end emailReferringSitesReportLabelByBytes

emailReferringSitesReportLabelByAccesses
Top %d of %d Referring Sites by Access Count
end emailReferringSitesReportLabelByAccesses

emailReferringSitesReportHeadingNoBytes
{#5 Rank} {36 Referring Site} {#14 Accesses} {#5 %}
end emailReferringSitesReportHeadingNoBytes

emailReferringSitesReportHeadingWithBytes
{#5 Rank} {30 Referring Site} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailReferringSitesReportHeadingWithBytes

emailSearchKeywordsReportLabelAllByBytes
Search Keywords by Bytes Transferred
end emailSearchKeywordsReportLabelAllByBytes

emailSearchKeywordsReportLabelAllByAccesses
Search Keywords by Access Count
end emailSearchKeywordsReportLabelAllByAccesses

emailSearchKeywordsReportLabelByBytes
Top %d of %d Search Keywords by Bytes Transferred
end emailSearchKeywordsReportLabelByBytes

emailSearchKeywordsReportLabelByAccesses
Top %d of %d Search Keywords by Access Count
end emailSearchKeywordsReportLabelByAccesses

emailSearchKeywordsReportHeadingNoBytes
{#5 Rank} {36 Search Keyword} {#14 Accesses} {#5 %}
end emailSearchKeywordsReportHeadingNoBytes

emailSearchKeywordsReportHeadingWithBytes
{#5 Rank} {30 Search Keyword} {#14 Accesses} {#5 %} {#14 Bytes} {#5 %}
end emailSearchKeywordsReportHeadingWithBytes

emailRefererOnlyHeading
Summary of Referring URLs
end emailRefererOnlyHeading

emailUseragentOnlyHeading
Summary of User Agents (Browsers)
end emailUseragentOnlyHeading

endgroup email


Follow us on Twitter | Contact Us

Copyright 1994-2012 Boutell.Com, Inc. All Rights Reserved.