# ------------------------------------------------------------------- # rdata.ini # # Descriptions and titles for reports # Last Updated: 2000 August 25 By: JW # For use with Report Magic for Analog 2.0 # Compatible with Analog 4.11 # ------------------------------------------------------------------- # # HOW TO USE AND MODIFY # # In each section, you can change descriptive text for another # language. You can change the types of graphs used in each report (if any). # And you can set some display and formatting options. Below is a list of # the parameters (keys) and what they mean. # # ShortName # This corresponds to the Analog config file report name. It should be # unique within the scope of all reports. # # LongName # This field specifies the descriptive name (title) given to the reports. # # DataName # This is the name of the data type in tables and graphs (e.g. Monthly # Report shows Data for each "Month") # # ReportType # This tell what type of report to generate. The following options are # available: # General - The General Summary # TimeReport - Any time report (e.g. Monthly Report, Weekly Report) # TimeSummary - Any time summary (e.g. Daily Summary, Hourly Summary) # Range - Reports that provide data in ranges (e.g. File Size, Processing Time) # Simple - A simple report, usable for most data # HierarchicalReport - A report with items in hierarchies # Quick - The Quick Summary # # Truncate # This option is available for Simple and Hierarchical reports. It tells the number of # characters to truncate the displayed text at. # # IncludeLinks # This option is available for Simple and Hierarchical reports. If set then the # data points will be hyperlinked according to the wildcard matching. This can be a # comma-separated list of wildcards matches. So, for example, "*" will link every entry # and "*.html,*.htm,*/" will match page requests. # # SmallFont # This option is available for Simple and Hierarchical reports. If set to 1, then the # data will be displayed in a smaller typeface # # TimeFormat # This gives a format specifier for displaying time data. You can use 'm' for # months, d for days, y for years, h for hours or 'n' for minutes. In general one or # two repeated codes give a number of at least that many digits. "mmm" for # months gives a three letter abbreviation and "mmmm" gives a full month # name (see ShortMonths and LongMonths in lang.ini). "www" and "wwww" # correspond the the weekday abbreviations and names (see shortDays and # longDays in lang.ini). A more complete description of the date # formatting is in the docs in docs/datefmts.html. # # GraphType # This tells what type of graph(s) (if any) to use. If nothing is given, then # the report has no graphs. Otherwise you can choose 'Bar', 'Line', or # 'Pie'. More than one type can be used by separating them with commas. The # Bar and Line graphs only work on count data (number of requests, pages or # bytes). The Pie graph only works on percent data (percent of requests, # pages or bytes). # # MostActive # This is the phrase used in the quick summary reports. Usually something # like 'Most active week' or 'Most active browser'. # # Average # The phrase used in summaries to describe average results over the report. # For example, "Monthly average." This is currently only applicable to # TimeReport type reports. # # SummaryN # This describes one or more Summary rows appended to a TimeSummary type report. # The format of the option is a range specifier in brackets followed by the text # to be used for the summary row label. The range specifier can be a comma-separated # list of values (e.g. [1,7]) or a range indicated with a hyphen (e.g. [7-16]). Ranges # are inclusive. # # Description # This is the long text description provided at the top of each report. # ------------------------------------------------------------------- [x] ShortName = GENERAL LongName = General Summary DataName = General Summary ReportType = GeneralSummary Description = <Note: Most likely, the first and last years will not represent a complete year's worth of data, resulting in lower hits. EOT [Q_] ShortName = QUARTERLY LongName = Quarterly Report DataName = Quarter TimeFormat = q yyyy ReportType = TimeReport Description = <Note: Most likely, the first and last quarters will not represent a complete quarter's worth of data, resulting in lower hits. EOT [m] ShortName = MONTHLY LongName = Monthly Report DataName = Month ReportType = TimeReport TimeFormat = mmmm yyyy GraphType = Line MostActive = Most active month Average = Monthly average Description = <Note: Depending on the report time frame, the first and last months may not represent a complete month's worth of data, resulting in lower hits. EOT [W_] ShortName = WEEKLY LongName = Weekly Report DataName = Week beginning ReportType = TimeReport TimeFormat = mmmm d, yyyy GraphType = Line MostActive = Most active week beginning Average = Weekly average Description = <Note: Depending on the report time frame for this report the first and last week may not represent a full seven day week, resulting in lower hits. EOT [D_] ShortName = DAILYREP LongName = Daily Report DataName = Day ReportType = TimeReport TimeFormat = mmmm d, yyyy GraphType = Line MostActive = Most active day Average = Daily average Description = <Note if your processing time appears to be about 100-times too long, then you are probably hosted on an IIS system that reports in 100th second intervals rather than second intervals. EOT [E_] ShortName = REDIR LongName = Redirection Report DataName = File Name ReportType = HierarchicalReport MostActive = Most redirected request Description = < Netscape Communicator 4.5, US English version running on Windows 95 would look like:
  Mozilla/4.5 [en] (Win95; U)
MSIE 4.01 running on Windows 98 would look like:
  Mozilla/4.0 (compatible; MSIE 4.01; Windows 98). EOT [b] ShortName = BROWSERSUM LongName = Browser Summary DataName = Browser Type ReportType = HierarchicalReport GraphType = Bar,Pie MostActive = Most active browser type Description = < Browsers are broken down by recognized categories such as Netscape Navigator/Communicator, Microsoft Internet Explorer, WebTV, Opera and the like. Within each category is also a subgroup by version number such as 'MSIE 5.0' or 'Netscape 4.5'. EOT [p] ShortName = OSREP LongName = Operating System Report DataName = Operating System ReportType = HierarchicalReport MostActive = Most popular operating system GraphType = Pie Description = <HTTP Working Group. EOT [q] ShortName = QUICK LongName = Quick Summary DataName = Quick Summary ReportType = QuickSummary Description = <