Add index, rename file, move files into how-tos folder

This commit is contained in:
Emma Sweeney 2020-10-29 18:07:59 -04:00 committed by Alex Cabal
parent d3bf2a0435
commit d8dbd5ecd0
2 changed files with 49 additions and 32 deletions

View file

@ -0,0 +1,20 @@
<?
require_once('Core.php');
?><?= Template::Header(['title' => 'How-to Guides For Difficult Productions', 'manual' => true, 'highlight' => 'contribute', 'description' => 'Guides on how to produce more difficult productions.']) ?>
<main>
<article>
<section>
<h1>How-to Guides For Difficult Productions</h1>
<p>This section is for guides to help produce ebooks that contain complex formatting.</p>
</section>
<section>
<h2>List of How-to Guides</h2>
<ul>
<li>
<p><a href="/contribute/how-tos/shakespeare">How to Produce a Shakespeare Play</a></p>
</li>
</ul>
</section>
</article>
</main>
<?= Template::Footer() ?>

View file

@ -1,29 +1,26 @@
<?
require_once('Core.php');
?><?= Template::Header(['title' => 'How-to Guides For Difficult Productions', 'manual' => true, 'highlight' => 'contribute', 'description' => 'Guides on how to produce more difficult productions.']) ?>
?><?= Template::Header(['title' => 'How to Produce a Shakespeare Play', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to producing any play by William Shakespeare.']) ?>
<main class="manual">
<article class="step-by-step-guide">
<h1>How-to Guides For Difficult Productions</h1>
<p>This section is for guides to help produce ebooks that contain complex formatting.</p>
<section>
<h2>How to Produce a Shakespeare Play</h2>
<h1>How to Produce a Shakespeare Play</h1>
<p>William Shakespeares plays are notoriously complex. Everything from archaic language to unusual play formatting can make producing one of his plays quite scary. Dont panic! This is written to help guide any brave soul through the MIT transcriptions and William George Clark and William Aldis Wrights 1887 Victoria Edition.</p>
<ol>
<li>
<h3>Sources</h3>
<h2>Sources</h2>
<ol>
<li>
<h4>Transcriptions</h4>
<h3>Transcriptions</h3>
<p>SEs productions of William Shakespeares plays are based on <a href="http://shakespeare.mit.edu/index.html">Massachusetts Institute of Technologys transcriptions produced by Jeremy Hylton</a>.</p>
</li>
<li>
<h4>Page Scans</h4>
<h3>Page Scans</h3>
<p>When it comes to Shakespeares plays, there are infinite page scans available, but each edition can differ in stage directions, stage direction formatting, punctuation, spelling, personas, and even dialogue. For SEs productions, <a href="https://catalog.hathitrust.org/Record/004135080"><i>William George Clark and William Aldis Wrights 1887 Victoria Edition</i></a> is used as the gold standard.</p>
</li>
</ol>
</li>
<li>
<h3>Dramatis Personaes</h3>
<h2>Dramatis Personaes</h2>
<ul>
<li>
<p>The MIT transcriptions do not include the dramatis personaes and must be restored.</p>
@ -37,10 +34,10 @@ require_once('Core.php');
</ul>
</li>
<li>
<h3>Prologues</h3>
<h2>Prologues</h2>
<ol>
<li>
<h4>Locations</h4>
<h3>Locations</h3>
<ul>
<li>
<p>Prologues can appear at the beginning of the whole play and within certain acts.</p>
@ -51,7 +48,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h4>Structure</h4>
<h3>Structure</h3>
<ul>
<li>
<p>Prologues follow a verse structure. See <a href="https://standardebooks.org/manual/1.1.1/7-high-level-structural-patterns#7.5">section 7.5 in the manual</a>. Hint: the first letter of a verse line is capitalized.</p>
@ -59,7 +56,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h4>Chorus or No Chorus</h4>
<h3>Chorus or No Chorus</h3>
<ul>
<li>
<p>The decision on whether or not the Prologue contains a chorus persona and a stage direction is dependent on the page scans.</p>
@ -67,7 +64,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h4>Indents</h4>
<h3>Indents</h3>
<ul>
<li>
<p>Some Prologues have indents, some dont. Assume the indents begin at level “i1.</p>
@ -80,11 +77,11 @@ require_once('Core.php');
</ol>
</li>
<li>
<h3>Acts and Scenes</h3>
<h2>Acts and Scenes</h2>
<p>Overall file structuring and styling can be found in <a href="https://standardebooks.org/manual/1.1.1/7-high-level-structural-patterns#7.6.6">section 7.6.6 in the manual</a>.</p>
<ol>
<li>
<h4>Scene Descriptions</h4>
<h3>Scene Descriptions</h3>
<ul>
<li>
<p>Each scene has a scene description. Any personas named in the scene description need to be wrapped in a <code class="html"><span class="p">&lt;</span><span class="nt">b epub:type="z3998:persona"</span><span class="p">&gt;</span></code>.</p>
@ -92,10 +89,10 @@ require_once('Core.php');
</ul>
</li>
<li>
<h4>Stage Directions</h4>
<h3>Stage Directions</h3>
<ol>
<li>
<h5>MIT Transcription Stage Directions</h5>
<h4>MIT Transcription Stage Directions</h4>
<ul>
<li>
<p>The MIT transcriptions do not distinguish between “major” and “minor” stage directions. This will need to be addressed in the production.</p>
@ -106,7 +103,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h5>“Major” Stage Directions</h5>
<h4>“Major” Stage Directions</h4>
<ul>
<li>
<p>This is referring to the stage directions that are shown appear on a separate line and centered in the page scans. The names of main characters are capitalized.</p>
@ -120,7 +117,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h5>“Minor” Stage Directions</h5>
<h4>“Minor” Stage Directions</h4>
<ul>
<li>
<p>This is referring to the stage directions that are surrounded by brackets in the page scans.</p>
@ -134,7 +131,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h5>Personas in Stage Directions</h5>
<h4>Personas in Stage Directions</h4>
<ul>
<li>
<p>Personas that are in small caps in “major” stage directions are also in small caps in “minor” stage directions.</p>
@ -150,7 +147,7 @@ require_once('Core.php');
</ol>
</li>
<li>
<h4>Personas and Their Dialogue</h4>
<h3>Personas and Their Dialogue</h3>
<ul>
<li>
<p>In the page scans, the personas are abbreviated. These need to be expanded.</p>
@ -164,7 +161,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h4>Prose vs. Verse</h4>
<h3>Prose vs. Verse</h3>
<ul>
<li>
<p>For the purpose of Shakespeares plays, we are going to use verse semantics for file structuring purposes rather than labeling meters within text. Counting iambic pentameter is a cruel and unusual punishment.</p>
@ -181,7 +178,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h4>Right-aligned Verse and Prose Lines</h4>
<h3>Right-aligned Verse and Prose Lines</h3>
<ul>
<li>
<p>Converting right-aligned to indents is too complicated. Is the size of the indent measured from the left margin of the column to the beginning of the line? Should the indent be the distance between the persona and the beginning of the line? Could these indents be standardized? How do we relate right-aligned words followed by extra spaces to indents? Why are middle verse lines right aligned? Why are the spaces in between words not the same size? What is the standard space size? Why did I choose Shakespeare? All of these factors resulted in using over 15 different levels of indenting (depending on how you measure), lines looking like they are right aligned (looks weird on large screens), and a terrible drinking habit. I dont see how we can stay faithful to Wright and Clarks 1887 Edition if every producer is measuring indents a different way.</p>
@ -192,10 +189,10 @@ require_once('Core.php');
</ul>
</li>
<li>
<h4>Songs</h4>
<h3>Songs</h3>
<ol>
<li>
<h5>Titles and Labels</h5>
<h4>Titles and Labels</h4>
<ul>
<li>
<p>Some songs are given a title. Treat these as stage directions.</p>
@ -203,7 +200,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h5>Indents and Right Alignments</h5>
<h4>Indents and Right Alignments</h4>
<ul>
<li>
<p>Most songs are styled with indents and are easy to style.</p>
@ -221,10 +218,10 @@ require_once('Core.php');
</ol>
</li>
<li>
<h3>Epilogues</h3>
<h2>Epilogues</h2>
<ol>
<li>
<h4>Locations</h4>
<h3>Locations</h3>
<ul>
<li>
<p>Epilogues appear at the end of the whole play.</p>
@ -235,7 +232,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h4>Structure</h4>
<h3>Structure</h3>
<ul>
<li>
<p>Epilogues follow a verse structure. See <a href="https://standardebooks.org/manual/1.1.1/7-high-level-structural-patterns#7.5">section 7.5 in the manual</a>.</p>
@ -243,7 +240,7 @@ require_once('Core.php');
</ul>
</li>
<li>
<h4>Chorus or No Chorus</h4>
<h3>Chorus or No Chorus</h3>
<ul>
<li>
<p>The decision on whether or not the Epilogue contains a chorus persona and a stage direction is dependent on the page scans.</p>
@ -252,7 +249,7 @@ require_once('Core.php');
</li>
</li>
<li>
<h3>Content.opf</h3>
<h2>Content.opf</h2>
<p>Because their are countless editions of Shakespeares plays our productions note the Victoria Edition at the end of our long descriptions. Add “This Standard Ebooks production is based on William George Clark and William Aldis Wrights 1887 Victoria edition, which is taken from the Globe edition.</p>
</li>
</ol>