-
Notifications
You must be signed in to change notification settings - Fork 1
/
samples.html
83 lines (72 loc) · 3.67 KB
/
samples.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Samples – Versioning Machine</title>
<link rel="stylesheet" type="text/css" href="includes/v-machine.css" media="all">
</head>
<body>
<div id="header">
<div class="blue"></div>
<div class="grey"></div>
<div id="masthead">
<a href="index.html"><img alt="Versioning Machine" src="includes/images/VMHeaderNStrp.png" class="left"></a>
</div>
<div id="navbar">
<div class="links">
<span><a href="samples.html">Sample Texts</a></span>
<span><a href="documentation.html">Documentation</a></span>
<span><a href="credits.html">Credits</a></span>
</div>
</div>
</div>
<div class="clear"></div>
<div id="maintext">
<h1>Sample Texts</h1>
<h4>All texts are encoded according to TEI's Parallel Segmentation method or the Location-referenced method, two feature of the TEI Guidelines
that allow multiple versions of a text to be encoded in one document or apparatus. The Versioning
Machine interprets the encoding, parsing out the text into its constituent parts.</h4>
<h3>Editions encoded with the parallel segmentation method</h3>
<h4>Anonymous</h4>
<ul>
<li>'The Prophecy of Merlin' (<a href="samples/prophecy_of_merlin.xml">xml</a> | <a href="samples/prophecy_of_merlin.html">html</a>)</li>
</ul>
<h4>Emily Dickinson</h4>
<ul>
<li>'Faith is a fine invention' (<a href="samples/faith.xml">xml</a> | <a href="samples/faith.html">html</a>)</li>
<li>'There are two Ripenings' (<a href="samples/fp420.xml">xml</a> | <a href="samples/fp420.html">html</a>)</li>
</ul>
<h4>George Herbert</h4>
<ul>
<li>'The Altar' (<a href="samples/altar.xml">xml</a> | <a href="samples/altar.html">html</a>)</li>
<li>'The Pearl' (<a href="samples/pearl.xml">xml</a> | <a href="samples/pearl.html">html</a>)</li>
</ul>
<h4>Thomas MacGreevy</h4>
<ul>
<li>'Autumn' (<a href="samples/autumn.xml">xml</a> | <a href="samples/autumn.html">html</a>)</li>
<li>'Nocturne' (<a href="samples/nocturne.xml">xml</a> | <a href="samples/nocturne.html">html</a>)</li>
</ul>
<h3>Editions encoded with the location-referenced method</h3>
<h4>Baroness Elsa Von Freytag-Loringhoven</h4>
<ul>
<li>'Orchard Farming' (<a href="samples/orchardFarming.xml">xml</a> | <a href="samples/orchardFarming.html">html</a>)</li>
<li>'Xray' (<a href="samples/xray.xml">xml</a> | <a href="samples/xray.html">html</a>)</li>
<li>'Thistledownflight' (<a href="samples/thistledownflight.xml">xml</a> | <a href="samples/thistledownflight.html">html</a>)</li>
</ul>
<br/>
<h3>Edition with audio encoding</h3>
<h4>Gertrude Stein</h4>
<ul>
<li>'A CARAFE, THAT IS A BLIND GLASS' (<a href="samples/stein.xml">xml</a> | <a href="samples/stein.html">html</a>)<br />
(for audio choose 'Mac Low Reading 1990')</li>
</ul>
<p class="small">Versioning Machine 5.0 is optimized for use with Mozilla Firefox and Google Chrome. Other browsers may produce display irregularities. XML versions of texts may not display correctly on all browsers.</p>
<div id="footer">
<div class="attribution">
© Susan Schreibman, 2002, 2010, 2015
</div>
</div>
<br class="clear">
</div>
</body>
</html>