mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 22:03:23 +00:00
Reformat, reorganize and slightly modify user manual
Getting started on better user documentation. Awesome. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a9f6bad5db
commit
636e7b512f
1 changed files with 62 additions and 31 deletions
|
@ -4,9 +4,6 @@ User Manual
|
|||
|
||||
Version 0.0.1
|
||||
|
||||
(c) subsurface - Linus Torvalds 2011
|
||||
|
||||
|
||||
Autor documentation: Jacco van Koll
|
||||
|
||||
|
||||
|
@ -20,32 +17,68 @@ Audience: Fun Divers, Tec Divers, Professional Divers
|
|||
|
||||
1. Introduction:
|
||||
|
||||
Besides his family, Linus has another hobby. This is diving. He tries to dive
|
||||
on nice spots whenever he can. Linus got bored by the fact that there wasn't a proper dive-log program natively for Linux and decided to write one by himself. This is how Subsurface was 'born'. Right now, the program is under development and from version 1.1 it is already very usable for divers with supported dive-computers.
|
||||
Subsurface was started because of a lack of viable dive log software
|
||||
on Linux. It turns out that the resulting software was easily ported
|
||||
to Windows and Mac, but it clearly is a native Linux program first.
|
||||
Right now, the program is under development and from version 1.1 it is
|
||||
already very usable for divers with supported dive-computers.
|
||||
|
||||
2. Complete?
|
||||
|
||||
Before you are going to read information from your divecomputer to Subsurface, you need some preparation. Do you have the following:
|
||||
2. Requirements
|
||||
|
||||
Before you are able to import information from your divecomputer into
|
||||
Subsurface, you need some preparation. Do you have the following:
|
||||
|
||||
1. Your Divecomputer - Compatible with libdivecomputer (see list in Appendix A)
|
||||
2. Communication interface - Cable to connect your divecomputer to your PC/Laptop/Netbook
|
||||
3. Working installation of libdivecomputer (see the build manual how to do this)
|
||||
4. Working installation of Subsurface
|
||||
5. If needed, the manual of your divecomputer
|
||||
3. Working installation of Subsurface
|
||||
4. If needed, the manual of your divecomputer
|
||||
|
||||
|
||||
3. Start using the program:
|
||||
|
||||
When you start the program for the first time, it shows no information at all. This is because the program does not automatically load the already available dive-log files.
|
||||
When you start the program for the first time, it shows no information
|
||||
at all. This is because the program does not automatically load the
|
||||
already available dive-log files.
|
||||
|
||||
There is a menu, containing 'File', 'Log', 'Filter' and Help.
|
||||
|
||||
The screen is devided in 3 area's:
|
||||
|
||||
Area with 3 tabs: Dive Notes, Equipment, Info & Stats
|
||||
Area next to the 3 tabs, which will contain the diagrams
|
||||
Area with the dives, which can be sorted by number, date, etc.
|
||||
Area next to the 3 tabs, which will contain the dive profile
|
||||
Area with the dives (usually called dive list), which can be sorted by number, date, etc.
|
||||
|
||||
The first thing you should do, is setting the preferences you want. By using menu 'File - Preferences' you will be presented a popup with the 'Units'. You are free to choose what is your preference, with other words, use Metric or Imperial.
|
||||
|
||||
4. Import new dives
|
||||
|
||||
Before you start fiddeling around with your divecomputer, note that
|
||||
many divecomputers (for example, all the Suunto computers) consume
|
||||
more power when they are in the PC-Communication mode. This could
|
||||
drain your battery. Therefor, ensure yourself that you prepared the
|
||||
installation as mentioned in the build manual and that your
|
||||
divecomputer is compatible!
|
||||
|
||||
...
|
||||
|
||||
|
||||
5. Load existing dive log
|
||||
|
||||
...
|
||||
|
||||
|
||||
6. Edit the dive info
|
||||
|
||||
|
||||
|
||||
7. Edit equipment info
|
||||
|
||||
|
||||
8. Setting up preferences
|
||||
|
||||
By using menu 'File - Preferences' you will be presented a popup with
|
||||
the 'Units'. You are free to choose what is your preference, with
|
||||
other words, use Metric or Imperial.
|
||||
|
||||
You can set the following options:
|
||||
Depth: Your diving depth in Meters or Feet
|
||||
|
@ -58,13 +91,15 @@ In the main screen, you did see in Area 3, some information. In the Columns opti
|
|||
Show Cyl: Shows the cylinder(s) of your dive
|
||||
Show O2%: Shows the 02% of your dive
|
||||
Show SAC: Shows the SAC of your dive (Surface Air Consumption)
|
||||
Show OTU: Shows the OTU of your dive
|
||||
Show OTU: Shows the OTU of your dive (Oxygen Toxicity Units)
|
||||
|
||||
And, you can change the font usage of the program.
|
||||
|
||||
I will give an example here:
|
||||
|
||||
I am a diver in The Netherlands, using the Metric System. Therefor, I go to the menu File, choose Preferences here. In the Units section, I use the folowing:
|
||||
I am a diver in The Netherlands, using the Metric System. Therefor, I
|
||||
go to the menu File, choose Preferences here. In the Units section, I
|
||||
use the folowing:
|
||||
|
||||
Depth: Meter
|
||||
Pressure: Bar
|
||||
|
@ -77,11 +112,7 @@ I would like to see the:
|
|||
Show O2%
|
||||
Show SAC
|
||||
|
||||
I don't know yet what the OTU is, because I am a beginner. So I leave this one not enabled.
|
||||
|
||||
So, now I am ready to use the program.
|
||||
|
||||
4. Reading information from your divecomputer
|
||||
|
||||
Before you start fiddeling around with your divecomputer, note that most divecomputers consume more power when they are in the PC-Communication mode. This could drain your battery. Therefor, ensure yourself that you prepaired the installation as mentioned in the build manual and that your divecomputer is compatible!
|
||||
As a beginning diver, I don't need to track my OTUs. So I leave this
|
||||
one not enabled.
|
||||
|
||||
Clicking OK on the dialog stores these settings.
|
||||
|
|
Loading…
Add table
Reference in a new issue