forked from srophe/srophe-eXist-app
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrepo-config.xml
65 lines (65 loc) · 3.21 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
<meta xmlns="http://exist-db.org/xquery/repo">
<description>Biblia Arabica bibliography</description>
<author>Winona Salesky</author>
<website>https://biblia-arabica.com/</website>
<status>beta</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>ba</target>
<prepare>pre-install.xql</prepare>
<finish>post-install.xql</finish>
<config>
<!-- App title -->
<title>Biblia Arabica bibliography</title>
<!-- App description -->
<description/>
<!-- Contact email -->
<contact>[email protected]</contact>
<contact>[email protected]</contact>
<!-- Logo name (assumes path to logo is $app-root/resources/images/) -->
<logo/>
<!-- Web Site URL -->
<url>https://biblia-arabica.com/</url>
<!-- Root of app for building dynamic links. Default is eXist app root -->
<nav-base>/bibl</nav-base>
<!-- eXist app root for app deployment-->
<app-root>ba</app-root>
<!-- eXist data app root for gazetteer data -->
<data-root>ba-data</data-root>
<!-- Base URI for identifiers in app data -->
<base_uri>https://biblia-arabica.com/bibl</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>-->
<odd>documentation/syriaca-tei-main.odd</odd>
<html-render type="xslt"/>
<!-- xpath to unique identifier for record, syriaca.org uses tei:idno[@type='URL'], this is the default value -->
<id-path/>
<!-- Map rendering -->
<maps>
<!-- <option selected="true" api-key="API_KEY_HERE">google</option> -->
<option>google</option>
<option selected="true">leaflet</option>
</maps>
<!-- Keyboard options make sure your desired keyboard is in resources/keyboard/layout or download it from https://github.com/Mottie/Keyboard -->
<keyboard-options>
<option id="ms-Arabic (101)">Arabic Mod. Standard</option>
<option id="ms-Hebrew">Hebrew</option>
<option id="qwerty">English QWERTY</option>
</keyboard-options>
<!-- Zotero group -->
<zotero-group-api>https://api.zotero.org/groups/538215</zotero-group-api>
<zotero group="538215"/>
<collections>
<!--<collection name="Short-name used in html pages to reference collection, module name" series="Series name used in TEI" app-root="folder name in app" data-root="folder name in data"/>-->
<collection name="bibl" title="A Bibliography of the Arabic Bible" app-root="/" data-root="/" record-URI-pattern="https://biblia-arabica.com/bibl/"/>
</collections>
<!--
<google_analytics>var _gaq=[['_setAccount',''],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));</google_analytics>
-->
</config>
<deployed>2017-12-08T08:48:21.036-05:00</deployed>
</meta>