I edited the HTML export section in user-manual.txt, Please review the changes, and check that the changes is well structured.
Regards, Gehad On Sun, Jun 29, 2014 at 1:25 PM, Gehad Elrobey <[email protected]> wrote: > I will send a patch with some relevant documentation before Friday. > > Regards, > Gehad > > > On Sun, Jun 29, 2014 at 12:58 AM, Miika Turkia <[email protected]> > wrote: > >> Gehad, can you write a bit more about the HTML export before the next >> release. I know, I do not fully understand all the differencies of the >> options. (I don't remember when you planned the documentation, but before >> release would be good time to write for the end users.) >> >> miika >> >> > On 29 Jun 2014, at 03:49, Willem Ferguson < >> [email protected]> wrote: >> > >> > Update to user manual about dive log export. >> > >> > This patch updates the information about dive log export. >> > Export to Worldmap, as well as to HTML are covered. >> > >> > Small typo corrections elsewhere in the manual. >> > >> > Signed-off-by: Willem Ferguson <[email protected]> >> > >> > >> > <0001-Update-to-user-manual-about-dive-log-export.patch> >> > _______________________________________________ >> > subsurface mailing list >> > [email protected] >> > http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface >> > >
From f50682ffd51eae309bc02e959d202e2d4c5e5641 Mon Sep 17 00:00:00 2001 From: Gehad elrobey <[email protected]> Date: Tue, 1 Jul 2014 18:15:40 +0200 Subject: [PATCH 4/4] User manual: HTML export update This patch updated the export section in the user manual. Some changes to the description of the HTML export options. Signed-off-by: Gehad elrobey <[email protected]> --- Documentation/user-manual.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 6bdc7f5..f1f2028 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1754,10 +1754,19 @@ some information about it are indicated. This map is not editable. * _HTML_ format, in which the dive(s) are stored in an HTML format, readable with an Internet browser. This file is not editable. HTML export is specified -on the second tab of the Export dialog (image *B* above). If the _Export List -only_ option is checked, -the dive profile information is not exported. This dialog also has some -style-related options. The HTML dive log contains most of the information +on the second tab of the Export dialog (image *B* above). + +From _General Settings_ Subsurface provides the following options: + +- Subsurface Numbers: if this option is checked, the dive(s) are exported with the +numbers associated with them in subsurface, Otherwise the dive(s) will be numbered +starting from 1. +- Minimum Javascript: This will minimize the Javascript produced with the file, +some functionality will be lost. +- Export List only: a list of dives will only be exported and the detailed dive +information will not be exported. + +This dialog also has some style-related options. The HTML dive log contains most of the information and aslo contains a search option to search the dive log. Export to other formats can be achieved through third party facilities, for -- 1.9.1
_______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
