Re: [Mediawiki-l] Sum of hit counts in a namespace?

2012-06-20 Thread Benjamin Lees
I don't know of any existing magic word for view counts on a page-by-page basis, but you could create one, or just query the database for the specific number you want: SELECT SUM(page_counter) FROM page WHERE page_title LIKE VTK/Examples/Cxx% ___

[Mediawiki-l] Sum of hit counts in a namespace?

2012-06-19 Thread David Doria
I am looking to gather some statistics on the hit counts of pages of a wiki. There is a main page: http://www.vtk.org/Wiki/VTK/Examples/Cxx that has a hit counter, but often users to directly to a sub page (e.g. http://www.vtk.org/Wiki/VTK/Examples/Cxx/GeometricObjects/Sphere) so their hit is not