diff --git a/www/blog/public-domain-day-2025.php b/www/blog/public-domain-day-2025.php index 15f29201..6047fa15 100644 --- a/www/blog/public-domain-day-2025.php +++ b/www/blog/public-domain-day-2025.php @@ -18,6 +18,7 @@ $identifiers = [ 'url:https://standardebooks.org/ebooks/thomas-wolfe/look-homeward-angel', 'url:https://standardebooks.org/ebooks/dashiell-hammett/the-dain-curse', 'url:https://standardebooks.org/ebooks/c-s-forester/brown-on-resolution', + 'url:https://standardebooks.org/ebooks/agatha-christie/the-seven-dials-mystery', 'url:https://standardebooks.org/ebooks/john-buchan/the-courts-of-the-morning', 'url:https://standardebooks.org/ebooks/arthur-conan-doyle/the-maracot-deep', 'url:https://standardebooks.org/ebooks/josephine-tey/the-man-in-the-queue', @@ -88,6 +89,9 @@ foreach($ebooks as $ebook){ case 'url:https://standardebooks.org/ebooks/thomas-wolfe/look-homeward-angel'; $description = '

Look Homeward, Angel is Thomas Wolfe’s first novel, and the one on which his considerable fame as a master of the American autobiographical novel rests. The book covers the youth of Eugene Grant, a young man living in North Carolina, and widely considered to be a direct stand-in for Wolfe himself. It was a commercial and critical success, securing Wolfe’s reputation as one of the most important writers in the Southern Renaissance.

'; break; + case 'url:https://standardebooks.org/ebooks/agatha-christie/the-seven-dials-mystery'; + $description = '

The Seven Dials Mystery is the second book to feature Superintendent Battle and the grand country estate of Chimneys. Chimneys is again the setting for a houseparty for a group of guests. One of them has a habit of oversleeping, and as a joke the other guests place eight alarm clocks near his bed to make sure he wakes up on time. But the next morning he’s discovered dead in his bed—and Bundle, the bright daughter of Lord Caterham, takes up the case.

'; + break; } $ebooksWithDescriptions[array_search($ebook->Identifier, $identifiers)] = ['ebook' => $ebook, 'description' => $description];