-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
55 lines (55 loc) · 2.19 KB
/
index.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
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?xml-stylesheet type="text/css" href="css/admin-html.css"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="css/admin-html.css"/>
<title>TEI Customization Exercise</title>
</head>
<body>
<h1>TEI Customization Exercise System</h1>
<div>
<h2>Using the Template</h2>
<div>
<h2>Editing …</h2>
<ol>
<li>Find the file <tt>oddExercise_template2.xml</tt> in the
root level of your <tt>ODD_exercise/</tt> directory.</li>
<li>Make a copy of it (named whatever you want) <strong>in
the same directory!</strong></li>
<li>Open the copy in oXygen</li>
<li>OPTIONAL: put the right metadata in the
<tt><teiHeader></tt> (after all, your document was not
written by some named “[you!]” :-)</li>
<li>OPTIONAL: Write (multiple chapters of) prose
documentation in the <tt><body></tt></li>
<li>Edit the fields surrounded by square brackets, or delete
entire specification elements in the
<tt><schemaSpec></tt></li>
</ol>
<p>Check validity early and often; save early and often.</p>
</div>
<div>
<h3>Generating schemas and custom documentation …</h3>
<p>Use one of the following utilities, list in order of
general recommendation. All are based on the same stylesheets,
and thus <em>should</em> end up with the same results.</p>
<ul>
<li><a
href="http://www.wwp.brown.edu/outreach/seminars/_current/handouts/odd_processing_oxygen_v14.xhtml">Run
a TEI ODD transformation scenario in oXygen</a></li>
<li>Submit the ODD file to <a
href="http://www.tei-c.org/Roma/">Roma</a></li>
<li>Submit the ODD file to <a
href="http://oxgarage.oucs.ox.ac.uk:8080/ege-webclient/">OxGarage</a></li>
<li>Submit the ODD file to <a
href="http://tei.oucs.ox.ac.uk/Byzantium/">Byzantium</a></li>
<li>Run the transformation process on your Mac OS X or
GNU/Linux commandline: <a
href="http://www.wwp.brown.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html">instructions</a></li>
</ul>
</div>
</div>
</body>
</html>