Globally convert headline anchors into name attributes.
[project/luci.git] / applications / luci-app-statistics / luasrc / view / admin_statistics / index.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
4  Licensed to the public under the Apache License 2.0.
5 -%>
6
7 <%+header%>
8
9 <h2 name="content"><%:Statistics%></h2>
10
11 <p><%_The statistics package uses <a href="https://collectd.org/">Collectd</a>
12 to gather data and <a href="http://oss.oetiker.ch/rrdtool/">RRDtool</a> to
13 render diagram images.%></p>
14
15 <p><%_You can install additional collectd-mod-* plugins to enable more statistics.%></p>
16
17 <%+footer%>