diff --git a/www/contribute/a-basic-standard-ebooks-source-folder.php b/www/contribute/a-basic-standard-ebooks-source-folder.php index 87d32a69..b764389f 100644 --- a/www/contribute/a-basic-standard-ebooks-source-folder.php +++ b/www/contribute/a-basic-standard-ebooks-source-folder.php @@ -48,13 +48,13 @@ require_once('Core.php');
src/epub/images/
contains the images used in the final epub. Right now it contains the Standard Ebooks logo file used in the colophon; don’t edit the logo. Once you’ve finished the cover and titlepage images in ./images/
, the build-images
script will compile them and put them here.
src/epub/text/
is the meat and potatoes of the ebook! You’ll place the source XHTML files here, alongside the templates the draft script created for you:
src/epub/text/
is the meat and potatoes of the ebook! You’ll place the source XHTML files here, alongside the templates se create-draft
created for you:
src/epub/text/colophon.xhtml
is the template for the Standard Ebooks colophon that appears at the end of every ebook. Usually you’ll edit this last, once you’ve finalized the cover page and metadata.
src/epub/text/titlepage.xhtml
is the titlepage. The draft script added the title and author. Don’t edit this unless the title and author are incorrect.
src/epub/text/titlepage.xhtml
is the titlepage. se create-draft
generated the title and author. Don’t edit this unless the title and author are incorrect.
src/epub/text/unlicense.xhtml
is the Standard Ebooks public domain dedication. Don’t edit this at all.