View Single Post
Old 12-23-2023, 04:38 PM   #102
chicleeblair
Connoisseur
chicleeblair began at the beginning.
 
Posts: 97
Karma: 10
Join Date: Sep 2018
Device: iPad mini
Tried
Spoiler:

[epub]
include_logpage: smart
logpage_at_end: true


logpage_start:<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Update Log</title>
<link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
</head>
<html>
<body class="fff_logpage">
<h3> <a href="${storyUrl}">${title} </a> Update Log</h3>

# metadata
logpage_update_start:<p class="log_entry">
# ${id}, ${label}, ${value}
# Must contain <span id="${id}">${value}</span> for
# log updates to work correctly.
logpage_entry:<br/><b>${label}:</b> <span id="${id}">${value}</span>

# metadata
logpage_update_end:</p>
logpage_entries:dateUpdated, numWords, datePublished,


# metadata - only used when creating a new logpage from scratch
# Must contain </body> for log updates to work correctly.
logpage_end:

</body>
</html>

[archiveofourown.org]

add_to_extra_valid_entries:words_added
logpage_entries:dateUpdated, words_added, numWords, datePublished,
words_added_label:Words Added

No dice. My epub reader gives this error:

error on linr 85 at column 8: extra content at the end of document.
chicleeblair is offline   Reply With Quote