Skip to main content
Participant
January 24, 2013
Question

Create a markup Chm file to show the difference between 2 versions

  • January 24, 2013
  • 1 reply
  • 1127 views

Hello all,

I saw there are some markup chm files showing the update in the content in the recent version.

The updated html content are shown in yellow or blue. The content column with red color * indicates there is an update.

Please can anyone let me know how to create such CHM file with markup to indicate update ?

Many thanks in advance !!!

Song

This topic has been closed for replies.

1 reply

Captiv8r
Legend
January 24, 2013

Hi there

Can you tell us where you saw this CHM file?

My own guess here is that what you saw was someone's idea of demonstrating to their user where a change occurred. I know of no tool that would automagically mark up a CHM file in this way.

Cheers... Rick

SongMErAuthor
Participant
January 24, 2013

Many thanks for your email.

Do you know if there is a way RoboSource Version control can highlight the updated content ? I have been trying, however, not much luck.

Thanks

Song

Captiv8r
Legend
January 29, 2013

A source control system can show what files have changed and the changes that were made in the source, For example, here's a screenshot of a help topic in our source control system we use (Mercurial):

In a particualar recorded change (called a changeset in Mercurial), the old text from the previous version is in red and the new text added in this changeset is in green. I think I remember seeing RoboSource control could do something similar.

I don't know if there's a way of visually comparing two chms, but I have seen utilities out there that compare two htms visually. Like this one: http://www.htmlmatch.com/
Perhaps it can handle the specific htm pathway in a chm. I don't know.


Hi Jared

Certainly this may work for the individual files, but the OP was asking about depicting changes inside a compiled CHM. Are you saying this also works for compiled CHM files?

Cheers... Rick