mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Start archiving the stupid XML files
(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>
This commit is contained in:
commit
857e153070
165 changed files with 304182 additions and 0 deletions
13
scripts
Normal file
13
scripts
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue