That wouldn't be very time-effective on my side , the time complexity of diff algorithms is very big and it would be much better if I could get the diffs already calculated.
I found the documentation for action=history here http://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#History I would've expected this link to get diffs from 2007 but it seems it's getting the latest diffs so the offset parameter has no effect http://en.wikipedia.org/w/index.php?title=Perl&feed=rss&action=histo...
What can I do to use offset parameter properly ?
Kalan wrote:
How about getting all revisions of a page and diffing them at your end?
http://ru.wikipedia.org/w/api.php?action=query&prop=revisions&titles...
(you may need more than one query for large pages, as indicated by query-continue)
— Kalan
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api