forked from Edirom/MerMEId
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (67 loc) · 4.35 KB
/
index.html
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
83
84
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MerMEId – Metadata Editor and Repository for MEI Data</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF8"/>
<link href="resources/css/tab_style.css" rel="stylesheet" type="text/css"/>
<link href="resources/css/list_style.css" rel="stylesheet" type="text/css"/>
<link href="resources/css/xform_style.css" rel="stylesheet" type="text/css"/>
<link href="resources/css/front_page.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="main">
<div class="front_page_header">
<a href="http://www.kb.dk" title="Royal Danish Library">
<img style="border: 0px solid;" src="resources/images/kb.png" alt="Royal Danish Library"/>
</a>
</div>
<h2><img src="resources/images/mermeid_30px.png" alt="MerMEId"/> – Metadata Editor and Repository for MEI Data</h2>
<div class="vertical_spacer"> </div>
<h2>Introduction to the MerMEId demo server</h2>
<p>Mer<span class="logo_color">MEI</span>d is a system for the editing,
handling, and (pre-)viewing of music metadata, based on the the MEI (<a
href="http://www.music-encoding.org" target="_blank">Music Encoding
Initiative</a>) XML schema.
</p>
<p>Mer<span class="logo_color">MEI</span>d is a community effort coordinated by <a href="https://edirom.de">ViFE – Virtueller Forschungsverbund Edirom</a> and the <a href="https://www.oeaw.ac.at/acdh">Austrian Centre for Digital Humanities and Cultural Heritage (ACDH-CH)</a> both for the production of
thematic catalogues of works and for organizing source- and
work-related information during the preparation of scholarly editions
of music. More information available at
<a href="https://github.com/Edirom/MerMEId">GitHub</a>. </p>
<h2>Try it!</h2>
<p>The demo installation has been tested with a number of browsers on various operating systems,
but browser compatibility is mainly dependent on the
third-party software used (see the installation guide at GitHub for details).
We recommend using Firefox or Google Chrome for best performance.</p>
<p>In order to use the editor you will need a user ID and password.
For the demo installation they are
<strong>mermeid</strong> and <strong>mermeid</strong>,
respectively. Welcome :-)</p>
<p>To get started, you may want to have a look at the <a href="manual/index.html"
target="manual">manual</a>
(opens in a new window or tab) which also includes a list of frequently asked questions. </p>
<p><button onclick="location.href='modules/list_files.xq'">Try Mer<span
class="logo_color">MEI</span>d</button></p>
<h2>What you can do with the demo</h2>
<p>You can create new files and change everything you like in the
existing ones. Do not save anything indispensable, or even expect that a
document created one day will survive the night. The system is restored
daily. However, you can download your work to your own file system by
right-clicking the XML code view icon and selecting "Save as...".</p>
<p>The demo includes a number of sample files illustrating various
aspects of working with music metadata.</p>
<h2>Setting up your own Mer<span class="logo_color">MEI</span>d server</h2>
<p>Mer<span class="logo_color">MEI</span>d is open-source software
released under the <a href="http://www.apache.org/licenses/LICENSE-2.0"
title="See Apache License 2.0" target="_blank" >Apache License version
2.0</a>. The software is available for download at <a
href="https://github.com/Edirom/MerMEId">https://github.com/Edirom/MerMEId</a></p>
<p>For technical information please read the installation manuals (for Docker and non-Docker installations, respectively)
at <a href="https://github.com/Edirom/MerMEId">GitHub</a>.</p>
<p>This version of Mer<span class="logo_color">MEI</span>d uses
the <a href="http://www.music-encoding.org" target="_blank" title="Music Encoding Initiative">MEI</a>
4.0.0 XML schema. The schema is available at <a
href="http://www.music-encoding.org/schema/">www.music-encoding.org/schema/</a>. </p>
</div>
{$config:footer}
</body>
</html>