Opened 9 years ago
Last modified 9 years ago
#63 new enhancement
Integrate a comparison mechanism for roundtripped ODF files
Reported by: | michiel2 | Owned by: | sander |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Central server | Keywords: | |
Cc: | Time estimate: |
Description
The idea is to integrate a comparison mechanism for roundtripped ODF files. Attached is a script (odf-fingerprint.zip) which is all you need to run a pipeline comparing two ODF documents. If you unzip it, then something like:
xproc odfcompare.xml package-a=file:wedding-google.ods
package-b=file:wedding-oo301.ods> report.html
will run the pipeline and produce an HTML report. xproc.bat is a windows batch file; we need to adapt for different shells. To compare different pairs of documents, just vary the package-a and package-b values. These values must be URLs.
The value in having such functionality is that you can easily see specific parts of a document get 'lost in translation', and give feedback to the users of Officeshots what happens to their document upon import.
Change History (4)
comment:1 Changed 9 years ago by michiel2
comment:2 Changed 9 years ago by parisbonbon
comment:3 Changed 9 years ago by iwdy23
omega replica standby there
http://www.probatron.org/odf-fingerprint.zip