forked from tls-kr/tls-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo-config.xml
71 lines (70 loc) · 3.42 KB
/
repo-config.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<!--
Application configuration file for the TLS application.
-->
<config>
<!-- Application title - 漢學文典 -->
<title>TLS</title>
<!-- App description -->
<description>An Historical and Comparative Encyclopaedia of Chinese Conceptual Schemes
General Editor: Christoph Harbsmeier 何莫邪; Associate Editor: Jiang Shaoyu 蔣紹愚.</description>
<!-- Contact email -->
<contact>info@hxwd.org</contact>
<!-- Logo name (assumes path to logo is $app-root/resources/images/) -->
<logo>hxwd.png</logo>
<!-- Web Site URL -->
<url>https://hxwd.org/</url>
<!-- Root of app for building dynamic links. Default is eXist app root -->
<nav-base>/exist/apps/tls-app</nav-base>
<!-- eXist app root for app deployment-->
<app-root>tls-app</app-root>
<!-- eXist data app root for TEI application. -->
<data-root>tls-data</data-root>
<text-root>tls-texts</text-root>
<!-- Base URI for identifiers in app data -->
<base_uri>http://hxwd.org</base_uri>
<!--
Path to ODD file. Can be used in XSLT or XQuery transformations for controlled values.
Path to ODD file from app-root, or as an absolute path.
May be left blank.
-->
<odd>/documentation/tls1.odd</odd>
<!--
xpath to unique identifier for record, syriaca.org uses tei:idno[@type='URL'], this is the default value
To use documnet location instead of URIs change to:
<document-ids type="document-url">document-url</document-ids>
URI example: <id-path type="URI">tei:teiHeader/tei:fileDesc/tei:publicationStmt/tei:idno[@type='URL']</id-path>
-->
<document-ids type="document-url">document-url</document-ids>
<!--<html-render type="xquery"></html-render>-->
<html-render type="xslt"/>
<!-- Map rendering -->
<maps>
<!-- <option selected="true" api-key="API_KEY_HERE">google</option> -->
<option>google</option>
<option selected="true">leaflet</option>
</maps>
<!--
Javascript Keyboard options
If adding additional keyboards you will need to make sure to add the link to the
keyboard javascript file in the HTML header of templates/page.html
See resources/keyboard/layouts for more options.
-->
<keyboard-options>
<option id="syriac-phonetic">Syriac Phonetic</option>
<option id="syriac-standard">Syriac Standard</option>
<option id="ms-Arabic (101)">Arabic Mod. Standard</option>
<option id="qwerty">English QWERTY</option>
</keyboard-options>
<!-- Configure Collections. Optional -->
<collections>
<!--<collection name="Short-name used in html pages to reference collection, module name"
series="Series name used in TEI biblScope @depreciated, use collection-URI"
collection-URI="Series id used in TEI biblScope. Only needed for subcollection filtering"
record-URI-pattern="URI for building links to record views."
app-root="folder name in app"
data-root="folder name in data"/>-->
</collections>
</config>
</meta>