2010/5/20 Сергей Безуглов <[email protected]> > Hi, everyone! > Is there any extension (which I obviously missed on mediawiki.org) or any > other way to create a list of article count in dynamic on our small wiki > (e.g. 01/01/2010 - 10; 02/01/2010 - 50; 03/01/2010 - 100; 04/01/2010 - > 200). > We have about 1100 articles at this time and have potential growth in about > 15-20 times. > > If it makes any sense we use: > MediaWiki - 1.15.0 > PHP - 5.2.10 (apache2handler) > MySQL - 5.0.45-log > > Thanks for any help. > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >
If you are using Ubuntu you can grep /var/log/apache2/access.log for these statistics. No matter your platform you can construct a mysql query that aggregates the page_counter field of the page table as described here: http://upload.wikimedia.org/wikipedia/commons/4/41/Mediawiki-database-schema.png As far as extensions go please check my extension matrix. There are too many for me to tell you one way or the other whether one already exists. http://www.mediawiki.org/wiki/Extension_Matrix Cheers, _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
