Hello,
Lucas (cc'd) and I have been working on tools and corpora that transform wiki
revision dumps into structured conversations; as part of this, we want to
make sure any down-stream services and corpora that we develop respect the
deleted (and suppressed) revisions; namely that we remove any copies we have
of things deleted on Wikipedia.
For that we need a way to:
1. get all revisions IDs that were deleted or suppressed (or all non-deleted
and non-suppressed ones)
2. have a way to get new deletions or suppresions so that we can remove any
copies that we have.
What's the right infrastructure/APIs to use for this?
Thanks!