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 2016/10/27 17:32:00 UTC

svn commit: r1766863 - /openoffice/ooo-site/trunk/content/stats/downloads.html

Author: marcus
Date: Thu Oct 27 17:32:00 2016
New Revision: 1766863

URL: http://svn.apache.org/viewvc?rev=1766863&view=rev
Log:
Fixed typos, adjusted white-spaces

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

Modified: openoffice/ooo-site/trunk/content/stats/downloads.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/downloads.html?rev=1766863&r1=1766862&r2=1766863&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/downloads.html (original)
+++ openoffice/ooo-site/trunk/content/stats/downloads.html Thu Oct 27 17:32:00 2016
@@ -1,4 +1,5 @@
 <html>
+
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>Apache OpenOffice Downloads</title>
@@ -69,34 +70,47 @@
     }
     </script>
 </head>
+
 <body onload="onLoad();" onresize="onResize();">
+
 <h2>Download Stats</h2>
+
 <p>
-This chart uses the <a href="http://www.simile-widgets.org/timeplot/">SIMILE Timeplot widget</a> and is based on the data series contained in <a href="http://www.openoffice.org/stats/aoo-downloads.txt">this data file.</a>  The data in that file based on download statistics gathered by 
-SourceForge (the host of our downloads)and exposed by them through their <a href="http://sourceforge.net/p/forge/documentation/Download%20Stats%20API/">Download Stats API</a>.  
-The data is collected and aggregated by a <a href="https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/detail-by-day.py">Python script</a>.
+This chart uses the <a href="http://www.simile-widgets.org/timeplot/">SIMILE Timeplot widget</a> and is based on the data series contained in
+<a href="http://www.openoffice.org/stats/aoo-downloads.txt">this data file.</a> The data in that file based on download statistics gathered by 
+SourceForge (the host of our downloads) and exposed by them through their
+<a href="http://sourceforge.net/p/forge/documentation/Download%20Stats%20API/">Download Stats API</a>. The data is collected and aggregated by a
+<a href="https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/detail-by-day.py">Python script</a>.
 </p>
+
 <p>
-The download figures are for full-install downloads of Apache OpenOffice downloaded via SourceForge.  This does not include downloads of language pack, SDK's or source tarballs.
-It does not include downloads of earlier versions of OpenOffice or downloads made from copies of OpenOffice hosted on other repositories.
+The download figures are for full-install downloads of Apache OpenOffice downloaded via SourceForge. This does not include downloads of language
+pack, SDK's or source tarballs. It does not include downloads of earlier versions of OpenOffice or downloads made from copies of OpenOffice hosted
+on other repositories.
 </p>
+
 <p>
-Note:  This is a download count, not a user count.  These are related, but not identical concepts, since a single user can download multiple copies of OpenOffice, or a single
-download might be shared with multiple users or installed on several machines.
+Note: This is a download count, not a user count. These are related, but not identical concepts, since a single user can download multiple copies
+of OpenOffice, or a single download might be shared with multiple users or installed on several machines.
 </p>
+
 <p>
-These charts are <b>not</b> live.  The data is manually updated.  Data on the edges of the chart may represent data for partial days.
+These charts are <b>not</b> live. The data is manually updated. Data on the edges of the chart may represent data for partial days.
 </p>
+
 <div class="label">
-    Daily Downloads
+Daily Downloads
 </div>
+
 <div id="daily" style="height: 150px;">
 </div>
+
 <div class="label">
-    Total (Cumulative)Downloads
+Total (Cumulative) Downloads
 </div>
+
 <div id="total" style="height: 150px;">
 </div>
+
 </body>
 </html>
-