Author: mseidel
Date: Wed Nov 18 18:24:37 2020
New Revision: 1883618
URL: http://svn.apache.org/viewvc?rev=1883618&view=rev
Log:
Fixed typos
Removed:
openoffice/devtools/aoo-stats/downloads-by-country-test.py
Modified:
openoffice/devtools/aoo-stats/401.lst
openoffice/devtools/aoo-stats/countries.py
openoffice/devtools/aoo-stats/detail-by-day.py
openoffice/devtools/aoo-stats/downloads-by-country.py
openoffice/devtools/aoo-stats/get-aoo-stats.py
openoffice/devtools/aoo-stats/platform.py
Modified: openoffice/devtools/aoo-stats/401.lst
URL:
http://svn.apache.org/viewvc/openoffice/devtools/aoo-stats/401.lst?rev=1883618&r1=1883617&r2=1883618&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/401.lst (original)
+++ openoffice/devtools/aoo-stats/401.lst Wed Nov 18 18:24:37 2020
@@ -184,4 +184,3 @@ https://sourceforge.net/projects/openoff
https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.1/binaries/zh-TW/Apache_OpenOffice_4.0.1_Linux_x86_install-rpm_zh-TW.tar.gz
https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.1/binaries/zh-TW/Apache_OpenOffice_4.0.1_MacOS_x86_install_zh-TW.dmg
https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.1/binaries/zh-TW/Apache_OpenOffice_4.0.1_Win_x86_install_zh-TW.exe
-
Modified: openoffice/devtools/aoo-stats/countries.py
URL:
http://svn.apache.org/viewvc/openoffice/devtools/aoo-stats/countries.py?rev=1883618&r1=1883617&r2=1883618&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/countries.py (original)
+++ openoffice/devtools/aoo-stats/countries.py Wed Nov 18 18:24:37 2020
@@ -95,7 +95,7 @@ def mergeCountries(lang, countries):
if len(sys.argv) == 0:
print "syntax: python countries.py <urls.lst> <start-date> <end-date>"
- print "where <file.list> is a list of files URL's to gather stats on, and
<start-date> and <end-date> are in YYYY-MM-DD format."
+ print "where <urls.lst> is a list of files URLs to gather stats on, and
<start-date> and <end-date> are in YYYY-MM-DD format."
downloads = [line.strip() for line in open(sys.argv[1])]
Modified: openoffice/devtools/aoo-stats/detail-by-day.py
URL:
http://svn.apache.org/viewvc/openoffice/devtools/aoo-stats/detail-by-day.py?rev=1883618&r1=1883617&r2=1883618&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/detail-by-day.py (original)
+++ openoffice/devtools/aoo-stats/detail-by-day.py Wed Nov 18 18:24:37 2020
@@ -57,7 +57,7 @@ def getSourceForgeStats(download, startD
if len(sys.argv) != 4:
print "syntax: python detail-by-day.py <urls.lst> <start-date> <end-date>"
- print "where <urls.list> is a list of files URL's to gather stats on, and
<start-date> and <end-date> are in YYYY-MM-DD format."
+ print "where <urls.lst> is a list of files URLs to gather stats on, and
<start-date> and <end-date> are in YYYY-MM-DD format."
exit(-1)
Modified: openoffice/devtools/aoo-stats/downloads-by-country.py
URL:
http://svn.apache.org/viewvc/openoffice/devtools/aoo-stats/downloads-by-country.py?rev=1883618&r1=1883617&r2=1883618&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/downloads-by-country.py (original)
+++ openoffice/devtools/aoo-stats/downloads-by-country.py Wed Nov 18 18:24:37
2020
@@ -69,7 +69,7 @@ def mergeCountries(countries):
if len(sys.argv) == 0:
print "syntax: python downloads-by-country.py <urls.lst> <start-date>
<end-date>"
- print "where <file.list> is a list of files URL's to gather stats on, and
<start-date> and <end-date> are in YYYY-MM-DD format."
+ print "where <urls.lst> is a list of files URLs to gather stats on, and
<start-date> and <end-date> are in YYYY-MM-DD format."
downloads = [line.strip() for line in open(sys.argv[1])]
Modified: openoffice/devtools/aoo-stats/get-aoo-stats.py
URL:
http://svn.apache.org/viewvc/openoffice/devtools/aoo-stats/get-aoo-stats.py?rev=1883618&r1=1883617&r2=1883618&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/get-aoo-stats.py (original)
+++ openoffice/devtools/aoo-stats/get-aoo-stats.py Wed Nov 18 18:24:37 2020
@@ -55,7 +55,7 @@ def getSourceForgeStats(download, startD
def printSyntax():
print "syntax: python get-aoo-stats.py <urls.lst> <iso-date> [<iso-date>]"
- print "where <file.list> is a list of files URL's to gather stats on,"
+ print "where <urls.lst> is a list of files URLs to gather stats on,"
print "and <iso-date> is a date of interest, in YYYY-MM-DD format."
print "If two dates are given this expresses a range of dates."
Modified: openoffice/devtools/aoo-stats/platform.py
URL:
http://svn.apache.org/viewvc/openoffice/devtools/aoo-stats/platform.py?rev=1883618&r1=1883617&r2=1883618&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/platform.py (original)
+++ openoffice/devtools/aoo-stats/platform.py Wed Nov 18 18:24:37 2020
@@ -56,7 +56,7 @@ def getSourceForgeStats(download, startD
if len(sys.argv) != 4:
print "syntax: python platform.py <urls.lst> <start-date> <end-date>"
- print "where <file.list> is a list of files URL's to gather stats on, and
<start-date> and <end-date> are in YYYY-MM-DD format."
+ print "where <urls.lst> is a list of files URLs to gather stats on, and
<start-date> and <end-date> are in YYYY-MM-DD format."
exit(-1)
downloads = [line.strip() for line in open(sys.argv[1])]