Extract history from mqxliff.

Piotr Czajkowski 671668a581 Few more things hace 5 años
win ed78787437 Added Windows binary hace 5 años
.gitignore ae1434d309 Added .gitignore hace 5 años
LICENSE.md 4deeb91c01 Added license hace 5 años
README.md 671668a581 Few more things hace 5 años
export.png 3c4919196b First commit hace 5 años
extractHistory.c 3c4919196b First commit hace 5 años
extractHistory.h 3c4919196b First commit hace 5 años
fileinfo.c 3c4919196b First commit hace 5 años
fileinfo.h 3c4919196b First commit hace 5 años
makefile 3c4919196b First commit hace 5 años
stopif.h 3c4919196b First commit hace 5 años
transform.c 3c4919196b First commit hace 5 años
transform.h 3c4919196b First commit hace 5 años
xmlbuff.c 3c4919196b First commit hace 5 años
xmlbuff.h 3c4919196b First commit hace 5 años
zip.c 3c4919196b First commit hace 5 años
zip.h 3c4919196b First commit hace 5 años

README.md

mqxliffHistory

If you're recording changes in your memoQ project it stores a lot of useful information. However to read it using memoQ client isn't most convenient. I've created a simple tool which will export history to easily readable HTML file.

First you need to export bilingual of given document with following options: Export bilingual

Then run:

./extractHistory <your_mqxlz_file>

You'll receive document.html with full version history.

Feel free to use it however you want, but I take no responsibility for eventual damage.

You can find 64-bit Windows binary with necessary MingW libraries in win folder.