You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2019/11/19 23:00:47 UTC

svn commit: r1870034 - /openoffice/ooo-site/trunk/content/stats/index.html

Author: marcus
Date: Tue Nov 19 23:00:47 2019
New Revision: 1870034

URL: http://svn.apache.org/viewvc?rev=1870034&view=rev
Log:
Disabled links to stone old data and re-phrased the text of the rest of the webpage

Modified:
    openoffice/ooo-site/trunk/content/stats/index.html

Modified: openoffice/ooo-site/trunk/content/stats/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/index.html?rev=1870034&r1=1870033&r2=1870034&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/index.html (original)
+++ openoffice/ooo-site/trunk/content/stats/index.html Tue Nov 19 23:00:47 2019
@@ -1,47 +1,57 @@
 <html>
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Apache OpenOffice Stats</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>Apache OpenOffice Statistics</title>
 </head>
+
 <body>
-<h1>Stats Project</h1> 
-<h2>Mission Statement</h2>
+
+<h1>Apache OpenOffice Statistics</h1> 
 
 <p>
-    The Stats Project aims to provide a logical reference point for all OpenOffice statistics, including downloads, mail list, website, and issue tracker activity.
-    Everyone is welcome to join. We in particular need people who can help create appealing and intelligible charts for public consumption. 
+  The statistics aim to provide a logical reference point for OpenOffice download statistics. 
 </p>
 
 <p>
-We use the <a href="mailto:marketing@openoffice.apache.org">marketing@openoffice.apache.org</a> mail list for work discussions.
+  We use the <a href="mailto:dev@openoffice.apache.org">dev@openoffice.apache.org</a> mailing list for work discussions.
 </p>
 
-	<h2>Stats We Publish</h2>
+<h2>Statistics we publish</h2>
 
-    <ul>
-		<li><a href="downloads.html">Download Counts</a></li>
-		<li><a href="countries.html">Downloads by Country/Territory</a></li>
-		<li><a href="committers.html">Committers</a></li>
-		<li><a href="ooo-dev-subscribers.html">Mailing list subscribers</a></li>
-		<li><a href="defects.html">Defect find/fix rates</a></li>
-		<li><a href="https://forum.openoffice.org/en/forum/viewtopic.php?f=50&t=46497">Various stats related to our Support Forums</a></li>
-    </ul>
+<ul>
+  <li><a href="downloads.html">Download counts</a></li>
+  <li><a href="countries.html">Downloads by country / territory</a></li>
+<!--
+Commented out as the data source is stone old.
+
+  <li><a href="committers.html">Committers</a></li>
+  <li><a href="ooo-dev-subscribers.html">Mailing list subscribers</a></li>
+  <li><a href="defects.html">Defect find/fix rates</a></li>
+  <li><a href="https://forum.openoffice.org/en/forum/viewtopic.php?f=50&t=46497">
+  Various stats related to our Support Forums</a></li>
+-->
+</ul>
 
-   <h2>Third Party Stats</h2>
+<h2>Third Party Stats</h2>
 
 <p>
-	Another source of statistics are those generated by Open Hub:
+  Another source of statistics are those generated by Open Hub:
 </p>
 
-	<script type="text/javascript" src="https://www.openhub.net/p/29/widgets/project_factoids_stats.js"></script>
+<script type="text/javascript" src="https://www.openhub.net/p/29/widgets/project_factoids_stats.js"></script>
 
 <p>
-	These numbers should be taken with a grain of salt, and one should be cautious when comparing numbers across projects. Contributor numbers are especially sensitive to development methodology and tooling, e.g.,
-	a project that uses distributed version control will see a different count than one that processes patches through a smaller core group of developers. Projects also differ in what project resources they include in
-	version control (Open Hub looks at files under version control), and which version controlled files they associate with their Open Hub account. For Apache OpenOffice our Open Hub account looks at files associated with our two main
-	project deliverables: the OpenOffice source code and the website. For historical comparisons the Open Hub account also looks at the legacy OpenOffice.org repository for commits prior to June 2011. The safest comparison is
-	to look at the trend for a single project over a period of time when version control and commit process is constant, e.g., since June 2011 for our project.
+  These numbers should be taken with a grain of salt, and one should be cautious when comparing numbers across projects.
+  Contributor numbers are especially sensitive to development methodology and tooling, e.g., a project that uses distributed
+  version control will see a different count than one that processes patches through a smaller core group of developers.
+  Projects also differ in what project resources they include in version control (Open Hub looks at files under version control),
+  and which version controlled files they associate with their Open Hub account. For Apache OpenOffice our Open Hub account
+  looks at files associated with our two main project deliverables: the OpenOffice source code and the website. For historical
+  comparisons the Open Hub account also looks at the legacy OpenOffice.org repository for commits prior to June 2011. The safest
+  comparison is to look at the trend for a single project over a period of time when version control and commit process is
+  constant, e.g., since June 2011 for our project.
 </p>
 
 </body>
 </html>
+