forked from oeuvres/teinte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Œuvres</title>
<link rel="stylesheet" type="text/css" href="tei2html.css" />
</head>
<body>
<div id="center" style="padding: 2em;">
<h1>Teinte</h1>
<p>Useful resources for TEI, available online.</p>
<dl>
<dt><a href="teinte.rng">teinte.rng</a></dt>
<dd>A generic TEI schema for books
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://oeuvres.github.io/Teinte/teinte.rng"
type="application/xml"
schematypens="http://relaxng.org/ns/structure/1.0"?>
</pre>
</dd>
<dt><a href="teinte.html">teinte.html</a></dt>
<dd>Documentation of the schema upper</dd>
<dt><a href="tei2html.xsl">tei2html.xsl</a></dt>
<dd>A generic TEI transformation handling all the teinte.rng specifications.
<pre>
xsltproc http://oeuvres.github.io/Teinte/tei2html.xsl mytei.xml > mytei.html
</pre>
</dd>
<dl>
</div>
</body>
</html>