Re: Visual HTML diff in Wicket?

2014-02-08 Thread Paul Bors
I would say to find out what Jira is using to diff the CSV commits and use that 
:)

On Feb 6, 2014, at 4:06 PM, Stephan Schrader zsteph...@gmail.com wrote:

 You could try https://github.com/alkacon/alkacon-diff
 
 Stephan
 
 
 Am 06.02.2014 um 10:53 schrieb Martin Dietze d...@fh-wedel.de:
 
 In my system there is an editorial submodule for creating HTML
 contents. As I am about to add a versioning history to it, I'd
 like to add some kind of visualisation of what changed from edit
 to edit. 
 
 Does anyone here know of something like a library for this that
 can be used conveniently in a Wicket-based application? Free
 would be nice, but commercial (depending on the price, of
 course) would be an option, too.
 
 Cheers,
 
 M'bert
 
 -- 
 --- / http://herbert.the-little-red-haired-girl.org / -
 =+= 
 Albert Camus wrote that the only serious question is whether to kill yourself
 or not.  Tom Robbins wrote that the only serious question is whether time has
 a beginning and an end.  Camus clearly got up on the wrong side of bed, and
 Robbins must have forgotten to set the alarm.  -- Tom Robbins
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Visual HTML diff in Wicket?

2014-02-06 Thread Martin Dietze
In my system there is an editorial submodule for creating HTML
contents. As I am about to add a versioning history to it, I'd
like to add some kind of visualisation of what changed from edit
to edit. 

Does anyone here know of something like a library for this that
can be used conveniently in a Wicket-based application? Free
would be nice, but commercial (depending on the price, of
course) would be an option, too.

Cheers,

M'bert

-- 
--- / http://herbert.the-little-red-haired-girl.org / -
=+= 
Albert Camus wrote that the only serious question is whether to kill yourself
or not.  Tom Robbins wrote that the only serious question is whether time has
a beginning and an end.  Camus clearly got up on the wrong side of bed, and
Robbins must have forgotten to set the alarm.  -- Tom Robbins

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Visual HTML diff in Wicket?

2014-02-06 Thread Joachim Schrod
On 02/06/14 10:53, Martin Dietze wrote:
 In my system there is an editorial submodule for creating HTML
 contents. As I am about to add a versioning history to it, I'd
 like to add some kind of visualisation of what changed from edit
 to edit. 
 
 Does anyone here know of something like a library for this that
 can be used conveniently in a Wicket-based application? Free
 would be nice, but commercial (depending on the price, of
 course) would be an option, too.

We've used google-diff-match-patch with success.
http://code.google.com/p/google-diff-match-patch/

It's not on Maven Central, though. (That's an issue in the issue
tracker, sind March 2011...) There is a Maven repo structure in
their SVN repos, but without proper release support.

sksamuel forked it for that reason and uploaded it to Maven
Central: https://github.com/sksamuel/diffpatch

HTH,
Joachim

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod, Roedermark, Germany
Email: jsch...@acm.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Visual HTML diff in Wicket?

2014-02-06 Thread Stephan Schrader
You could try https://github.com/alkacon/alkacon-diff

Stephan


 Am 06.02.2014 um 10:53 schrieb Martin Dietze d...@fh-wedel.de:
 
 In my system there is an editorial submodule for creating HTML
 contents. As I am about to add a versioning history to it, I'd
 like to add some kind of visualisation of what changed from edit
 to edit. 
 
 Does anyone here know of something like a library for this that
 can be used conveniently in a Wicket-based application? Free
 would be nice, but commercial (depending on the price, of
 course) would be an option, too.
 
 Cheers,
 
 M'bert
 
 -- 
 --- / http://herbert.the-little-red-haired-girl.org / -
 =+= 
 Albert Camus wrote that the only serious question is whether to kill yourself
 or not.  Tom Robbins wrote that the only serious question is whether time has
 a beginning and an end.  Camus clearly got up on the wrong side of bed, and
 Robbins must have forgotten to set the alarm.  -- Tom Robbins
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org