Import divelogs.de

This XSLT converts divelogs.de logs into Subsurface format. Data that is
discarded: weather, water visibility, boat name.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2013-02-20 22:15:42 +05:30 committed by Dirk Hohndel
parent 32761485d1
commit 9b4c251ebe
2 changed files with 136 additions and 0 deletions

View file

@ -1531,6 +1531,7 @@ static struct xslt_files {
{ "SUUNTO", "SuuntoSDM.xslt" },
{ "JDiveLog", "jdivelog2subsurface.xslt" },
{ "dives", "MacDive.xslt" },
{ "DIVELOGSDATA", "divelogs.xslt" },
{ NULL, }
};