mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
Update some copy-and-paste examples to new standards
This commit is contained in:
parent
1715b8b9f8
commit
b31a0e88c3
3 changed files with 14 additions and 14 deletions
|
@ -243,8 +243,8 @@ require_once('Core.php');
|
|||
<h2>Half title pages</h2>
|
||||
<p>When a work contains frontmatter like an epigraph or introduction, a half title page is required before the body matter begins.</p>
|
||||
<h3>Half title pages without subtitles</h3>
|
||||
<code class="html full"><?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: http://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<code class="html full"><?xml version="1.0" encoding="utf-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: https://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>Half Title</title>
|
||||
<link href="../css/core.css" rel="stylesheet" type="text/css"/>
|
||||
|
@ -263,8 +263,8 @@ display: block;
|
|||
font-size: .75em;
|
||||
font-weight: normal;
|
||||
}</code>
|
||||
<code class="html full"><?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: http://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<code class="html full"><?xml version="1.0" encoding="utf-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: https://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>Half Title</title>
|
||||
<link href="../css/core.css" rel="stylesheet" type="text/css"/>
|
||||
|
@ -295,8 +295,8 @@ font-weight: normal;
|
|||
</ul>
|
||||
<h3>The endnotes file</h3>
|
||||
<p>The endnotes file is called <code class="path">endnotes.xhtml</code> and looks like this:</p>
|
||||
<code class="html full"><?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: http://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<code class="html full"><?xml version="1.0" encoding="utf-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: https://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>Endnotes</title>
|
||||
<link href="../css/core.css" rel="stylesheet" type="text/css"/>
|
||||
|
@ -731,8 +731,8 @@ font-style: italic;
|
|||
<p>If the image has a <code class="html"><figcaption></code> element, then use that caption in the LoI. If not, use the image’s <code class="html">alt</code> tag, which should be a short prose description of the image used by screen readers.</p>
|
||||
<p>Links to the images should go directly to their IDs, not just the top of the containing file.</p>
|
||||
<p>The code below is the template for a basic LoI skeleton. Please copy and paste the entire thing as a starting point for your own LoI:</p>
|
||||
<code class="html full"><?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: http://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<code class="html full"><?xml version="1.0" encoding="utf-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" epub:prefix="z3998: http://www.daisy.org/z3998/2012/vocab/structure/, se: https://standardebooks.org/vocab/1.0" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>List of Illustrations</title>
|
||||
<link href="../css/core.css" rel="stylesheet" type="text/css"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue