| Revision History | ||
|---|---|---|
| Revision $Revision: 1.17 $ | $Date: 2003/02/16 00:44:32 $ | |
Web page authors may be be curious about whether anyone is seeing their pages. The purpose of the weblog program is to provide a web page where anyone can see which pages are being visited.
The output of this program addresses two kinds of questions:
Is anyone visiting this page? For this query, we need a list of all the pages sorted by URL, with hit counts for each one.
What are the most popular pages on this server? To answer this question, we need a ``hit parade'' that lists page hits in descending order.
Both reports show, for each URL, the percentage of off-site accesses. Accessors not in the nmt.edu domain (129.138.*) are considered off-site.
At the request of the New Mexico Tech Public Information Office, the program should maintain data covering at least the last month's accesses.
| Next | ||
| Input: the access logs |