Hi Roan,
> because recentchanges are are periodically purged, so cannot be used betweenIf you have control over wiki A, you can set $wgRCMaxAge to a higher
> arbitrary dates.
value. You could also do the updates more often so there's never more
than $wgRCMaxAge between them.
I think your best bet is to use list=recentchanges and update frequently.
> Question 2: Can you see a better way of doing this? Also, why won'tBecause other parameters like apprefix don't work cross-namespace.
> generator=allpages work across namespaces? (I guess there my be a reason why
> that isn't possible to do easily.)
Requests to make list=allpages work cross-namespace have been made in
the past and denied because the benefits of the slight increase in
convenience (there are few namespaces anyway) don't outweigh the
complexity of preventing certain parameters from being used
cross-namespace.
> action=query&prop=revisions&generator=allpages&rvstart=20090521000000This'll probably result in an error, since rvstart can't be used in
>
> but this doesn't work.
> So, my question 3: Do you know why this doesn't work?
multi-page mode.