forked from kb-dk/MerMEId
-
Notifications
You must be signed in to change notification settings - Fork 5
/
properties.xml
46 lines (42 loc) · 2.24 KB
/
properties.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
<?xml version="1.0" encoding="UTF-8"?>
<properties xmlns="http://www.kb.dk/dcm">
<!-- orbeon endpoint -->
<orbeon_endpoint>unused</orbeon_endpoint>
<!-- MerMEId eXist endpoint seen from outside, i.e. the URL you point your browser at -->
<exist_endpoint>http://localhost:8080</exist_endpoint>
<!-- MerMEId eXist endpoint seen from Orbeon. The orbeon xforms filter interferes with the
path provided if the same hostname as above is used so use a loopback ip which is equvalent. -->
<exist_endpoint_seen_from_orbeon>http://127.0.0.2:8080/apps/mermeid</exist_endpoint_seen_from_orbeon>
<!-- Default editor settings - (boolean; set to 'true' or nothing) -->
<!-- Enable automatic revisionDesc (change log) entries? -->
<automatic_log_main_switch>true</automatic_log_main_switch>
<!-- The following settings add options to the editor's settings menu -->
<!-- Enable attribute editor? -->
<attr_editor_main_switch>true</attr_editor_main_switch>
<!-- Enable xml:id display component? -->
<id_main_switch>true</id_main_switch>
<!-- Enable code inspector component? -->
<code_inspector_main_switch>true</code_inspector_main_switch>
<data-root>/db/apps/mermeid-data</data-root>
<version>v. @repository.version@ for MEI 4.0.0</version>
<footer>
<div class="footer" xmlns="http://www.w3.org/1999/xhtml">
<div class="version">v. {$config:version} for MEI 4.0.0</div>
<div class="dev">
2010-2019 Danish Centre for Music Editing | Royal Danish Library, Copenhagen | <a name="https://www.kb.dk/" id="www.kb.dk" href="http://www.kb.dk" title="Det Kgl. Bibliotek">www.kb.dk <img id="dcm-logo" src="/resources/images/dcm_logo_small_white.png" /></a>
</div>
<div class="dev">
2020 ff. MerMEId Community
<a href="https://github.com/Edirom/MerMEId/graphs/contributors" title="See contributors to MerMEId GitHub project">
<img id="github-contributors" src="https://contrib.rocks/image?repo=Edirom/MerMEId&columns=20" alt="Avatars of contributors to MerMEId in GitHub" />
</a>
</div>
<div class="nav">
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">About</a></li>
</ul>
</div>
</div>
</footer>
</properties>