<feed xmlns='http://www.w3.org/2005/Atom'>
<title>picarones, branch master</title>
<subtitle>"next slide please!" as a service
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/'/>
<entry>
<title>add a simple readme with example config</title>
<updated>2021-03-15T20:34:24+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-15T20:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/commit/?id=b0ad6e42f2b3d13abe292f22c63d901ee28256c5'/>
<id>b0ad6e42f2b3d13abe292f22c63d901ee28256c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>layout adjustments for the display mode</title>
<updated>2021-03-15T20:17:40+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-15T20:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/commit/?id=bb28425a3773c54ab1a7d83c4bb1c85000f3b0bd'/>
<id>bb28425a3773c54ab1a7d83c4bb1c85000f3b0bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a display view which does nothing but display the slides</title>
<updated>2021-03-15T17:38:02+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-15T17:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/commit/?id=0596b9f6c561daa67945adb81570efd30650dffd'/>
<id>0596b9f6c561daa67945adb81570efd30650dffd</id>
<content type='text'>
(should be useful e.g. as input for a screen recorder)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(should be useful e.g. as input for a screen recorder)
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: recognise ssl is used even when `enableSSL` is not set.</title>
<updated>2021-03-09T15:27:23+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-09T15:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/commit/?id=393186f9ebf0bf43a1add8bd8d0e37be566ae8cc'/>
<id>393186f9ebf0bf43a1add8bd8d0e37be566ae8cc</id>
<content type='text'>
Previously, I had expected that `enableSSL` would be set to true even if
ssl was handled through some other option (e.g. `forceSSL`).

This is apparently not the case, so the module explicitely checks for
other options as well now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, I had expected that `enableSSL` would be set to true even if
ssl was handled through some other option (e.g. `forceSSL`).

This is apparently not the case, so the module explicitely checks for
other options as well now.
</pre>
</div>
</content>
</entry>
<entry>
<title>small bugfixes</title>
<updated>2021-03-08T19:24:11+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-08T19:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/commit/?id=baaaa849feeee2403c70cc0141c766c3fe214403'/>
<id>baaaa849feeee2403c70cc0141c766c3fe214403</id>
<content type='text'>
 - delete copy of example folder in picarones-elm which broke the build
 - actually check if the service should be enabled before building it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - delete copy of example folder in picarones-elm which broke the build
 - actually check if the service should be enabled before building it
</pre>
</div>
</content>
</entry>
<entry>
<title>new option: backend proxy is now optional</title>
<updated>2021-03-07T23:05:14+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-07T23:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/commit/?id=aacde4a3f54d0e4dab2eb52da280d52183b08178'/>
<id>aacde4a3f54d0e4dab2eb52da280d52183b08178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic nixos module (and restructured some files)</title>
<updated>2021-03-07T22:52:19+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-07T22:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/commit/?id=92c1ef1af95740077282d773242fdd1820c8d15b'/>
<id>92c1ef1af95740077282d773242fdd1820c8d15b</id>
<content type='text'>
Right now, this is capable of setting up a running instance of picarones
in a couple lines of config (both backend server and the webapp, using
nginx).

More options should still be added, especially to make the backend's port
configurable (but this requires adding features to the haskell code)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now, this is capable of setting up a running instance of picarones
in a couple lines of config (both backend server and the webapp, using
nginx).

More options should still be added, especially to make the backend's port
configurable (but this requires adding features to the haskell code)
</pre>
</div>
</content>
</entry>
<entry>
<title>add example pdftoppm command to the cover</title>
<updated>2021-03-07T21:32:54+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-07T21:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/commit/?id=09eeb58abb279e1049493460a7a99124aa4d9a78'/>
<id>09eeb58abb279e1049493460a7a99124aa4d9a78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add simple cover which lets users create new links</title>
<updated>2021-03-07T21:04:42+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-07T21:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/commit/?id=d8925def7fa6a359e11e612527d12a0280f44d84'/>
<id>d8925def7fa6a359e11e612527d12a0280f44d84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not load all slides at once</title>
<updated>2021-03-07T18:38:32+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-03-07T18:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/picarones/commit/?id=f5c19d2061e03ef28c45efd839bb211e446b25f6'/>
<id>f5c19d2061e03ef28c45efd839bb211e446b25f6</id>
<content type='text'>
to prevent noticable load times when switching slides, picarones previously
loaded all slides at once, and then only displayed whichever one was applicable.

This cause problems with larger slidesets; instead, it now loads the current
slides and the two previous and next slides (wrapping around at the end/beginning).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to prevent noticable load times when switching slides, picarones previously
loaded all slides at once, and then only displayed whichever one was applicable.

This cause problems with larger slidesets; instead, it now loads the current
slides and the two previous and next slides (wrapping around at the end/beginning).
</pre>
</div>
</content>
</entry>
</feed>
