From 228efdc780971b377f916b4db04355f9725eaa6b Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Thu, 5 Dec 2024 15:43:49 -0600 Subject: [PATCH] Add new book to PD Day 2025 --- www/blog/public-domain-day-2025.php | 4 ++++ 1 file changed, 4 insertions(+) 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];