It wasn't too hard to use the CLiki diff code to generate some more (overly?) informative RSS feeds of CLiki recent changes.
(That's a screenshot from NetNewsWire, which already does its own HTML diffing, which looks exactly like my HTML diffing, but I swear that that particular diff was generated by CLiki and not NetNewsWire.)
Posted by jjwiseman at February 23, 2005 01:44 PMThe HTML diff used in NNW is in python. You can find the python script in the Resources folder as () if you open the NNW application bundle. It was written by Aaron Swartz. More info at:
http://www.aaronsw.com/2002/diff/
Yes, my HTML diffing code is based on Aaron's Python HTML diffing code, which uses Python's difflib, which is the basis of my my CL-DIFFLIB.