Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/templates/summary.m4
diff options
context:
space:
mode:
Diffstat (limited to 'templates/summary.m4')
-rw-r--r--templates/summary.m417
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/summary.m4 b/templates/summary.m4
new file mode 100644
index 0000000..23c3b1c
--- /dev/null
+++ b/templates/summary.m4
@@ -0,0 +1,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()
+