Update wanted ebooks list

This commit is contained in:
Alex Cabal 2020-06-01 13:53:11 -05:00
parent 0ae347fa38
commit fcfc1ce55e
2 changed files with 7 additions and 4 deletions

View file

@ -140,6 +140,9 @@ do
convert -resize "2156" -crop "2156x718+0+1078" -sampling-factor 4:2:0 -strip -quality 75 -colorspace RGB -interlace JPEG "${imgWorkDir}/${urlSafeIdentifier}@2x.jpg" "${imgWorkDir}/${urlSafeIdentifier}-hero@2x.jpg" convert -resize "2156" -crop "2156x718+0+1078" -sampling-factor 4:2:0 -strip -quality 75 -colorspace RGB -interlace JPEG "${imgWorkDir}/${urlSafeIdentifier}@2x.jpg" "${imgWorkDir}/${urlSafeIdentifier}-hero@2x.jpg"
# Build the cover image thumbnail # Build the cover image thumbnail
# We use JPG instead of SVG for several reasons:
# 1. A JPG is roughly 1/2 the file size of the same SVG, because the SVG must contain the JPG in base64 encoding
# 2. The "scale up" effect on mouse hover is blurry when used on SVGs.
git show HEAD:images/cover.jpg > "${imgWorkDir}/${urlSafeIdentifier}.jpg" git show HEAD:images/cover.jpg > "${imgWorkDir}/${urlSafeIdentifier}.jpg"
git show HEAD:images/cover.svg > "${imgWorkDir}/${urlSafeIdentifier}.svg" git show HEAD:images/cover.svg > "${imgWorkDir}/${urlSafeIdentifier}.svg"
# The Ubuntu SVG renderer can't handle quotes around font names, so remove them before we process the cover. # The Ubuntu SVG renderer can't handle quotes around font names, so remove them before we process the cover.

View file

@ -56,9 +56,9 @@ require_once('Core.php');
<li> <li>
<p><a href="https://www.gutenberg.org/ebooks/7464">The Adventures of Sally</a> by P. G. Wodehouse</p> <p><a href="https://www.gutenberg.org/ebooks/7464">The Adventures of Sally</a> by P. G. Wodehouse</p>
</li> </li>
<li> <!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/2005">Piccadilly Jim</a> by P. G. Wodehouse</p> <p><a href="https://www.gutenberg.org/ebooks/2005">Piccadilly Jim</a> by P. G. Wodehouse</p>
</li> </li> -->
<li> <li>
<p><a href="https://www.gutenberg.org/ebooks/2233">A Damsel in Distress</a> by P. G. Wodehouse</p> <p><a href="https://www.gutenberg.org/ebooks/2233">A Damsel in Distress</a> by P. G. Wodehouse</p>
</li> </li>
@ -149,9 +149,9 @@ require_once('Core.php');
<li> <li>
<p><a href="https://www.gutenberg.org/ebooks/363">The Oakdale Affair</a> (Mucker 3) by Edgar Rice Burroughs</p> <p><a href="https://www.gutenberg.org/ebooks/363">The Oakdale Affair</a> (Mucker 3) by Edgar Rice Burroughs</p>
</li> </li>
<li> <!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/123">At the Earth's Core</a> (Pellucidar 1) by Edgar Rice Burroughs</p> <p><a href="https://www.gutenberg.org/ebooks/123">At the Earth's Core</a> (Pellucidar 1) by Edgar Rice Burroughs</p>
</li> </li> -->
<li> <li>
<p><a href="https://www.gutenberg.org/ebooks/605">Pellucidar</a> (Pellucidar 2) by Edgar Rice Burroughs</p> <p><a href="https://www.gutenberg.org/ebooks/605">Pellucidar</a> (Pellucidar 2) by Edgar Rice Burroughs</p>
</li> </li>