<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/Documentation/Makefile, branch v3.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v3.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v3.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2013-02-19T23:16:41Z</updated>
<entry>
<title>Makefile quorks :( Yes we want a 'doc' target for itself...</title>
<updated>2013-02-19T23:16:41Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-02-19T21:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=806f4f87e043384c62b8d119fd2ae45ba7e31715'/>
<id>urn:sha1:806f4f87e043384c62b8d119fd2ae45ba7e31715</id>
<content type='text'>
...to avoid generating the HTMLDOC target even if it needs not to.

Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Adding screen captures of dive planning</title>
<updated>2013-02-19T14:55:38Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2013-02-19T05:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8facc61e8f04ba48d52662b07a982c3af877c2b1'/>
<id>urn:sha1:8facc61e8f04ba48d52662b07a982c3af877c2b1</id>
<content type='text'>
[Dirk Hohndel: removed the images folder from the Documentation directory
               Makefile clean target]

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Cleanup more and rearrange targets.</title>
<updated>2013-02-19T14:51:29Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-02-19T14:04:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=17638aa7b0984352f5f5b360d0bfe50e4ee8235f'/>
<id>urn:sha1:17638aa7b0984352f5f5b360d0bfe50e4ee8235f</id>
<content type='text'>
Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Improved maitainability.</title>
<updated>2013-02-19T14:50:20Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-02-19T13:56:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bc98b3f6f228e8857e76fc42eb658ae459215ab6'/>
<id>urn:sha1:bc98b3f6f228e8857e76fc42eb658ae459215ab6</id>
<content type='text'>
Cleans up more files.
Got even an 'all' target :)

Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Updates to the user-manual: DivePlanning</title>
<updated>2013-02-18T21:28:25Z</updated>
<author>
<name>Reinout Hoornweg</name>
<email>reinout@xs4all.nl</email>
</author>
<published>2013-02-18T21:09:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=51cac900aabc11384fd2ec129889c2f8609fef68'/>
<id>urn:sha1:51cac900aabc11384fd2ec129889c2f8609fef68</id>
<content type='text'>
- Added some more text to Miika's great start describing the planner.
- Tried doing something more with the formatting options asciidoc give us.

[Dirk Hohndel: merged with my earlier changes to the same section]

Signed-off-by: Reinout Hoornweg &lt;reinout@xs4all.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>First try at converting user-manual to AsciiDoc</title>
<updated>2012-01-01T23:12:28Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-01-01T23:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1a83bf43b688dff5fa65afb751e7fdb65026e583'/>
<id>urn:sha1:1a83bf43b688dff5fa65afb751e7fdb65026e583</id>
<content type='text'>
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.

It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.

NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms.  And on Linux,
most distributions package it, so you just have to do something like

	yum install asciidoc

to get it (replace with apt-get/zypper/whatever).

Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
