# ------------------------------------------------------------------- # 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 = 報告摘要 DataName = 報告摘要 ReportType = GeneralSummary #IncludeLinks = *.htm,*.html,*/ Description = <注意: 因為資料可能不完整,第一和最後一年的報表可能不會完整的顯示。 EOT [Q_] ShortName = QUARTERLY LongName = 季報表 DataName = 季 GraphType = Line TimeFormat = q yyyy ReportType = TimeReport MostActive = 最活躍的季次 Average = 季平均 Description = <注意: 因為資料可能不完整,第一和最後一季的報表可能不會完整的顯示。 EOT [m] ShortName = MONTHLY LongName = 月報表 DataName = 月 ReportType = TimeReport TimeFormat = mmmm yyyy GraphType = Line MostActive = 最活躍的月份 Average = 月平均 Description = <注意: 因為資料可能不完整,第一和最後一月的報表可能不會完整的顯示。 EOT [W_] ShortName = WEEKLY LongName = 週報表 DataName = 一週開始日期 ReportType = TimeReport TimeFormat = mmmm d, yyyy GraphType = Line MostActive = 最活躍的星期開始日 Average = 週平均 Description = <注意: 因為資料可能不完整,第一和最後一週的報表可能不會完整的顯示。 EOT [D_] ShortName = DAILYREP ShortName = FULLDAILY LongName = 日報表 DataName = 日 ReportType = TimeReport TimeFormat = mmmm d, yyyy GraphType = Line MostActive = 最活躍的日期 Average = 日平均 Description = <注意:如果你的處理時間顯示約100倍大, 那可能你是代管於每100秒統計一次的IIS系統。 EOT [E_] ShortName = REDIR LongName = 重新導向報表 DataName = 檔名 ReportType = HierarchicalReport MostActive = 最多被重新導向的要求 Description = <這裡查詢到。 EOT [q] ShortName = QUICK LongName = 快速摘要 DataName = 快速摘要 ReportType = QuickSummary Description = <