blob: f8337207d461cd34369ab4c83096b5b08bcdba57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
a <a href="https://git.pdp8.info/ic">curator algorithm</a> displays pdp8 images. it selects 6 images according to its taste and plays them as a slideshow. the reload button <div class="fa fa-refresh" aria-hidden="true"></div> creates a new slideshow.
images can be shared and reused under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International</a>
license.
please contact pdp8 by <a href="mailto:info@pdp8.info">email</a> if you are interested in original artwork.
<h3>operating instructions</h3>
<dl>
<dt> <div class="fa fa-info" aria-hidden="true"></div> </dt>
<dd> get info (this page) </dd>
<dt> <div class="fa fa-refresh" aria-hidden="true"></div> </dt>
<dd> load new images (keyboard: enter) </dd>
<dt> <div class="fa fa-play" aria-hidden="true"></div> </dt>
<dd> play slideshow (keyboard: space) </dd>
<dt> <div class="fa fa-stop" aria-hidden="true"></div> </dt>
<dd> stop slideshow (keyboard: space) </dd>
<dt> <a class="prev">❮</a> </dt>
<dd> previous image (keyboard: left arrow) </dd>
<dt> <a class="next">❯</a> </dt>
<dd> next image (keyboard: right arrow) </dd>
</dl>
<a href="/images.html">view images</a>
|