]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/stasy-stats.html
Big update of the fireinfo service.
[people/shoehn/ipfire.org.git] / www / templates / stasy-stats.html
CommitLineData
91a446f0 1{% extends "stasy-base-2.html" %}
372efc19 2
91a446f0
MT
3{% block content %}
4 <h3>{{ _("Statistical accounting") }}</h3>
5 <p>
6 At this place you can find several charts to find out in what
7 specific way the hardware that is used for IPFire is ... XXX.
8 </p>
9
10 <table>
11 <tr>
12 <td><a href="/stats/cpus">{{ _("CPUs") }}</a></td>
13 <td><a href="/stats/cpuflags">{{ _("CPU flags") }}</a></td>
14 <td><a href="/stats/memory">{{ _("Memory") }}</a></td>
15 </tr>
16 <tr>
17 <td><a href="/stats/oses">{{ _("IPFire versions") }}</a></td>
18 <td><a href="/stats/virtual">{{ _("Virtualization") }}</a></td>
19 <td><a href="/stats/geo">{{ _("Geographical information") }}</a></td>
20 </tr>
21 </table>
22{% end block %}