here is an updated version of the patch, How do you find this? Regards, Gehad
On Wed, Jul 2, 2014 at 1:35 AM, Miika Turkia <[email protected]> wrote: > The last added section could use some editing. Sounds like you are talking > about two different topics but the change of topic is not very clear. At > least when reading on cell phone... > > miika > > On 02 Jul 2014, at 00:24, Gehad Elrobey <[email protected]> wrote: > > 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 >>> >> >> > <0004-User-manual-HTML-export-update.patch> > >
From d2b4ed1a010cabd573d281fcefe18e0313038344 Mon Sep 17 00:00:00 2001 From: Gehad elrobey <[email protected]> Date: Tue, 1 Jul 2014 18:15:40 +0200 Subject: [PATCH 4/5] 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 | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 6bdc7f5..563c593 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1753,12 +1753,23 @@ duration, depth, temperature and pressure. 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 -and aslo contains a search option to search the dive log. +with an Internet browser (Most modern web browsers are supported, Javascript +must be enabled) This HTML file is not editable. +The HTML dive log contains most of the information and aslo contains a search +option to search the dive log. HTML export is specified 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. + +Under _Style Options_ some style-related options are available. Export to other formats can be achieved through third party facilities, for instance _www.divelogs.de_. -- 1.9.1
_______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
