Basic source folder: No need to edit the title page

This commit is contained in:
Mike Colagrosso 2023-01-14 20:25:39 -07:00 committed by Alex Cabal
parent 3a06c922a1
commit 99599c1d5f

View file

@ -54,7 +54,7 @@ require_once('Core.php');
<p><code class="path">src/epub/text/colophon.xhtml</code> is the template for the Standard Ebooks colophon that appears at the end of every ebook. Usually youll edit this last, once youve finalized the cover page and metadata.</p>
</li>
<li>
<p><code class="path">src/epub/text/titlepage.xhtml</code> is the template for the titlepage. The only thing to edit here is the title and author in the titlepage <code class="html">alt</code> attribute. Leave the rest alone.</p>
<p><code class="path">src/epub/text/titlepage.xhtml</code> is the titlepage. The draft script added the title and author. Dont edit this unless the title and author are incorrect.</p>
</li>
<li>
<p><code class="path">src/epub/text/unlicense.xhtml</code> is the Standard Ebooks public domain dedication. Dont edit this at all.</p>