diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-28 16:18:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-28 16:18:53 -0700 |
commit | 857e153070aee4383a82342a41caf0c5a0f8d700 (patch) | |
tree | 634df20eccfd9e480dfbd92b3cedf5fd97938b3d /scripts | |
download | subsurface-857e153070aee4383a82342a41caf0c5a0f8d700.tar.gz |
Start archiving the stupid XML filesstart
(and add a reminder of how they came to be)
Gaah. XML is *stupid*. It's not easy to parse for humans or for
computers, and some of these XML files are just disgusting. But maybe
they can be turned into something usable with libxml.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts b/scripts new file mode 100644 index 000000000..5afc688b1 --- /dev/null +++ b/scripts @@ -0,0 +1,13 @@ +Downloading with 'libdivecomputer': + + - result: one XML file for all dives in the computer + + [torvalds@i5 examples]$ ./universal -b vyper2 /dev/ttyUSB0 + [torvalds@i5 examples]$ mv output.xml 2011-08-28.xml + +Unpacking Suunto SDE files: + + - result: one XML file per dive: + + mv LinusDivelogs.SDE LinusDivelogs.zip + unzip LinusDivelogs.zip |