70 lines
3.2 KiB
HTML
70 lines
3.2 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html">
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="Regina - Nginx Analytics">
|
|
<meta name="keywords" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Analytics for %server-name</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Analytics for %server-name</h1>
|
|
<div class=box>
|
|
<center>
|
|
<h2>Last %last_x_days days</h2>
|
|
<hr>
|
|
<h3>User and request count (per month)</h3>
|
|
<img src="%img_users_and_requests_last_x_days" alt="Daily Statistics", title="User and request count for the last %last_x_days days">
|
|
<ul>
|
|
<li>user count: <b>%user_count_last_x_days</b>, from which <b>%human_user_percentage_last_x_days%</b> are human</li>
|
|
<li>request count: <b>%request_count_last_x_days</b>, from which <b>%human_request_percentage_last_x_days%</b> came from human users </li>
|
|
</ul>
|
|
<hr>
|
|
|
|
<h3>File access</h3>
|
|
<img src="%img_file_ranking_last_x_days" alt="File ranking", title="File ranking">
|
|
<hr>
|
|
|
|
<h3>Platforms and browsers</h3>
|
|
<img src="%img_operating_system_ranking_last_x_days" alt="Operating system ranking", title="Operating system ranking">
|
|
<img src="%img_browser_ranking_last_x_days" alt="Browser ranking", title="Browser ranking">
|
|
<h4>Mobile users: %mobile_user_percentage_last_x_days%</h4>
|
|
<hr>
|
|
|
|
<h3>Referrers</h3>
|
|
<img src="%img_referer_ranking_last_x_days" alt="Referer ranking", title="Referer ranking">
|
|
<hr>
|
|
</center>
|
|
</div>
|
|
<div class=box>
|
|
<center>
|
|
<h2>Total (since %earliest_date)</h2>
|
|
<hr>
|
|
<h3>User and request count (per month)</h3>
|
|
<img src="%img_users_and_requests_total" alt="Monthly Statistics", title="User and request count">
|
|
<ul>
|
|
<li>Total user count: <b>%user_count_total</b>, from which <b>%human_user_percentage_total%</b> are human</li>
|
|
<li>Total request count: <b>%request_count_total</b>, from which <b>%human_request_percentage_total%</b> came from human users </li>
|
|
</ul>
|
|
<hr>
|
|
|
|
<h3>File access</h3>
|
|
<img src="%img_file_ranking_total" alt="File ranking", title="File ranking">
|
|
<hr>
|
|
|
|
<h3>Platforms and browsers</h3>
|
|
<img src="%img_operating_system_ranking_total" alt="Operating system ranking", title="Operating system ranking">
|
|
<img src="%img_browser_ranking_total" alt="Browser ranking", title="Browser ranking">
|
|
<h4>Mobile users: %mobile_user_percentage_total%</h4>
|
|
<hr>
|
|
|
|
<h3>Referrers</h3>
|
|
<img src="%img_referer_ranking_total" alt="Referer ranking", title="Referer ranking">
|
|
<hr>
|
|
</center>
|
|
</div>
|
|
<p>These analytics were generated by <a href="https://git.quintern.xyz/MatthiasQuintern/regina">regina %regina_version</a> at %generation_date</p>
|
|
</body>
|
|
</html>
|