# Report descriptions file for analog 6.0.
#
# This file contains descriptions of each report. Lines starting with a
# hash (#) are comments. Otherwise, each report must take EXACTLY ONE LINE.
# Yearly Report
This report lists the activity in each year.
# Quarterly Report
This report lists the activity in each quarter.
# Monthly Report
This report lists the activity in each month.
# Weekly Report
This report lists the activity in each week.
# Daily Report
This report lists the activity in each day.
# Hourly Report
This report lists the activity in each hour.
# Quarter-Hour Report
This report lists the activity in each quarter-hour period.
# Five-Minute Report
This report lists the activity in each five-minute period.
# Daily Summary
This report lists the total activity for each day of the week, summed over all the weeks in the report.
# Hourly Summary
This report lists the total activity for each hour of the day, summed over all the days in the report.
# Hour of the Week Summary
This report lists the total activity for each hour of the week, summed over all the weeks in the report.
# Quarter-Hour Summary
This report lists the total activity for each quarter-hour period of the day, summed over all the days in the report.
# Five-Minute Summary
This report lists the total activity for each five-minute period of the day, summed over all the days in the report.
# General Summary
This report contains overall statistics.
# Request Report
This report lists the files on the site.
# Redirection Report
This report lists the files that caused requests to be redirected to another file. (Usually directories with the final slash missing, or CGI scripts that forced redirections.)
# Failure Report
This report lists the files that caused failures, for example files not found.
# File Type Report
This report lists the extensions of files.
# Directory Report
This report lists the directories from which files were requested. (The figures for each directory include all of its subdirectories.)
# Host Report
This report lists the computers which requested files. 
# Host Redirection Report
This report lists the computers which were redirected to another file.
# Host Failure Report
This report lists the computers which encountered failed requests.
# Domain Report
This report lists the countries of the computers which requested files.
# Referrer Report
This report lists the referrers (where people followed links from, or pages which included this sitexn instead here.
:
## am and pm in the sense of morning and afternoon.
++am++
++pm++
## Some date formats. E.g. for 9am on 1st January 1997 use
## %d for date          " 1"
## %D for 0-padded date "01"
## %e or %E for date at end of time interval (where this makes sense)
## %m for month         "Jan"
## %l for month at end of time interval
## %q for quarter of the year    "1"
## %y for short year    "97"
## %Y for long year     "1997"
## %z or %Z for year at end of time interval
## %X for ISO 8601 extended date format (yyyy-mm-dd) "1997-01-01"
## %h for hour in 24-hour clock " 9"
## %H for 0-padded hour         "09"
## %j for hour in 12-hour clock " 9"
## %i, %I or %k for hour at end of time interval
## %n for minute        "00"
## %o for minute at end of time interval
## %a for am or pm      "am"
## %b for am or pm at end of time interval
## %w for weekday       "Wed"
## %x for a dash in a range e.g. in 14:00-14:15. This is necessary because in
##    proper typesetting, this should be an en-dash not a regular dash.
##
## So for a date, English might have %d/%m/%y for 1/Jan/97, whereas German
## would have %d.%m %y for 1.Jan 97). Note: the month number is not available
## because it can produce ambiguous dates.
##
## The different date formats are as follows
## "refer to the 7 days to [date]"
%D-%m-%Y %H:%n
## "Program started at" and "Analysed requests from"
%w-%D-%m-%Y %H:%n
## In Daily Report
%d/%m/%y
## In Daily Summary
++%w++
## In Hourly Report
%d/%m/%y %H:%n%x%I:%o
## In Hourly Summary
++%h++
## In Hour of the Week Summary
++%w %H:%n%x%I:%o++
## In Quarter-Hour and Five-Minute Reports
%d/%m/%y %H:%n%x%I:%o
## In Quarter-Hour and Five-Minute Summaries
++%H:%n%x%I:%o++
## In Weekly Report
%d/%m/%y
## In Monthly Report
%m %Y
## In Quarterly Report
++%m%x%l %Y++
## An alternative for Quarterly Report: %Y Q%