forked from srophe/britishLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo-config.xml
83 lines (82 loc) · 5.32 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
72
73
74
75
76
77
78
79
80
81
82
83
<meta xmlns="http://exist-db.org/xquery/repo">
<!--
Application configuration file for the Srophe application.
-->
<config>
<!-- Application title -->
<title>The Wesley Works Digital Edition</title>
<!-- App description -->
<description>A collaborative research project publishling online reference works concerning the
culture, history, and literature of Syriac communities from antiquity to the present.</description>
<!-- Contact email -->
<contact>[email protected]</contact>
<!-- Logo name (assumes path to logo is $app-root/resources/images/) -->
<logo>jwlogo-line-small.png</logo>
<!-- Web Site URL -->
<url>https://wesleyworks.ecdsdev.org/</url>
<!-- Root of app for building dynamic links. Default is eXist app root /exist/apps/srophe -->
<nav-base></nav-base>
<!-- eXist app root for app deployment-->
<app-root>WesleyWorks</app-root>
<!-- eXist data app root for TEI application. -->
<data-root>WesleyWorks-data</data-root>
<!-- Base URI for identifiers in app data -->
<base_uri>https://wesleyworks.ecdsdev.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/syriaca-tei-main.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: <document-ids type="URI">tei:teiHeader/tei:fileDesc/tei:publicationStmt/tei:idno[@type='URL']</document-ids
-->
<document-ids type="URI">tei:teiHeader/tei:fileDesc/tei:publicationStmt/tei:idno[@type='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="bl" title="The Wesley Works Digital Edition" collection-URI="http://syriaca.org/bl" app-root="/" data-root="manuscripts" record-URI-pattern="http://syriaca.org/manuscript/"/>
<!--<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"/>-->
<!--
<collection name="places" title="The Syriac Gazetteer" app-root="/geo/" data-root="places" record-URI-pattern="http://syriaca.org/place/"/>
<collection name="persons" title="SBD" app-root="/" data-root="persons" record-URI-pattern="http://syriaca.org/person/"/>
<collection name="works" title="NHSL" app-root="/" data-root="works" record-URI-pattern="http://syriaca.org/work/"/>
<collection name="bibl" title="Works Cited" app-root="/bibl/" data-root="bibl" record-URI-pattern="http://syriaca.org/bibl/"/>
-->
<collection name="places" title="Places" app-root="/places/" data-root="places" record-URI-pattern="http://wesleyworks.ecdsdev.org/exist/apps/srophe/place/"/>
<collection name="persons" title="Persons" app-root="/persons/" data-root="persons" record-URI-pattern="http://wesleyworks.ecdsdev.org/persons/"/>
<collection name="works" title="NHSL" app-root="/" data-root="works" record-URI-pattern="http://wesleyworks.ecdsdev.org:8080/work/"/>
<collection name="bibl" title="Works Cited" app-root="/bibl/" data-root="bibl" record-URI-pattern="http://wesleyworks.ecdsdev.org:8080/bibl/"/>
<collection name="sermons" title="Sermons" app-root="/sermons/" data-root="sermons" record-URI-pattern="http://wesleyworks.ecdsdev.org/sermons/"/>
<collection name="letters" title="Letters" app-root="/letters/" data-root="letters" record-URI-pattern="https://wesleyworks.ecdsdev.org/letters/"/>
<collection name="themes" title="Themes" app-root="/themes/" data-root="themes" record-URI-pattern="http://wesleyworks.ecdsdev.org/themes/"/>
</collections>
</config>
</meta>