mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Tweak review how-to and rename some how-to URLs
This commit is contained in:
parent
b77a7b32ee
commit
a88e60aff8
5 changed files with 12 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
||||||
<?
|
<?
|
||||||
require_once('Core.php');
|
require_once('Core.php');
|
||||||
?><?= Template::Header(['title' => 'How to review a production before it is published', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to proofread and review an ebook production before it is published.']) ?>
|
?><?= Template::Header(['title' => 'How to Review an Ebook Production for Publication', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to proofread and review an ebook production for publication.']) ?>
|
||||||
<main class="manual">
|
<main class="manual">
|
||||||
<article class="step-by-step-guide">
|
<article class="step-by-step-guide">
|
||||||
<h1>How to review a production before it is published</h1>
|
<h1>How to Review an Ebook Production for Publication</h1>
|
||||||
<p>After an ebook production is completed, it must go through rounds of review before it is published to ensure the appropriate production quality is assured. Reviewers are assigned by the <a href="/about#editor-in-chief">editor-in-chief</a>, and may be a member of the <a href="/about#editors">editorial staff</a>, or an experienced Standard Ebooks producer. Below is a helpful step-by-step checklist for reviewers of ebook productions. The checklist is by no means exhaustive, but serves as a good starting point for the proofreading process. Reviewers should keep in mind the standards enumerated in the <a href="/manual">Manual of Style</a>, and note any discrepancies not listed below. Before any review steps, ensure the most recent version of the SE toolset is installed.</p>
|
<p>After an ebook production is completed, it must go through rounds of review before it is published to ensure the appropriate production quality is assured. Reviewers are assigned by the <a href="/about#editor-in-chief">editor-in-chief</a>, and may be a member of the <a href="/about#editors">editorial staff</a>, or an experienced Standard Ebooks producer. Below is a helpful step-by-step checklist for reviewers of ebook productions. The checklist is by no means exhaustive, but serves as a good starting point for the proofreading process. Reviewers should keep in mind the standards enumerated in the <a href="/manual">Manual of Style</a>, and note any discrepancies not listed below. Before any review steps, ensure the most recent version of the SE toolset is installed.</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
|
@ -147,16 +147,16 @@ require_once('Core.php');
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<h2>Lint</h2>
|
||||||
|
<p>Run a final <code class="bash"><b>se</b> lint <u>.</u></code> check, and ensure it is silent. If any warnings and errors are produced, they must be noted and addressed.</p>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2>Test epub build</h2>
|
<h2>Test epub build</h2>
|
||||||
<p>Run the following command at the root of the project directory to ensure the epub builds:</p>
|
<p>Run the following command at the root of the project directory to ensure the epub builds:</p>
|
||||||
<code class="terminal"><b>se</b> build --check-only <u>.</u></code>
|
<code class="terminal"><b>se</b> build --check-only <u>.</u></code>
|
||||||
<p>Note all errors if they are produced by the command.</p>
|
<p>Note all errors if they are produced by the command.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<h2>Lint</h2>
|
|
||||||
<p>Run a final <code class="bash"><b>se</b> lint <u>.</u></code> check, and ensure it is silent. If any warnings and errors are produced, they must be noted and addressed.</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<h2>Submit review comments</h2>
|
<h2>Submit review comments</h2>
|
||||||
<p>Log all review notes and recommendations on the production's GitHub repository issue tracker, and inform the producer and the rest of the editorial team the review has been completed, with a short summary of the results of the review and changes that may be needed before publishing.</p>
|
<p>Log all review notes and recommendations on the production's GitHub repository issue tracker, and inform the producer and the rest of the editorial team the review has been completed, with a short summary of the results of the review and changes that may be needed before publishing.</p>
|
|
@ -6,16 +6,16 @@ require_once('Core.php');
|
||||||
<h1>How-to Guides</h1>
|
<h1>How-to Guides</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<p><a href="/contribute/how-tos/shakespeare">How to produce a Shakespeare play</a></p>
|
<p><a href="/contribute/how-tos/how-to-produce-a-shakespeare-play">How to produce a Shakespeare play</a></p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p><a href="/contribute/how-tos/goodreads">How to add a Standard Ebooks ebook to Goodreads</a></p>
|
<p><a href="/contribute/how-tos/how-to-add-a-standard-ebooks-ebook-to-goodreads">How to add a Standard Ebooks ebook to Goodreads</a></p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p><a href="/contribute/how-tos/illustrations-music">How to create figures for music scores</a></p>
|
<p><a href="/contribute/how-tos/how-to-create-figures-for-music-scores">How to create figures for music scores</a></p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p><a href="/contribute/how-tos/review">How to review a production before it is published</a></p>
|
<p><a href="/contribute/how-tos/how-to-review-an-ebook-production-for-publication">How to review an ebook production for publication</a></p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue