Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/templates/summary.m4
blob: 23c3b1cb21a8b2a8b44dfa706a432aba64a6bfa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
m4_include(header.m4)
m4_include(footer.m4)

_HEADER(`Archlinux32 Consistency Checker',`anb-stats')

<h2>Statistics</h2>
Generated on m4_esyscmd(date)
<pre>
m4_esyscmd(cat ../data/stats)
</pre>
<h2>Duplicate States in State Repo</h2>
<pre>
m4_esyscmd(cat ../data/duplicates)
</pre>

_FOOTER()