diff options
| author | Caine <caine@jihakuz.xyz> | 2026-04-02 17:51:12 +0100 |
|---|---|---|
| committer | Caine <caine@jihakuz.xyz> | 2026-04-02 17:51:12 +0100 |
| commit | 946c7de20cab78a47edbeae8fa65fe86a51511dd (patch) | |
| tree | 5e8c76be65259062a36eef736f1fcfd8ffd72580 /cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml | |
| parent | 27f91fb877f4502804c932a28546ab6c745cc103 (diff) | |
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.
Diffstat (limited to 'cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml')
| -rw-r--r-- | cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml b/cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml new file mode 100644 index 0000000..fae0423 --- /dev/null +++ b/cookbooks/roasting-tin-extracted/EPUB/xhtml/about_the_author.xhtml @@ -0,0 +1,20 @@ +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
+<head>
+<title>About the Author</title>
+<link href="../styles/basestyles.css" rel="stylesheet" type="text/css"/>
+<link href="../styles/complex.css" rel="stylesheet" type="text/css"/>
+<link href="../styles/bespoke.css" rel="stylesheet" type="text/css"/>
+<meta charset="utf-8"/>
+<meta content="width=device-width,initial-scale=1" name="viewport"/>
+ <link href="../styles/mediaquery.css" rel="stylesheet" type="text/css"/>
+<meta content="urn:uuid:d5f5a660-b289-4172-9059-0cf3c00a00e6" name="Adept.expected.resource"/>
+</head>
+<body epub:type="frontmatter">
+<section id="sec-AbouttheAuthor">
+<h2 class="fm_head" id="art0001162a">ABOUT THE AUTHOR</h2>
+<hr class="border8"/>
+<figure class="portrait_medium"><img alt="" id="qui0001542" src="../images/p239.jpg"/></figure>
+<p class="body_text1"><span epub:type="pagebreak" id="pg239"/>Rukmini is a food stylist and author of the bestselling cookbooks <em>The Roasting Tin</em> and <em>The Green Roasting Tin</em>. When she’s not styling, cooking or entertaining, she can usually be found reading by the riverside and filling her balcony and flat with more plants than they can hold. She is currently researching her next cookbook.</p>
+</section>
+<div style="float: none; margin: 10px 0px 10px 0px; text-align: center;"><p><a href="https://oceanofpdf.com"><i>OceanofPDF.com</i></a></p></div></body>
+</html>
\ No newline at end of file |
