diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-02-20 21:00:29 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-20 12:06:34 -0800 |
commit | b354fc67bcb1ea27ff400badc0b59131fce45309 (patch) | |
tree | 3f64cd1755ac0f203f576a88c1fbabf5b80ede86 | |
parent | c3c3dd84ac6a50280296a5cf601ac895b9702744 (diff) | |
download | subsurface-b354fc67bcb1ea27ff400badc0b59131fce45309.tar.gz |
Update user documentation with divelogs.de suffix change
divelogs.de use DLD as suffix, not ZIP
Suggested-by: Rainer Mohr <mail@divelogs.de>
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | Documentation/user-manual.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 0b77be3fa..07768fa00 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -642,15 +642,15 @@ Importing Dives from divelogs.de ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Before you can start importing dives from divelogs.de, you first -have to export the dives you want to import. The exported ZIP file can +have to export the dives you want to import. The exported DLD file can be imported to Subsurface either from command line or from GUI. Export from divelogs.de ^^^^^^^^^^^^^^^^^^^^^^^ -If you have logged dives in http://en.divelogs.de you can easily export them by -going to http://en.divelogs.de/export.php and selecting 'DLD Export'. This will provide -the divelogsData.zip file. + - Login to http://en.divelogs.de with your account + - Go to the 'Export Logbook' page + - Choose 'DLD Export of your logbook' and save the resulting yourUserName.DLD file Import divelogs.de to Subsurface ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -659,7 +659,7 @@ The import works similarly as importing any other divelogs. Just do the following steps on Subsurface: - Open the following menu 'File - Import XML Files(s)' - - Browse your directories to the location where divelogsData.zip is + - Browse your directories to the location where yourUserName.DLD is - Select the log file and click OK After a few moments, you see your existing logs in Subsurface. Now you can @@ -671,7 +671,7 @@ boat. It is also possible to do the importing from command line just like with JDivelog (see <<S_ImportingDivesJDivelog, chapter Importing Dives from JDivelog>>): - subsurface MyDives.xml --import divelogsde.zip + subsurface MyDives.xml --import yourUserName.DLD [[S_DivePlanning]] Planning Dives |