You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/02/18 12:27:00 UTC

svn commit: r1731049 - /comdev/reporter.apache.org/trunk/site/render.js

Author: sebb
Date: Thu Feb 18 11:27:00 2016
New Revision: 1731049

URL: http://svn.apache.org/viewvc?rev=1731049&view=rev
Log:
Mailing list section is optional

Modified:
    comdev/reporter.apache.org/trunk/site/render.js

Modified: comdev/reporter.apache.org/trunk/site/render.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/render.js?rev=1731049&r1=1731048&r2=1731049&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/render.js (original)
+++ comdev/reporter.apache.org/trunk/site/render.js Thu Feb 18 11:27:00 2016
@@ -546,6 +546,10 @@ function renderFrontPage(json) {
 		var f = 0
 		addLine(pmc, "## Mailing list activity:")
 		addLine(pmc)
+		addLine(pmc, " - <font color='red'>TODO Please explain what the following statistics mean for the project." +
+				" If there is nothing significant in the figures, omit this section.</font>")
+		addLine(pmc)
+
 		var first = ['users', 'dev', 'commits', 'private', 'bugs', 'modules-dev'];