-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrepo-config.xml
More file actions
63 lines (63 loc) · 3.32 KB
/
repo-config.xml
File metadata and controls
63 lines (63 loc) · 3.32 KB
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
<meta xmlns="http://exist-db.org/xquery/repo">
<description>The Beth Qaṭraye Gazetteer</description>
<author>Winona Salesky</author>
<website>http://bethqatraye.org/</website>
<status>beta</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>bethqatraye</target>
<prepare>pre-install.xql</prepare>
<finish>post-install.xql</finish>
<config>
<!-- App title -->
<title>Beth Qaṭraye Gazetteer</title>
<!-- App description -->
<description>The objective of The Beth Qaṭraye Gazetteer is to collect and analyze information on the pre-Islamic and early Islamic historical geography and toponyms of the Beth Qaṭraye region.</description>
<!-- Contact email -->
<contact>info@syriaca.org</contact>
<!-- Logo name (assumes path to logo is $app-root/resources/img/) -->
<logo>bq-icon.png</logo>
<!-- Web Site URL -->
<url>https://bqgazetteer.bethmardutho.org/</url>
<!-- Root of app for building dynamic links. Default is eXist app root -->
<!-- <nav-base>https://bqgazetteer.bethmardutho.org</nav-base>-->
<nav-base>/</nav-base>
<!-- eXist app root for app deployment-->
<app-root>bethqatraye</app-root>
<!-- eXist data app root for gazetteer data -->
<data-root>bethqatraye-data</data-root>
<!-- Base URI for identifiers in app data -->
<base_uri>https://bqgazetteer.bethmardutho.org</base_uri>
<!-- Absolute (from app root) Path to ODD file used for translating controlled values. 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 -->
<id-path/>
<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>
<!-- Keyboard 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>
<option id="ms-Greek">Greek Mod. Standard</option>
<option id="ms-Russian">Russian Mod. Standard</option>
</keyboard-options>
<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"/>-->
<collection name="bethqatraye" title="Beth Qatraye Gazetteer" collection-URI="" series="" app-root="/" data-root="places" record-URI-pattern="https://bqgazetteer.bethmardutho.org/place/"/>
</collections>
</config>
<deployed>2017-05-09T22:56:20.244-04:00</deployed>
</meta>