Author: mseidel
Date: Mon Mar 13 20:10:57 2017
New Revision: 1786785
URL: http://svn.apache.org/viewvc?rev=1786785&view=rev
Log:
Changed order text/graph, changed colours
Modified:
openoffice/ooo-site/trunk/content/stats/committers.html
Modified: openoffice/ooo-site/trunk/content/stats/committers.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/committers.html?rev=1786785&r1=1786784&r2=1786785&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/committers.html (original)
+++ openoffice/ooo-site/trunk/content/stats/committers.html Mon Mar 13 20:10:57
2017
@@ -1,8 +1,8 @@
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Apache OpenOffice Committers</title>
- <script src="http://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"
type="text/javascript">
+ <script src="https://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"
type="text/javascript">
</script>
<script type="text/javascript">
var resizeTimerID = null;
@@ -30,8 +30,8 @@
gridColor: new Timeplot.Color("#000000"),
axisLabelsPlacement: "top"
}),
- lineColor: "#ff0000",
- fillColor: "#cc8080",
+ lineColor: "#007DCD",
+ fillColor: "#BBC8D0",
showValues: true
})
];
@@ -41,21 +41,23 @@
</script>
</head>
<body onload="onLoad();" onresize="onResize();">
-<h2>Growth in Project Committers</h2>
-<p>A Committer is an Apache term for a project contributor who has direct
- access to check in code to the project's version control system.
Volunteers
- are voted in as Committers by the Project Management Committee based on
- their sustained, high-quaility contributions. A current list of Apache
OpenOffice Committers
- is <a
href="http://people.apache.org/committers-by-project.html#openoffice">in this
table </a>.
- </p>
-<p>
-This chart is updated monthly by counting the number of rows in the above
people.apache.org committers table.
-</p>
+<h2>Growth in Project Committers</h2>
+
<div class="label">
Project Committers
</div>
-<div id="committers" style="height: 400px;">
+<div id="committers" style="height: 300px;">
</div>
-</body>
-</html>
+<p>A Committer is an Apache term for a project contributor who has direct
+ access to check in code to the project's version control system. Volunteers
+ are voted in as Committers by the Project Management Committee based on
+ their sustained, high-quaility contributions. A current list of Apache
OpenOffice Committers
+ is <a
href="https://people.apache.org/committers-by-project.html#openoffice">in this
table </a>.
+</p>
+<p>
+This chart is updated per month by counting the number of rows in the above
people.apache.org committers table.
+</p>
+
+</body>
+</html>
\ No newline at end of file