I know open office files are just zip of text (plus images), so I'm temped to use my favorite version control system to version them, but I'll need some hooks to zip/unzip etc.
Somebody must have already done this and/or there must be a better way: any suggestions?
Note: I am a programmer and I very much prefer using a command line tool as opposed to some graphical thing. Example of what I mean: if I removed a comma in a 100+ slides presentation, I want a line long diff, which shows just that comma and the slide number. I don't want to sift through the whole presentation looking for that comma striked somewhere (and always wondering if I missed anything else)