Hi,
I am working on an HTML WYSISYG Wiki and need to display a diff page like
WikiPedia does if two people edit a file at the same time to give the second
user the diff. Basically with additions in red and deletions in red strike
though.
There seem to be several in Perl and Python and many diff programs which all
seem to be line based and work on text written in PHP.
So I am after either existing PHP code to do an HTML diff or some help
forming an algorithm todo this.
Many thanks in advance,
Aaron
I am working on an HTML WYSISYG Wiki and need to display a diff page like
WikiPedia does if two people edit a file at the same time to give the second
user the diff. Basically with additions in red and deletions in red strike
though.
There seem to be several in Perl and Python and many diff programs which all
seem to be line based and work on text written in PHP.
So I am after either existing PHP code to do an HTML diff or some help
forming an algorithm todo this.
Many thanks in advance,
Aaron
Comment