These constants specify the titles of pages and other text strings.
Title of the index page.
INDEX_PAGE_TITLE = "TCC Web server statistics"
Title of the hit parade page.
BY_HITS_TITLE = "TCC Web server statistics: hit parade"
Title of a letter page as a format string, with the NMT URL and the letter to be supplied.
LETTER_PAGE_TITLE = 'Personal pages starting with "%s~%s"'
Title of an access report page. This is a format string
with three values. The first value is the base URL for
all pages. The second value is "~" for
personal pages, or an empty string for official pages.
The third value is the user name or official directory
name.
ACCESS_REPORT_TITLE = 'Access report for %s%s%s'