Extract history from mqxliff.

Piotr Czajkowski 01d991cc73 Updated fileinfo, now supports multiple dots 3 years ago
.github 4072e0bd65 Create main.yml 4 years ago
.gitignore d11490cf98 Added extractHistory.dSYM/ 5 years ago
LICENSE.md 4deeb91c01 Added license 5 years ago
README.md da0fcccfa8 No Windows 4 years ago
export.png c8bfab50d9 Correction 5 years ago
extractHistory.c 0c5cf8fa29 Experimenting with incbin 5 years ago
extractHistory.h 0c5cf8fa29 Experimenting with incbin 5 years ago
fileinfo.c 01d991cc73 Updated fileinfo, now supports multiple dots 3 years ago
fileinfo.h 01d991cc73 Updated fileinfo, now supports multiple dots 3 years ago
incbin.c 0c5cf8fa29 Experimenting with incbin 5 years ago
incbin.h 0c5cf8fa29 Experimenting with incbin 5 years ago
makefile dbbd82a199 Clean up 4 years ago
mqxliffHistory.xsl 0c5cf8fa29 Experimenting with incbin 5 years ago
stopif.h 3c4919196b First commit 5 years ago
transform.c cb228f60bc Got rid of asprintf 5 years ago
transform.h 3c4919196b First commit 5 years ago
xmlbuff.c 3c4919196b First commit 5 years ago
xmlbuff.h 3c4919196b First commit 5 years ago
zip.c 3c4919196b First commit 5 years ago
zip.h 3c4919196b First commit 5 years ago

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.