https://issues.apache.org/ooo/show_bug.cgi?id=124627
Issue ID: 124627
Issue Type: DEFECT
Summary: Run download stats
Product: Infrastructure
Version: current
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
The website is not up to date. What I tried so far:
wget
https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/detail-by-day.py;
wget --recursive -l 1 -np -nd -R *timeline
https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/ ;
cat index.html* | grep -Eo
"http://sourceforge.net/projects/openofficeorg.mirror/files/.+(gz|dmg|exe)/download"
| sed 's/\/download//' > URLs ; python detail-by-day.py URLs 2013-07-01
2014-03-31
Not all urls seem to produce sensible data though, so in this way I get only
zeros.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.