Skip to content

Commit ed8363a

Browse files
krHEROroewenstrunk
authored andcommitted
add html file
this commit adds a sample tei file Refs #23
1 parent 2f6ca8b commit ed8363a

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

content/ediromEditions/edirom_edition_example.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
<name xml:lang="en">Read me!</name>
2424
</names>
2525
</navigatorItem>
26+
<navigatorItem xml:id="navItem-0-2" sortNo="1" targets="xmldb:exist:///db/apps/edirom/edition-example/content/texts/vorwort.html">
27+
<names>
28+
<name xml:lang="de">Vorwort</name>
29+
<name xml:lang="en">preface</name>
30+
</names>
31+
</navigatorItem>
2632
</navigatorCategory>
2733
<navigatorCategory xml:id="navCategory-1" sortNo="2">
2834
<names>

content/texts/vorwort.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Beispiel-Vorwort in HTML</title>
5+
</head>
6+
<body>
7+
8+
<h1>Beispiel-Überschrift</h1>
9+
10+
<p>Dies ist (k)ein super Beispiel für ein Vorwort in HTML.</p>
11+
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)