You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/03/08 17:50:33 UTC

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

Author: mseidel
Date: Wed Mar  8 17:50:33 2017
New Revision: 1786044

URL: http://svn.apache.org/viewvc?rev=1786044&view=rev
Log:
Change for some statistics as long as the script is not https safe

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=1786044&r1=1786043&r2=1786044&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/index.html (original)
+++ openoffice/ooo-site/trunk/content/stats/index.html Wed Mar  8 17:50:33 2017
@@ -2,51 +2,50 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Apache OpenOffice Stats</title>
-   
+
 </head>
 <body>
 <h1>Stats Project</h1> 
 <h2>Mission Statement</h2>
-	
+
 <p>
-The Stats Project aims to provide a logical reference point for all OpenOffice statistics, including downloads, mail list, website, and issue tracker activity. 
+    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. 
 </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:marketing@openoffice.apache.org">marketing@openoffice.apache.org</a> mail list for work discussions.
 </p>
 
 	<h2>Stats We Publish</h2>
-	
+
     <ul>
 		<li><a href="http://www.openoffice.org/stats/downloads.html">Download Counts</a></li>
 		<li><a href="countries.html">Downloads by Country</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="http://www.openoffice.org/stats/committers.html">Committers</a></li>
+		<li><a href="http://www.openoffice.org/stats/ooo-dev-subscribers.html">Mailing list subscribers</a></li>
+		<li><a href="http://www.openoffice.org/stats/defects.html">Defect find/fix rates</a></li>
 		<li><a href="http://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 Ohloh:
-</p>	
-	
-	<script type="text/javascript" src="http://www.ohloh.net/p/29/widgets/project_factoids_stats.js"></script>
-	
+</p>
+
+	<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 
+	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 (Ohloh looks at files under version control), and which version controlled files they associate with their Ohloh account.  For Apache OpenOffice our Ohloh account looks at files associated with our two main
 	project deliverables:  the OpenOffice source code and the website.  For historical comparisons the Ohloh 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>
 
+</body>
+</html>
\ No newline at end of file