<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/printing_templates, branch v5.0.3</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v5.0.3</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v5.0.3'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2020-12-17T21:03:56Z</updated>
<entry>
<title>printing: replace dive master by dive guide in templates</title>
<updated>2020-12-17T21:03:56Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2020-12-12T16:36:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bdf990d40eaeb5f329dfbd67a7e64187538de9f9'/>
<id>urn:sha1:bdf990d40eaeb5f329dfbd67a7e64187538de9f9</id>
<content type='text'>
This does not rename the variables, only the user-visible output.
Case "Dive guide" vs. "Dive Guide" is according to the rest of
the templates.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>printing: delete `One Dive Simple.html` and cleanup</title>
<updated>2017-11-24T17:44:45Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-11-22T18:58:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6895c0eca5550b449ee616b7d3b3c5beb8b54ab3'/>
<id>urn:sha1:6895c0eca5550b449ee616b7d3b3c5beb8b54ab3</id>
<content type='text'>
The previous commit by Willem introduced
a new HTML template file which is not needed, as it was
decided to override the default `One Dive.html`.

This patch also include small cleanup in the new version
of `One Dive.html`.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>PATCH: Update the single-dive per page print template</title>
<updated>2017-11-24T17:43:54Z</updated>
<author>
<name>Willem Ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2017-11-19T14:17:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4de47fbd8713b422ca66f38299dc2c0dac4d8507'/>
<id>urn:sha1:4de47fbd8713b422ca66f38299dc2c0dac4d8507</id>
<content type='text'>
1) Place the dive profile below the synoptic info for the dive.
2) Re-arrange the synoptic info items.
3) In the synoptic info, replace air temperature info with
    gas and cylinder info.
4) If any items among the the synoptic data take more than one line,
    the the alignment of cells in the synoptic info table is
    maintained. In the previous version this caused a ragged bottom
    edge of the synoptic info table.

Signed-off-by: Willem Ferguson &lt;willemferguson@zoology.up.ac.za&gt;
</content>
</entry>
<entry>
<title>Use abbreviations with dots.</title>
<updated>2017-03-11T16:09:07Z</updated>
<author>
<name>Martin Měřinský</name>
<email>mermar@centrum.cz</email>
</author>
<published>2017-03-06T12:27:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dcf254221504d1e41e491de3a74e07a7c585d2c1'/>
<id>urn:sha1:dcf254221504d1e41e491de3a74e07a7c585d2c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Time is not an abbreviation.</title>
<updated>2017-03-11T16:09:07Z</updated>
<author>
<name>Martin Měřinský</name>
<email>mermar@centrum.cz</email>
</author>
<published>2017-03-06T12:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=de73cf8ac4fea1885f2a285c1b2773d4c60962a3'/>
<id>urn:sha1:de73cf8ac4fea1885f2a285c1b2773d4c60962a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dive master &gt; divemaster</title>
<updated>2017-03-04T20:08:17Z</updated>
<author>
<name>Martin Měřinský</name>
<email>mermar@centrum.cz</email>
</author>
<published>2017-02-27T11:14:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=869a7fcfcc6691f81a77ed56d7a437d34b623865'/>
<id>urn:sha1:869a7fcfcc6691f81a77ed56d7a437d34b623865</id>
<content type='text'>
</content>
</entry>
<entry>
<title>printing_templates: mark 'dive.notes' as 'safe'</title>
<updated>2015-11-16T05:07:12Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2015-11-15T21:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1d4075f368cd688af89211226df182052fbaf512'/>
<id>urn:sha1:1d4075f368cd688af89211226df182052fbaf512</id>
<content type='text'>
Grantlee has a way to display a variable as HTML by
marking it as 'safe' e.g.:
{{ dive.notes|safe }}

This allows any HTML to be preserved when printing.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Printing: support in-place editing for templates</title>
<updated>2015-09-17T04:17:22Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2015-08-27T20:40:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=27bec9bc7b2a163f680d1fb03f53b4bcaecd1234'/>
<id>urn:sha1:27bec9bc7b2a163f680d1fb03f53b4bcaecd1234</id>
<content type='text'>
Edit the templates into the same file, which is more intuitive as
Custom.html is a bit confusing.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Printing: add a statistics template</title>
<updated>2015-08-22T15:36:10Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2015-08-21T17:04:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4553155cf319df3e06e8b29adcabe6125943335a'/>
<id>urn:sha1:4553155cf319df3e06e8b29adcabe6125943335a</id>
<content type='text'>
Add a statistics template to the templates directory.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
</content>
</entry>
<entry>
<title>Printing: fix the six dives per page layout</title>
<updated>2015-08-22T15:32:17Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2015-08-16T13:45:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b19d07c61cc985eeaccf6cbf8b87db2e1dcfa774'/>
<id>urn:sha1:b19d07c61cc985eeaccf6cbf8b87db2e1dcfa774</id>
<content type='text'>
Add container with height 100% which contains the six dives, so dives
don't overflow the page.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
</content>
</entry>
</feed>
