mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Export to DiveShare
Adds the possibility of exporting dives to DiveShare. Signed-off-by: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
64d1ccc550
commit
4cdb80c4cd
8 changed files with 469 additions and 4 deletions
|
|
@ -290,7 +290,8 @@ void write_one_dive(struct membuffer *b, struct dive *dive, const char *photos_d
|
|||
put_HTML_samples(b, dive);
|
||||
put_HTML_bookmarks(b, dive);
|
||||
write_dive_status(b, dive);
|
||||
save_photos(b, photos_dir, dive);
|
||||
if (photos_dir)
|
||||
save_photos(b, photos_dir, dive);
|
||||
write_divecomputers(b, dive);
|
||||
}
|
||||
put_HTML_notes(b, dive, "\"notes\":\"", "\"");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue