Tweak file list page

This commit is contained in:
Alex Cabal 2023-01-14 21:31:52 -06:00
parent 99599c1d5f
commit ebf9651e25

View file

@ -48,13 +48,13 @@ require_once('Core.php');
<p><code class="path">src/epub/images/</code> contains the images used in the final epub. Right now it contains the Standard Ebooks logo file used in the colophon; dont edit the logo. Once youve finished the cover and titlepage images in <code class="path">./images/</code>, the <code class="program">build-images</code> script will compile them and put them here.</p> <p><code class="path">src/epub/images/</code> contains the images used in the final epub. Right now it contains the Standard Ebooks logo file used in the colophon; dont edit the logo. Once youve finished the cover and titlepage images in <code class="path">./images/</code>, the <code class="program">build-images</code> script will compile them and put them here.</p>
</li> </li>
<li> <li>
<p><code class="path">src/epub/text/</code> is the meat and potatoes of the ebook! Youll place the source XHTML files here, alongside the templates the draft script created for you:</p> <p><code class="path">src/epub/text/</code> is the meat and potatoes of the ebook! Youll place the source XHTML files here, alongside the templates <code class="bash"><b>se</b> create-draft</code> created for you:</p>
<ul> <ul>
<li> <li>
<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> <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>
<li> <li>
<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> <p><code class="path">src/epub/text/titlepage.xhtml</code> is the titlepage. <code class="bash"><b>se</b> create-draft</code> generated the title and author. Dont edit this unless the title and author are incorrect.</p>
</li> </li>
<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> <p><code class="path">src/epub/text/unlicense.xhtml</code> is the Standard Ebooks public domain dedication. Dont edit this at all.</p>