Extract history from mqxliff.

Piotr Czajkowski dbbd82a199 Clean up пре 4 година
win ed78787437 Added Windows binary пре 5 година
.gitignore d11490cf98 Added extractHistory.dSYM/ пре 5 година
LICENSE.md 4deeb91c01 Added license пре 5 година
README.md 19eb23b835 Added info about incbin пре 5 година
export.png c8bfab50d9 Correction пре 5 година
extractHistory.c 0c5cf8fa29 Experimenting with incbin пре 5 година
extractHistory.h 0c5cf8fa29 Experimenting with incbin пре 5 година
fileinfo.c cb228f60bc Got rid of asprintf пре 5 година
fileinfo.h cb228f60bc Got rid of asprintf пре 5 година
incbin.c 0c5cf8fa29 Experimenting with incbin пре 5 година
incbin.h 0c5cf8fa29 Experimenting with incbin пре 5 година
makefile dbbd82a199 Clean up пре 4 година
mqxliffHistory.xsl 0c5cf8fa29 Experimenting with incbin пре 5 година
stopif.h 3c4919196b First commit пре 5 година
transform.c cb228f60bc Got rid of asprintf пре 5 година
transform.h 3c4919196b First commit пре 5 година
xmlbuff.c 3c4919196b First commit пре 5 година
xmlbuff.h 3c4919196b First commit пре 5 година
zip.c 3c4919196b First commit пре 5 година
zip.h 3c4919196b First commit пре 5 година

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.

It's using incbin for embedding xsl files into binary.

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