From 3d5df486647f84f19f41be3098970dc2d178e96e Mon Sep 17 00:00:00 2001 From: Weijia Cheng Date: Tue, 2 Jan 2024 07:51:07 -0800 Subject: [PATCH] Add contact step to step-by-step guide --- www/contribute/producing-an-ebook-step-by-step.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index 4a1d17b4..9307e579 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -22,6 +22,7 @@
  • Set up the Standard Ebooks toolset and make sure it’s up-to-date

  • Select an ebook to produce

  • Locate page scans of your book online

  • +
  • Contact the mailing list to pitch your production

  • Create a Standard Ebooks epub skeleton

  • Do a rough cleanup of the source text and perform the first commit

  • Split the source text at logical divisions

  • @@ -99,6 +100,10 @@

    You’ll enter a link to the page scans you used in the content.opf metadata as a <dc:source> element.

    +
  • +

    Contact the mailing list to pitch your production

    +

    If you’re looking to submit your ebook to Standard Ebooks, contact the mailing list to pitch the ebook you’ve selected, before you begin production. Include links to the transcription and scans you found. If you are producing this ebook for yourself, not for release at Standard Ebooks, you can skip this step.

    +
  • Create a Standard Ebooks epub skeleton

    An epub file is just a bunch of files arranged in a particular folder structure, then all zipped up. That means editing an epub file is as easy as editing a bunch of text files within a certain folder structure, then creating a zip file out of that folder.