forked from wsalesky/srophe-eXist-app
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathrepo-config.xml
More file actions
82 lines (81 loc) · 5.83 KB
/
repo-config.xml
File metadata and controls
82 lines (81 loc) · 5.83 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<!--
Application configuration file for the Srophe application.
-->
<config>
<!-- Application title -->
<title>Syriaca.org</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>info@syriaca.org</contact>
<!-- Logo name (assumes path to logo is $nav-base/resources/images/) -->
<logo>srophe.svg</logo>
<!-- Web Site URL -->
<url>http://syriaca.org/</url>
<!-- Root of app for building dynamic links. Default is eXist app root -->
<!-- <nav-base>/exist/apps/srophe</nav-base>-->
<nav-base>/</nav-base>
<!-- eXist app root for app deployment-->
<app-root>srophe</app-root>
<!-- eXist data app root for TEI application. -->
<data-root>srophe-data</data-root>
<!-- Base URI for identifiers in app data -->
<base_uri>http://syriaca.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']</id-path>
-->
<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="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="sbd" title="The Syriac Biographical Dictionary" series="The Syriac Biographical Dictionary" app-root="/persons/" data-root="persons" record-URI-pattern="http://syriaca.org/person/"/>
<collection name="authors" title="A Guide to Syriac Authors" collection-URI="http://syriaca.org/authors" series="The Syriac Biographical Dictionary" app-root="/authors/" data-root="persons" record-URI-pattern="http://syriaca.org/person/"/>
<collection name="q" title="Qadishe: A Guide to the Syriac Saints" collection-URI="http://syriaca.org/q" series="The Syriac Biographical Dictionary" app-root="/q/" data-root="persons" record-URI-pattern="http://syriaca.org/person/"/>
<collection name="bhse" title="Bibliotheca Hagiographica Syriaca Electronica" collection-URI="http://syriaca.org/q" series="New Handbook of Syriac Literature" app-root="/bhse/" data-root="works" record-URI-pattern="http://syriaca.org/work/"/>
<collection name="nhsl" title="New Handbook of Syriac Literature" collection-URI="http://syriaca.org/nhsl" series="New Handbook of Syriac Literature" app-root="/nhsl/" data-root="works" record-URI-pattern="http://syriaca.org/work/"/>
<collection name="bible" title="A Guide to the Bible in Syriac" collection-URI="http://syriaca.org/bible" series="New Handbook of Syriac Literature" app-root="/bible/" data-root="works" record-URI-pattern="http://syriaca.org/work/"/>
<collection name="bibl" title="Syriaca.org Works Cited" app-root="/bibl/" data-root="bibl" record-URI-pattern="http://syriaca.org/bibl/"/>
<collection name="bl" title="A Digital Catalogue of Syriac Manuscripts in the British Library: A Linked Data Encoding of the Catalogue of William Wright" collection-URI="http://syriaca.org/bl" app-root="/bl/" data-root="manuscripts" record-URI-pattern="http://syriaca.org/manuscript/"/>
<collection name="subjects" title="A Taxonomy of Syriac Studies" app-root="/taxonomy/" data-root="subjects" record-URI-pattern="http://syriaca.org/keyword/"/>
<collection name="spear" title="SPEAR: Syriac Persons Events and Relations [Beta]" app-root="/spear/" data-root="spear" record-URI-pattern="http://syriaca.org/spear/"/>
</collections>
</config>
</meta>