From: Arno H. <aho...@in...> - 2000-06-28 21:32:33
|
Hi Jeff, > One of the things I'd like to see added is diff's from the previous version > like the ones you get by clicking on the last edit date in the c2.com wiki. > There's a (somewhat well documented) Perl implementation of the > diff algorithm at: > http://www.plover.com/~mjd/perl/diff/ Thanks for pointing this out. I hacked around a little bit and came up with a somewhat simplified php version of the perl-diff by mjd. It is attached below. To test it on your computer change those file() calls to actual existing files. I guess it should be easy to include this into phpwiki. /Arno |