Platonides schreef:
Paolo Liberatore wrote:
You can save some bandwidth (on large pages) by adding action=render to a regular diff url, like this:
http://en.wikipedia.org/w/index.php?action=render&title=Wikipedia:Admini...
Even better, you can get only the diff: http://en.wikipedia.org/w/index.php?action=render&title=Wikipedia:Admini...
Both URLs give you an HTML-formatted diff. I discovered some plain diff generation code hiding in a dark corner, which will output diffs like:
1c1 < Changed line ---
New line
5c5,6 < Changed line 2 ---
New line 2 Added line
I'll start building an API module around it, so the functionality should be available in a couple of days.
Roan Kattouw (Catrope)