summaryrefslogtreecommitdiffstats
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2013-02-17 10:04:52 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-17 11:10:39 -0800
commitfa08ef2ee389de2703e0ee0d0633ca3eeeedf806 (patch)
tree18e9868a0f4d015dd22fdcf850cce1436c60dac2 /Documentation/user-manual.txt
parent85063200a0603e5b7803354d54546ebd06fada7a (diff)
downloadsubsurface-fa08ef2ee389de2703e0ee0d0633ca3eeeedf806.tar.gz
Added import info for MacDive
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 9c8c56a39..dba88c9b2 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -537,6 +537,30 @@ The file Divelogs.SDE can now be opened (or imported) in
Subsurface. Different from earlier versions of Subsurface, no manual
unpacking of the .SDE file is needed anymore.
+[[S_ImportingMacDive]]
+Importing dives from MacDive
+----------------------------
+
+Importing logs from MacDive is as easy as it gets. Do the following
+steps in Subsurface:
+
+ - Open the following menu 'File - Import XML Files(s)'
+ - Browse your directories to the location where your MacDive logs are
+ stored
+ - Select the log file(s) you want to import and click 'open'
+ - Click the OK button in the popup
+
+After a few moments, you see your existing logs in Subsurface. Now you can
+edit your dives like explained in <<S_EditDiveInfo, chapter 6>>.
+
+We currently attempt to import all the relevant dive information
+excluding the used equipment and diver name.
+
+It is also possible to do the importing from command line just like with
+JDivelog (see <<S_ImportingDivesJDivelog>>):
+
+ subsurface MyDives.xml --import MacDiveDives.xml
+
[[S_Menu]]
The menu and sub-menus
----------------------