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/cover.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/cover.xhtml')
| -rw-r--r-- | cookbooks/roasting-tin-extracted/EPUB/xhtml/cover.xhtml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/cover.xhtml b/cookbooks/roasting-tin-extracted/EPUB/xhtml/cover.xhtml new file mode 100644 index 0000000..e6b2ba1 --- /dev/null +++ b/cookbooks/roasting-tin-extracted/EPUB/xhtml/cover.xhtml @@ -0,0 +1,14 @@ +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
+<head>
+<title>Cover</title>
+<link href="../styles/basestyles.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="cover">
+<figure class="cover_image" id="lov0001272"><img alt="The Quick Roasting Tin" id="lov0001273" src="../images/cover.jpg"/></figure>
+<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 |
