From 946c7de20cab78a47edbeae8fa65fe86a51511dd Mon Sep 17 00:00:00 2001 From: Caine Date: Thu, 2 Apr 2026 17:51:12 +0100 Subject: Add create-meta-recipe endpoint with nested slots/options/bases - POST /api/create-meta-recipe/ creates full meta-recipe in one call - PUT /api/create-meta-recipe/ updates existing (requires id) - Auto-resolves ingredients by name/alias, creates new if not found - Returns full nested response with _created_ingredients list - New writable serializers: MetaRecipeWriteSerializer, SlotWriteSerializer, etc. --- cookbooks/roasting-tin-extracted/EPUB/package.opf | 241 ++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 cookbooks/roasting-tin-extracted/EPUB/package.opf (limited to 'cookbooks/roasting-tin-extracted/EPUB/package.opf') diff --git a/cookbooks/roasting-tin-extracted/EPUB/package.opf b/cookbooks/roasting-tin-extracted/EPUB/package.opf new file mode 100644 index 0000000..d15526c --- /dev/null +++ b/cookbooks/roasting-tin-extracted/EPUB/package.opf @@ -0,0 +1,241 @@ + + +The Quick Roasting Tin +main +Rukmini Iyer +aut +Iyer, Rukmini +1 +Random House +2019-06-06 +All rights reserved. +urn:isbn:9781529110067 +15 +urn:isbn:9781473565791 +15 +2018-01-29T08:10:17Z +en +Text +336 pages + +true +reflowable +auto +ibooks_img + +textual +visual +textual +visual +displayTransformability +tableOfContents +bookmarks +printPageNumbers +readingOrder +structuralNavigation +printPageNumbers +none + +The publication is missing alternative text for images. +The publication otherwise meets WCAG 2.0 Level A. + + +<p><b>**The latest in the bestselling Roasting Tin series**</b><br><b></b><br><b>10 MINUTES PREP. 30 MINUTES IN THE OVEN. </b><br><b></b><br><b></b><i>The Quick Roasting Tin </i>contains 75 new all-in-one tin recipes from quick weeknight dinners to make-ahead lunchboxes and family favourites. All meals take just 10 minutes to prep, and no longer than 30 minutes in the oven.</p><p>Just chop a few ingredients, pop them into a roasting tin, and kick back while the oven does the work. This book is perfect for anyone who wants fresh, delicious, hassle-free food and minimal washing up!</p><p>Praise for <i>The Green Roasting Tin</i>:<br><b>'This book will earn a place in kitchens up and down the country' <i>Nigella Lawson</i></b><br><b>'It's a boon for any busy household' <i>Jay Rayner</i></b><br><b></b></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3