Extract history from mqxliff.

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

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.