How can i 开发者_如何学编程get the list of all pages, that were changed since some date using mediawiki api?
EDIT: I have already found this query:) F.e. for wikipedia http://en.wikipedia.org/w/api.php?action=query&list=recentchanges&rclimit=500&rcnamespace=0
One thing that may help - on the Special:Log page you can see logs from certain year / month. See Wikipedia's example.
This is not all changes but only deleted, moved, uploaded and created information.
You can also see all the pages that have not been changed using Special:AncientPages (Wikipedia's example is not available).
So there are two items which don't specifically answer your question but maybe point you (or someone else) in the right direction.
精彩评论