-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo-config.xml
53 lines (52 loc) · 2.31 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
<meta xmlns="http://exist-db.org/xquery/repo">
<description>e-GEDSH</description>
<author>Winona Salesky</author>
<website/>
<status>beta</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>e-gedsh</target>
<prepare>pre-install.xql</prepare>
<finish>post-install.xql</finish>
<config>
<!-- App title -->
<title>e-GEDSH</title>
<!-- App description -->
<description/>
<!-- Contact email -->
<contact/>
<!-- Logo name (assumes path to logo is $app-root/resources/img/) -->
<logo>syriaca-logo.png</logo>
<!-- Web Site URL -->
<url/>
<!-- Root of app for building dynamic links. Default is eXist app root -->
<nav-base></nav-base>
<!--<nav-base>/exist/apps/e-gedsh</nav-base>-->
<!-- eXist app root for app deployment-->
<app-root>e-gedsh</app-root>
<!-- eXist data app root for gazetteer data -->
<data-root>e-gedsh-data</data-root>
<!-- Base URI for identifiers in app data -->
<base_uri>https://gedsh.bethmardutho.org</base_uri>
<!-- Map rendering -->
<maps>
<option>google</option>
<option selected="true">leaflet</option>
</maps>
<google_analytics>var _gaq=[['_setAccount','UA-333143-26'],['_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>
<footer>
<div class="container">
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0" src="$app-root/resources/img/cc.png" height="18px"/>
</a> This work is licensed under a
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/deed.en_US">Creative Commons Attribution Non-Commercial 4.0 Unported License</a>.
<br/>Copyright Beth Mardutho: The Syriac Institute, 2011.
</div>
</footer>
</config>
<deployed>2017-03-14T12:38:59.416-05:00</deployed>
</meta>