https://bugzilla.wikimedia.org/show_bug.cgi?id=62566
--- Comment #3 from Nemo <[email protected]> --- Got something: http://p.defau.lt/?1WfXUN56rhc3uwBiU7oXvw Then report_one_only.sh 1) Set mode to wx, language to whatever you used before *wiki in x (translate in my case) 2) Create out/out_wx/EN/ 3) No config to skip views? fake them, e.g.: $ wget http://dumps.wikimedia.org/other/pagecounts-ez/wikistats/csv_wx.zip ; unzip csv_wx.zip PageViewsPerMonthAll.csv ; mv PageViewsPerMonthAll.csv csv/csv_wx/ 4) Add your wiki to the list in SetLanguageInfo and GetProjectBaseUrl in WikiReportsLiterals.pm as well as (I guess) dblists/master\ copy/special.dblist 5) Adjust $threshold_articles and/or $threshold_edits in WhiteListLanguages of WikiReportsInput.pm or you may see in csv/csv_wx/WikiReportsLog.txt something like - No dump processed: - < 10 articles: translate Result so far (report takes few minutes): http://koti.kapsi.fi/~federico/twnstats/ There are clearly some more hidden switches to enable the full reports. So, there is something more to do. No idea how to handle the configurations like *dblist or the whole WhiteListLanguages function (split to a file used only if requested by a command line argument?); variables in the middle of functions like $threshold* also need to be listed. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
