Skip to content

Commit

Permalink
move index.html to about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed May 24, 2023
1 parent de1c704 commit 0e884d5
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions index.html → about.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
</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">&#160;</div>
Expand All @@ -22,11 +17,13 @@ <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
href="https://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
<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
Expand All @@ -48,7 +45,7 @@ <h2>Try it!</h2>
target="manual">manual</a>
(opens in a new window or tab) which also includes a list of frequently asked questions.&#160;</p>

<p><button onclick="location.href='modules/list_files.xq'">Try Mer<span
<p><button onclick="location.href='index.html'">Try Mer<span
class="logo_color">MEI</span>d</button></p>

<h2>What you can do with the demo</h2>
Expand All @@ -66,7 +63,7 @@ <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
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>

Expand All @@ -75,9 +72,9 @@ <h2>Setting up your own Mer<span class="logo_color">MEI</span>d server</h2>
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>
the <a href="https://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>
href="https://music-encoding.org/resources/schemas.html">https://music-encoding.org/resources/schemas.html</a>. </p>
</div>
{$config:footer}
</body>
Expand Down

0 comments on commit 0e884d5

Please sign in to comment.