Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. for each task page
  2. grab page source, discard everything after the first ==section==.
  3. Cache as $previous. Note $author.
  4. for each revision
  5. grab page source, discard everything after first ==section==.
  6. Cache as $previous2. Note $author2
  7. compare $previous2 to $previous. If different, record $author to $list.
  8. replace $previous with $previous2
  9. replace $author with $author2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement