-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfaqs.html
45 lines (40 loc) · 2.13 KB
/
faqs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<title>The Cyborg Prompter</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="http://prompter.jharrimansmith.net/styles.css">
</head>
<body>
<div id="wrapper">
<div id="faqs">
<h1>Frequently Asked Questions</h1>
<h2>What is TEI?</h2>
<p>See Oxford University’s <a href="http://tei.oucs.ox.ac.uk/GettingStarted/html/in.html">explanation</a> for an answer to this question.</p>
<h2>Where do I find TEI-encoded XML of plays?</h2>
<p>Here is a list of some sources:</p>
<ul>
<li><a href="https://ota.ox.ac.uk/">Oxford Text Archive</a>
<li><a href="https://www.folgerdigitaltexts.org">Folger Digital Texts</a></li>
<li><a href="http://www.perseus.tufts.edu/hopper/opensource">Perseus Digital Library</a></li>
<li><a href="http://dramacode.github.io/">Dramacode</a></li>
<li><a href="http://www.deutschestextarchiv.de/download">Deutches Text Archiv</a></li>
<li><a href="https://wiki.tei-c.org/index.php/Samples_of_TEI_texts">There are more sources listed on the TEI Consortium’s website</a></li>
</ul>
<p>You can also create your own!</p>
<h2>Why isn’t my file uploading? Why isn’t the Prompter working?</h2>
<p>There are a few common reasons why this might have happened:</p>
<ul>
<li><b>The file is too large.</b> If this is the case, split the file into two separate TEI documents and upload each separately.</li>
<li><b>The file must be in TEI format.</b> Check the raw XML to make sure that this is the case and edit if necessary.</li>
<li><b>The play does not contain acts.</b> If the play you are uploading is not divided into acts, then the Prompter will not be able to work on it at the moment. The ability to prepare parts for plays without acts will be added in a future update.</li>
</ul>
<p>If you have a different issue, please contact <a href="mailto:[email protected]">the developer</a>.</p>
<h2>Where can I find out more about this stuff?</h2>
<p>Read these two books:</p>
<ul>
<li>Palfrey, Simon, and Tiffany Stern, <i>Shakespeare in Parts</i> (Oxford: Oxford University Press, 2007)</li>
<li>Stern, Tiffany, <i>Rehearsal from Shakespeare to Sheridan</i> (Oxford: Oxford University Press, 2000)</li>
</ul>
</div>
</div>
</body>