Skip to content

Commit

Permalink
Import release 0.13.18
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org>
  • Loading branch information
Brice Goglin authored and Brice Goglin committed Jul 14, 2017
1 parent 8513272 commit dd2304b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 24 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,3 +1,4 @@
llgal (0.13.18)

* Fix slidenames for subgalleries when -n is used
(reported by Richard Betham in Debian bug #652929).
Expand All @@ -14,6 +15,7 @@
tag in the slide template. Thanks to Charles Nepote.
* Really initialize exiftool only once per gallery.

-- Brice Goglin <Brice.Goglin@ens-lyon.org> Mon, 01 Aug 2016 22:25:00 +0200

llgal (0.13.17)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.13.17
0.13.18
12 changes: 1 addition & 11 deletions doc/howto.html
Expand Up @@ -491,7 +491,7 @@ <h3 class="question"><a id="misc_accesskey">How do I add keyboard shortcuts to m
<pre>
&lt;a href="&lt;!--PREV-SLIDE--&gt;" accesskey=p&gt;&lt;!--PREV-SLIDE-LINK-TEXT--&gt;&lt;/a&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;a href="&gt;!--INDEX-FILE--&gt;" accesskey=i&gt;&lt;!--INDEX-LINK-TEXT--&gt;&lt;/a&gt;
&lt;a href="&lt;!--INDEX-FILE--&gt;" accesskey=i&gt;&lt;!--INDEX-LINK-TEXT--&gt;&lt;/a&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;a href="&lt;!--NEXT-SLIDE--&gt;" accesskey=n&gt;&lt;!--NEXT-SLIDE-LINK-TEXT--&gt;&lt;/a&gt;
</pre>
Expand Down Expand Up @@ -589,16 +589,6 @@ <h3 class="question"><a id="misc_drop_originals">How do I scale my images to a s

<hr />

<p style="text-align: center">
<a href="http://validator.w3.org/check/referer">
<img src="http://www.w3.org/Icons/valid-xhtml11" alt="Valid XHTML 1.1!" class="icon" />
</a>

<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" class="icon" />
</a>
</p>

<address id="addr">
The <a href="mailto:llgal-users AT gna.org">llgal team</a>.
</address>
Expand Down
10 changes: 0 additions & 10 deletions doc/upgrade.html
Expand Up @@ -135,16 +135,6 @@ <h2 class="part">How-to upgrade</h2>

<hr />

<p style="text-align: center">
<a href="http://validator.w3.org/check/referer">
<img src="http://www.w3.org/Icons/valid-xhtml11" alt="Valid XHTML 1.1!" class="icon" />
</a>

<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" class="icon" />
</a>
</p>

<address id="addr">
The <a href="mailto:llgal-users AT gna.org">llgal team</a>.
</address>
Expand Down
4 changes: 2 additions & 2 deletions llgal.1
Expand Up @@ -395,7 +395,7 @@ The corresponding configuration file option is

.TP
.BI --asu " <s>"
Allow to define the unit used to show file sizes.
Define the unit used to show file sizes.
Default is \fB"kB"\fR.
The corresponding configuration file option is
.IR show_size_unit .
Expand Down Expand Up @@ -1195,7 +1195,7 @@ configuration option.


.SH NOTES
Note that all numerical options may be resetted to their default value
Note that all numerical options may be reset to their default value
by setting them a negative value.


Expand Down

0 comments on commit dd2304b

Please sign in to comment.