Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Add separate textual charting statistics
Browse files Browse the repository at this point in the history
This is a much cut-down version of the current stats page, converted to
output text rather than HTML.
See ukf/ukf-meta#106.
  • Loading branch information
iay committed Mar 15, 2017
1 parent 2a889b4 commit 0253352
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2409,6 +2409,15 @@
<CHANNEL.do channel="uk" verb="statistics"/>
<fixcrlf file="${output.dir}/${mdaggr.stats}" eol="lf" encoding="UTF-8"/>
</target>

<!--
This variant generates a much simpler file, intended for use when building the
monthly chart pack.
-->
<target name="stats.charting">
<CHANNEL.do channel="uk" verb="statistics.charting"/>
<fixcrlf file="${output.dir}/${mdaggr.stats}" eol="lf" encoding="UTF-8"/>
</target>

<!--
Check mailing list against current metadata
Expand Down
Loading

0 comments on commit 0253352

Please sign in to comment.