<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/Documentation, branch v4.3</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.3</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.3'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-12-17T20:44:17Z</updated>
<entry>
<title>Remove the now duplicated text about creating CSV files</title>
<updated>2014-12-17T20:44:17Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-12-17T20:43:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6263857f74a3307122050bc7af43bf234865df03'/>
<id>urn:sha1:6263857f74a3307122050bc7af43bf234865df03</id>
<content type='text'>
I should just have trusted Willem in commit dae0c9dffb7c ("User manual
update"). He got it right and I misedited his patch.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>User manual update</title>
<updated>2014-12-17T19:44:12Z</updated>
<author>
<name>willem ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2014-12-17T18:21:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dae0c9dffb7c28158b4dbda2d6fa5887363c7e21'/>
<id>urn:sha1:dae0c9dffb7c28158b4dbda2d6fa5887363c7e21</id>
<content type='text'>
Small changes throughout the manual. Typos, spelling, rephrasing
a few sentences, moving links to other sections, reformatting of
paragraphs here and there.

Edits to one image. (CSV export from Windows)

[Dirk Hohndel: dropped removal of Appendix E from this patch]

Signed-off-by: willem ferguson &lt;willemferguson@zoology.up.ac.za&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Usermanual - additional info for adding user to dialout-group</title>
<updated>2014-12-17T16:22:32Z</updated>
<author>
<name>Thomas Maisl</name>
<email>exp-122004@maisl.com</email>
</author>
<published>2014-12-17T16:16:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=eadfb073ba7559612ce3d81dbd704d72ae3ea842'/>
<id>urn:sha1:eadfb073ba7559612ce3d81dbd704d72ae3ea842</id>
<content type='text'>
At least on Ubuntu systems an edit of a group membership takes effect only
after logging out and in of that user, if this user is currently logged in.

Signed-off-by: Thomas Maisl &lt;exp-12004@maisl.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Describe new CCR features in user manual</title>
<updated>2014-12-17T15:51:57Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2014-12-17T09:17:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4921c28c4d39bfa8f04493920e7390981f4c2b2b'/>
<id>urn:sha1:4921c28c4d39bfa8f04493920e7390981f4c2b2b</id>
<content type='text'>
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'testdoc'</title>
<updated>2014-12-16T15:13:46Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-12-16T15:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ad4389aacb1cddf9f85906fcb5f167551c5e4580'/>
<id>urn:sha1:ad4389aacb1cddf9f85906fcb5f167551c5e4580</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;

Conflicts:
	Documentation/user-manual.txt
</content>
</entry>
<entry>
<title>Update of user manual to give much more information about CSV dive log import</title>
<updated>2014-12-16T15:11:21Z</updated>
<author>
<name>willem ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2014-12-16T13:29:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=86d6a1488ea30a304a8db1f9ed5dd28c13ed9299'/>
<id>urn:sha1:86d6a1488ea30a304a8db1f9ed5dd28c13ed9299</id>
<content type='text'>
This patch addresses several issues:
1) At the beginning of the manual a section was rewritten, just after
   "How to open a new log book", to explain to the newby what the
   different options are for enetering dive data into the Subsurface
   dive log.
2) A new section "A diver's introduction to CSV files" was written as
   a boxed section.
3) The section dealing with CSV import from dive computers was
   shortened because much of the information was transferred to
   the new section in point 2) above.
4) The section dealing with CSV import from manually kept dive
   logs was expanded, specifically giving more information
   about import from manually kept dive logs in spreadsheets.
5) Appendix D was added, detailing CSV export from LibreOffice,
   OpenOffice and Microsoft Excel.

Signed-off-by: willem ferguson &lt;willemferguson@zoology.up.ac.za&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update spanish translation of user manual to english 0e3fb54</title>
<updated>2014-12-16T15:07:08Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2014-12-15T20:39:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1cf3b9a01136034eea91f64f79636b0ea1601bac'/>
<id>urn:sha1:1cf3b9a01136034eea91f64f79636b0ea1601bac</id>
<content type='text'>
Signed-off-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>New images for the user manual</title>
<updated>2014-12-14T18:08:34Z</updated>
<author>
<name>Pedro António Neves</name>
<email>nevesdiver@gmail.com</email>
</author>
<published>2014-12-14T17:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0e3fb549bd3a3c8bfad89a15a9abb7d20722cd31'/>
<id>urn:sha1:0e3fb549bd3a3c8bfad89a15a9abb7d20722cd31</id>
<content type='text'>
Added 3 more images to the User Manual (Appendix E).
Images illustrate the creation of .CSV file from LibreOffice Calc.

Signed-off-by: Pedro António Neves &lt;nevesdiver@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Updated User Manual to include information on how to add dive data to a new logbook.</title>
<updated>2014-12-14T18:08:16Z</updated>
<author>
<name>Pedro António Neves</name>
<email>nevesdiver@gmail.com</email>
</author>
<published>2014-12-14T15:11:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9b924b4fdd069aee1f11b9bd8a15c9cb3948d146'/>
<id>urn:sha1:9b924b4fdd069aee1f11b9bd8a15c9cb3948d146</id>
<content type='text'>
- Changed section 4 name to: Storing dive information in the logbook (to keep it in line with the other titles)

- Added some introductory text to section 4, together with links to the appropriate sections on the manual

- Changed figure Import_CSV2.jpg to reflect date format options

- Added an Appendix (E) explaining users how to create a .CSV file from LibreOffice Calc

- Added 3 more images to illustrate Appendix E

Signed-off-by: Pedro António Neves &lt;nevesdiver@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update spanish translation of user manual to english 3c9c1ec</title>
<updated>2014-12-14T18:04:22Z</updated>
<author>
<name>Salvador Cuñat</name>
<email>salvador.cunat@gmail.com</email>
</author>
<published>2014-12-14T13:15:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=38d78062cb1bb82e1a8419b75b511a9b040029d6'/>
<id>urn:sha1:38d78062cb1bb82e1a8419b75b511a9b040029d6</id>
<content type='text'>
Only update some figures to Fedora 20.

Signed-off-by: Salvador Cuñat &lt;salvador.cunat@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
