3 # Uncompresses the supplied ODF file, reflows it for easy viewing and displays
4 # the bits needed for understanding the localisable bits.
9 unzip -q -o $1 -d $dest
10 tidy
-raw -indent -modify -quiet -xml $dest/content.xml
11 tidy
-raw -indent -modify -quiet -xml $dest/styles.xml
12 vim
-o $dest/content.xml
$dest/styles.xml